Difference between revisions of "XIAO ESP32C3"

From Land Boards Wiki
Jump to navigation Jump to search
(Created page with "== Features == * [https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html?utm_source=mailchimp&utm_medium=edm&utm_campaign=bazaar_0707&ct=t%28%29&mc_cid=3303ccf0f9&mc_eid=...")
 
Line 9: Line 9:
 
* [https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/ Wiki]
 
* [https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/ Wiki]
 
* [https://files.seeedstudio.com/wiki/Seeed-Studio-XIAO-ESP32/esp32-c3_datasheet.pdf?ct=t()&mc_cid=87cf985ac5&mc_eid=1dd4876369 ESP32C3 Datasheet]
 
* [https://files.seeedstudio.com/wiki/Seeed-Studio-XIAO-ESP32/esp32-c3_datasheet.pdf?ct=t()&mc_cid=87cf985ac5&mc_eid=1dd4876369 ESP32C3 Datasheet]
 +
* 11 GPIO pins:
 +
** True analog output on one I/O pin
 +
*** Can be used to play 10-bit quality audio clips in Arduino
 +
**** CircuitPython does not have storage for audio clips
 +
** 9 x 12-bit analog inputs (SDA/SCL do not have analog inputs)
 +
** 1 x Optional AREF on A1
 +
** 9 x PWM outputs (A0 is analog out, A1 is not PWM capable)
 +
** Hardware I2C port with STEMMA QT plug-n-play connector
 +
** Hardware UART
 +
** Hardware SPI
 +
** Hardware I2S
 +
** 6 x Capacitive Touch with no additional components required
 +
* 3.3V regulator with [https://www.diodes.com/assets/Datasheets/AP2112.pdf AP2112, 600mA peak output]
 +
* Reset switch for starting your project code over or entering bootloader mode
 +
* USB Type C connector

Revision as of 12:43, 8 July 2022

Features

  • SeeedStudio XIAO ESP32C3 (New 2022-07)
  • RISC-V Single Core
  • Up to 160 MHz
  • 400 KB SRAM
  • 4 MB Flash
  • 2.4GHz Wi-Fi subsystem
  • Wiki
  • ESP32C3 Datasheet
  • 11 GPIO pins:
    • True analog output on one I/O pin
      • Can be used to play 10-bit quality audio clips in Arduino
        • CircuitPython does not have storage for audio clips
    • 9 x 12-bit analog inputs (SDA/SCL do not have analog inputs)
    • 1 x Optional AREF on A1
    • 9 x PWM outputs (A0 is analog out, A1 is not PWM capable)
    • Hardware I2C port with STEMMA QT plug-n-play connector
    • Hardware UART
    • Hardware SPI
    • Hardware I2S
    • 6 x Capacitive Touch with no additional components required
  • 3.3V regulator with AP2112, 600mA peak output
  • Reset switch for starting your project code over or entering bootloader mode
  • USB Type C connector