You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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`
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.
The text was updated successfully, but these errors were encountered: