Thank you soo much. If it wasn't because you kindly shared you code I would never get the macropad Im making to work. Studing your code made me realize the several errors I did and I had no idea at all about how to solve them because Im completely new to MCU's and Python. After several weeks banging my head against a wall, I can say IT WORKS!! And it was possible only because of your generosity at the time of sharing your knowledge. THANK YOU. Added to that, I would like to know if you have any paypal or other method so I can send you a donation as a sign my gratitude. Again, Thank you so much Leon.
Wow, this is fantastic! Thank you very much for taking the time to share this feedback. I am happy to hear my videos and open source code is useful and have help you. I have a PayPal but totally no need to make a donation. Open source is about sharing the knowledge! If you want you can consider supporting some of the open source hardware project that I am working on in my spare time. Soon Crowd Supply will launch a campaign for a small gadget ANAVI Handle: a USB-C adapter for Wii Nunchuk compatible controllers to PC. The board is built around XIAO RP2040 and the open source firmware is written in CircuitPython: www.crowdsupply.com/anavi-technology/anavi-handle
The GPIO is 3.3V tolerant. Please consider using an optocoupler if you need to read higher input voltages. I have shown how to do it for 12V or 24V in another video: ruclips.net/video/hTAVO4u1d1s/видео.htmlsi=kx-rTGOo9E_W-I5V
@LeonAnavi I need make holographic cube but problem was I need smaller Esp32 & 1.3 TFT display 240x240 resolution. ruclips.net/video/RQGz9suElo8/видео.htmlsi=TIFgz_XBhiY5xiXQ
That's interesting! Thanks for sharing. I will have a look. However, Seeed Studio has a proven as a stable manufacturer and supplier over the years so I prefer and recommend using the XIAO modules.
XIAO ESP32C6 working temperature is in a wide range from -40°C to 85°C. The power consumption depends on the mode, in deep sleep it can be reduced as low as about 15 μA.
@@pablo__40363 pins D4 and D5 on XIAO ESP32C6 are dedicated for I2C so you can attach various sensors supporting this bus for temperature and current measurement, for example INA260 for voltage and current power sensor as well as for temperature HTU21D, BME680, BMP180, etc. There are so many opportunities with these XIAO modules.
@@LeonAnavi Thanks. I am just wondering because it states that the ESP32-C6 already does current and temperature measurements inside the chip.There are application examples part of the SDK.
@@pablo__40363 as far as I know esp32c6 has a built-in sensor with predefined measurement ranges but according to my understanding it is supposed to be used to measure the chip's internal temperature, for example to detect overheating.
G'day, I am wondering if it can do Speech to Text, and how small can it really get? I saw the XIAO Esp32 being tiny. I have a project that requires wireless, real-time Speech to Text capabilities, and 4 programmable buttons on it... in the smallest form factor possible... Max one index finger size. Do you reckon it can be done with Esp32's or am I better off looking somewhere else? what would you suggest?
this is a good successor of ESP32 microcontroller priced as ESP8266
Yes, absolutely. I consider ESP32C3 as an excellent ESP8266 successor and ESP32C6 is superior in terms of connectivity options.
Thank you soo much. If it wasn't because you kindly shared you code I would never get the macropad Im making to work. Studing your code made me realize the several errors I did and I had no idea at all about how to solve them because Im completely new to MCU's and Python. After several weeks banging my head against a wall, I can say IT WORKS!! And it was possible only because of your generosity at the time of sharing your knowledge. THANK YOU.
Added to that, I would like to know if you have any paypal or other method so I can send you a donation as a sign my gratitude.
Again, Thank you so much Leon.
Wow, this is fantastic! Thank you very much for taking the time to share this feedback. I am happy to hear my videos and open source code is useful and have help you. I have a PayPal but totally no need to make a donation. Open source is about sharing the knowledge! If you want you can consider supporting some of the open source hardware project that I am working on in my spare time. Soon Crowd Supply will launch a campaign for a small gadget ANAVI Handle: a USB-C adapter for Wii Nunchuk compatible controllers to PC. The board is built around XIAO RP2040 and the open source firmware is written in CircuitPython: www.crowdsupply.com/anavi-technology/anavi-handle
can you say the name of the module once again - i'm sorry I didn't understand the first 61 tiimes
for i in range(62):
print("XIAO ESP32C6")
:) :) :)
@@LeonAnavi return 0; 👍
Hi, can two of these be connected together via Bluetooth, with one set up as master and another as slave?
Yes, absolutely, check the Bluetooth documentation for XIAO ESP32C6: wiki.seeedstudio.com/xiao_esp32c6_bluetooth/
What is the maximum voltage level can we give at GPIO if configured as input?
The GPIO is 3.3V tolerant. Please consider using an optocoupler if you need to read higher input voltages. I have shown how to do it for 12V or 24V in another video: ruclips.net/video/hTAVO4u1d1s/видео.htmlsi=kx-rTGOo9E_W-I5V
What is the rectangular component close to the uFL connector? Is it an antenna? If yes, how do you select between external and built in antenna?
Yes, this is the on-board antenna. GPIO14 is used to select between using the built-in antenna or an external antenna.
Does it have in built battery charging Circuit? I want to connect 3.7 v li po battery to it
Yes, it has, have a look at the details here: wiki.seeedstudio.com/xiao_esp32c6_getting_started/#battery-usage
Can we connect 1.3 inch tft display?
Yes, you can connect a OLED 1.3" SSD1306 display with resolution 64×128 over the SPI or I2C bus on XIAO ESP32C6.
@LeonAnavi I need make holographic cube but problem was I need smaller Esp32 & 1.3 TFT display 240x240 resolution.
ruclips.net/video/RQGz9suElo8/видео.htmlsi=TIFgz_XBhiY5xiXQ
Use the Waveshare ST7789 240x240 1.3" display: www.waveshare.com/1.3inch-lcd-module.htm
The XIAO RP2350 and ESP32C6 also looks like the series from the Banggood.... the $8 ESP32-C3FH4-5x5 RGB Board , and a similar ESP32 PICO D4 version
That's interesting! Thanks for sharing. I will have a look. However, Seeed Studio has a proven as a stable manufacturer and supplier over the years so I prefer and recommend using the XIAO modules.
Is this an product unboxing video, at least I can't find anything technical info in it.
It is a quick unboxing video of a new product. More technical details are available at the provided links in the description.
Nice review. What about temperature measurements and current measurements? Thanks
XIAO ESP32C6 working temperature is in a wide range from -40°C to 85°C. The power consumption depends on the mode, in deep sleep it can be reduced as low as about 15 μA.
@@LeonAnavi Hi Leon. I meant about doing current measurements and temperature measurements of the SOC from the GPIOs
@@pablo__40363 pins D4 and D5 on XIAO ESP32C6 are dedicated for I2C so you can attach various sensors supporting this bus for temperature and current measurement, for example INA260 for voltage and current power sensor as well as for temperature HTU21D, BME680, BMP180, etc. There are so many opportunities with these XIAO modules.
@@LeonAnavi Thanks. I am just wondering because it states that the ESP32-C6 already does current and temperature measurements inside the chip.There are application examples part of the SDK.
@@pablo__40363 as far as I know esp32c6 has a built-in sensor with predefined measurement ranges but according to my understanding it is supposed to be used to measure the chip's internal temperature, for example to detect overheating.
G'day, I am wondering if it can do Speech to Text, and how small can it really get? I saw the XIAO Esp32 being tiny.
I have a project that requires wireless, real-time Speech to Text capabilities, and 4 programmable buttons on it... in the smallest form factor possible... Max one index finger size.
Do you reckon it can be done with Esp32's or am I better off looking somewhere else?
what would you suggest?
Yes, check the open source project for ESP32 github.com/espressif/esp-sr
@@LeonAnavi Thank you Leon! I'll check it out.
good job
Thank you! Cheers!