Getting Started with Seeed Studio XIAO ESP32S3 (Sense) | Seeed Studio Wiki #124
Replies: 24 comments 28 replies
-
After adding the XIAO_ESP32S3 board and variant files it help to restart the Arduino app to refresh the list of boards to select. -- Johnny B |
Beta Was this translation helpful? Give feedback.
-
Really love this thing. To integrate with my workflow I really need to get this to work with Platform.IO. |
Beta Was this translation helpful? Give feedback.
-
Why it's unable to use |
Beta Was this translation helpful? Give feedback.
-
In Arduino ESP32 board version 2.0.7 is buggy: it can corrupt esptool so that you can no longer any upload code to any ESP32 chip (see espressif/arduino-esp32#7923) The good news
|
Beta Was this translation helpful? Give feedback.
-
Cool board! Porting Arduino code from ESP32CAM was rather easy. The Arduino example code of CameraWebServer shows the correct pin definitions. Some things I learned while porting my motor/servo controller + video streamer:
I developed a motor & servo controller & "video" stream of the camera from a Blimp to the browser of a smartphone, with one joystick and one slider in the web UI: https://github.com/FedericoBusero/ESP32-CAM_ZeppelinCAM |
Beta Was this translation helpful? Give feedback.
-
Seeed Studio XIAO ESP32S3 Eagle footprint does not have JTAG and BAT, USB, Thermal pads. |
Beta Was this translation helpful? Give feedback.
-
XIAO-ESP32S3-Sense-housing-design(top).stp cannot be downloaded. 😢 |
Beta Was this translation helpful? Give feedback.
-
Hi there. Is CircuitPython support being worked on? It would be very useful for me and others in the community too. |
Beta Was this translation helpful? Give feedback.
-
I have added the Seeed Studio XIAO ESP32S3 and the Seeed Studio XIAO ESP32S3 to Grabcad. If you are interested in the .stp files feel free to download and use them to your preference. If you have any suggestions for correction or improvement, please let me know on Grabcad in the comments. https://grabcad.com/library/seeed-studio-xiao-esp32s3-1 https://grabcad.com/library/seeed-studio-xiao-esp32s3-sense-1 |
Beta Was this translation helpful? Give feedback.
-
In the Arduino IDE, PSRAM is disabled by default. Wouldn't it be better to enable it by default? |
Beta Was this translation helpful? Give feedback.
-
Does this board support the auto-focus capability of the OV5640 camera? |
Beta Was this translation helpful? Give feedback.
-
XIAO_ESP32S3, ESP32C3 and ESP32S3 sense all show board info of: using Arduino IDE 2.1.1, and rev 2.0.9 of the esp32 board manager. Probably related, if I start the Arduino IDE with the XIAO installed, I get an error message of "Error communication with the language server. Error: write EOF: undefined. I can then change the board type to XIAO_ESP32S3 (or C3) and upload ok, but if I open a new sketch or reset the board, the board type associated with that com port changes back to the DFRobot Beetle. On the C3 that includes when I reset the XIAO_ESP32C3 |
Beta Was this translation helpful? Give feedback.
-
I just got my XIAO esp32s3 sense and my IDE keeps telling me it's a WIFIduinoV2. It also sees it as XIAO_ESP32S3 when I search for it. Everything works fine, but then it always gives me: Does anyone know how I can fix this? |
Beta Was this translation helpful? Give feedback.
-
Is it safe to connect a 3.7 volt lipo battery to the 3.3v gpio and ground gpio pins for power? It seems to work fine. |
Beta Was this translation helpful? Give feedback.
-
I had a bad quality problem with this module. If someone maybe have the next error: E (5181) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) maybe is its sensor module has a physical problem or damage. I explained it in detail in the next repository, because I didn't found the official source code or repository from Seedstudio for this camera and its examples: |
Beta Was this translation helpful? Give feedback.
-
what is the pin number for the builtin led? |
Beta Was this translation helpful? Give feedback.
-
What is cutoff battery voltage? Is this included a bulk converter? |
Beta Was this translation helpful? Give feedback.
-
How can i connect a inductive wireless charger to this module for charging the battery. I assume its just a direct conncetion to the VBUS pin. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
I am tying to load a sketch on Xiao ESP32-S3 using Arduino IDE running on an iMac. The IDE does not see the port. I have tried all suggestions that I can come across including holding the boot button while connecting the USB cable to the Mac but no luck. Here is the error I get: Can any one please help? Arduino: 1.8.19 (Mac OS X), Board: "XIAO_ESP32S3, Disabled, Disabled, QIO 80MHz, 8MB (64Mb), Core 1, Core 1, Hardware CDC and JTAG, Disabled, Disabled, Disabled, UART0 / Hardware CDC, Default with spiffs (3MB APP/1.5MB SPIFFS), 240MHz (WiFi), 115200, None, Enabled" Sketch uses 267417 bytes (8%) of program storage space. Maximum is 3342336 bytes. A fatal error occurred: Could not open /dev/cu.usbserial-1410, the port doesn't exist |
Beta Was this translation helpful? Give feedback.
-
Here is a simple example that lights a built-in led (yellow one) when the built in button ( boot ) is pressed. May be useful for the start:
|
Beta Was this translation helpful? Give feedback.
-
Just got started with these boards for their dual cores. I'm using arduino IDE. First I updated all boards and libraries, all currently up to date. Then I find my board on COM8, verify and then compile/upload. This fails after a minute with "A fatal error occurred: Could not open COM8, the port doesn't exist" but the device is still there and listen. I followed the troubleshooting guide, put it into bootloader mode (hold boot while plugging in the usb cable) and this still does nothing, but I also think it's dropping out of bootloader mode before I actually get to the upload portion. I eventually tried using the UF2 converter tool in the guide, so I exported my .bin and converted, put it into bootloader mode, drop the uf2 file in and it runs. I can communicate with my firmware over the arduino serial monitor. BUT, my sketch uses OneWire and DallasTemperature to read a ds18b20 probe, which is not working. After touching the reset button a couple times, it seems my firmware is no longer running, so I go into bootloader mode and re-upload mu uf2 file, try again, and it's working. This process repeats for some time. Anyone know if this board is unable to work with the OneWire or DallasTemperature libraries? |
Beta Was this translation helpful? Give feedback.
-
ESP32S3's library for eagle is now for ESP32C3. |
Beta Was this translation helpful? Give feedback.
-
Getting Started with Seeed Studio XIAO ESP32S3 (Sense) | Seeed Studio Wiki
Getting Started with Seeed Studio XIAO ESP32S3.
https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
Beta Was this translation helpful? Give feedback.
All reactions