I have had success using various ESP32 modules however when I try using the Seeed XIAO ESP32 c3 I am able to load but not get an internet connection.
I tried using the https://RandomNerdTutorials.com/esp32-websocket-server-sensor/ and after loading the image I get :
— Terminal on COM7 | 115200 8-N-1
— Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
— More details at https://bit.ly/pio-monitor-filters
— Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
I am using the following settings in Platformio.ini with (pioarduino )
[env:seeed_xiao_esp32c3]
platform = espressif32
board = seeed_xiao_esp32c3
framework = arduino
;lib_compat_mode = strict
;lib_ldf_mode = chain
monitor_speed = 115200
lib_deps =
; ESPAsyncWebServer-esphome
; ESPAsyncTCP-esphome
https://github.com/ESP32Async/ESPAsyncWebServer.git
https://github.com/ESP32Async/AsyncTCP.git
adafruit/Adafruit BME280 Library@^2.3.0
arduino-libraries/Arduino_JSON@^0.2.0
adafruit/Adafruit Unified Sensor @ ^1.1.4
mprograms/QMC5883LCompass@^1.2.3
board_build.filesystem = littlefs
the items that are commented out are options that I have tried..
I did put the ESP32c3 in boot mode by holding the boot button while applying power before loading.
What am I doing wrong?
I have had success using various ESP32 modules however when I try using the Seeed XIAO ESP32 c3 I am able to load but not get an internet connection.
I tried using the https://RandomNerdTutorials.com/esp32-websocket-server-sensor/ and after loading the image I get :
— Terminal on COM7 | 115200 8-N-1
— Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
— More details at https://bit.ly/pio-monitor-filters
— Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
I am using the following settings in Platformio.ini with (pioarduino )
[env:seeed_xiao_esp32c3]
platform = espressif32
board = seeed_xiao_esp32c3
framework = arduino
;lib_compat_mode = strict
;lib_ldf_mode = chain
monitor_speed = 115200
lib_deps =
; ESPAsyncWebServer-esphome
; ESPAsyncTCP-esphome
https://github.com/ESP32Async/ESPAsyncWebServer.git
https://github.com/ESP32Async/AsyncTCP.git
adafruit/Adafruit BME280 Library@^2.3.0
arduino-libraries/Arduino_JSON@^0.2.0
adafruit/Adafruit Unified Sensor @ ^1.1.4
mprograms/QMC5883LCompass@^1.2.3
board_build.filesystem = littlefs
the items that are commented out are options that I have tried..
I did put the ESP32c3 in boot mode by holding the boot button while applying power before loading.
What am I doing wrong?
Hi.
When you say you don’t get an internet connection what happens exactly?
Do you get any information in the serial monitor?
Regards,
Sara
Hi Sara, thank you for looking at this. In the serial monitor I get:
Executing task: C:\Users\wharw\.platformio\penv\Scripts\platformio.exe device monitor
— Terminal on COM7 | 115200 8-N-1
— Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
— More details at https://bit.ly/pio-monitor-filters
— Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H