ESP32-C3: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 5: Line 5:
I have 5 ESP-C3-12F chips and a programmer thingie that I can pop them into.
I have 5 ESP-C3-12F chips and a programmer thingie that I can pop them into.
It breaks out the pins and has a ESP-01S 2x4 pin socket and gives me a USB connection.
It breaks out the pins and has a ESP-01S 2x4 pin socket and gives me a USB connection.
Single core processor, 4MB flash, 400K ram
<br clear=all/>
<br clear=all/>


Options for how to use them??
== Development options ==


Rust and Tock https://github.com/tock/tock
Rust and Tock https://github.com/tock/tock
Line 16: Line 19:


Arduino https://github.com/espressif/arduino-esp32
Arduino https://github.com/espressif/arduino-esp32
== Coolest feature of this chip? ==
Compatible with old Esp12F?
BLE 5.0?


[[Category: Espressif]]
[[Category: Espressif]]
[[Category: Embedded]]
[[Category: Embedded]]

Revision as of 03:59, 23 May 2022

I am interested in RISC V and this seemed like a good way to get my hands on one. (Or 5)

I have 5 ESP-C3-12F chips and a programmer thingie that I can pop them into. It breaks out the pins and has a ESP-01S 2x4 pin socket and gives me a USB connection.

Single core processor, 4MB flash, 400K ram


Development options

Rust and Tock https://github.com/tock/tock

Micropython https://micropython.org/download/esp32c3-usb/

ESP-IDF

Arduino https://github.com/espressif/arduino-esp32

Coolest feature of this chip?

Compatible with old Esp12F?

BLE 5.0?