Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 30Pin Board Unable to Create a WiFi AP #41

Open
VictorJJim opened this issue Feb 19, 2025 · 1 comment
Open

ESP32 30Pin Board Unable to Create a WiFi AP #41

VictorJJim opened this issue Feb 19, 2025 · 1 comment

Comments

@VictorJJim
Copy link

I have installed the ESP32RET onto a 30pin Dev kit 1 ESP32 using the updater tool. I then went into the serial menu and typed "?" followed be "LF" to set my AP settings. After doing so, the device is still not showing a wifi AP broadcasted on my network.

Separately I have tested bluetooth in the same menu and that works OK. It is only wifi which is not working.

Image

@VictorJJim
Copy link
Author

Image above was before I changed the AP mode. Please see the code snippet below to show after I changed wifimode=2. Still no SSID created:
`Build number: 618
System Menu:

Enable line endings of some sort (LF, CR, CRLF)

Short Commands:
h = help (displays this message)
R = reset to factory defaults
s = Start logging to file
S = Stop logging to file

Config Commands (enter command=newvalue). Current values shown in parenthesis:

SYSTYPE=1 - Set board type (0=Macchina A0, 1=EVTV ESP32 Board 2=Macchina A5)
LOGLEVEL=1 - set log level (0=debug, 1=info, 2=warn, 3=error, 4=off)

CANEN0=1 - Enable/Disable CAN0 (0 = Disable, 1 = Enable)
CANSPEED0=500000 - Set speed of CAN0 in baud (125000, 250000, etc)
CANLISTENONLY0=0 - Enable/Disable Listen Only Mode (0 = Dis, 1 = En)

CANSEND0=ID,LEN, - Ex: CAN0SEND=0x200,4,1,2,3,4

CANEN1=1 - Enable/Disable CAN1 (0 = Disable, 1 = Enable)
CANSPEED1=500000 - Set speed of CAN1 in baud (125000, 250000, etc)
CANFDRATE1=5000000 - FD Data Speed of CAN1 (500000, 2000000, etc)
CANFDMODE1=0 - Allow FD traffic on CAN1 (0 = Disable, 1 = Enable)
CANLISTENONLY1=0 - Enable/Disable Listen Only Mode (0 = Dis, 1 = En)

CANSEND1=ID,LEN, - Ex: CAN0SEND=0x200,4,1,2,3,4

BINSERIAL=0 - Enable/Disable Binary Sending of CANBus Frames to Serial (0=Dis, 1=En)

BTMODE=0 - Set mode for Bluetooth (0 = Off, 1 = On)
BTNAME=ELM327-ESP32RET - Set advertised Bluetooth name

LAWICEL=1 - Set whether to accept LAWICEL commands (0 = Off, 1 = On)

WIFIMODE=2 - Set mode for WiFi (0 = Wifi Off, 1 = Connect to AP, 2 = Create AP
SSID=ESP32RETSSID - Set SSID to either connect to or create
WPA2KEY=aBigSecret - Either passphrase or actual key`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant