wuxx / nanoESP32-C6

48 stars 9 forks source link

Any example pinout reference? #3

Closed ckcr4lyf closed 9 months ago

ckcr4lyf commented 9 months ago

I just received my board from Taobao. I was wondering if there is some example refence , so I can use it with PlatformIO or similar.

Example: https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/_images/esp32-c6-devkitc-1-pin-layout.png

Or is the number on board directly correspond the pin number for the module, e.g. (https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf) image

ckcr4lyf commented 9 months ago

Also wondering if it is compatible with the Arduino framework, e.g. https://github.com/espressif/arduino-esp32

wuxx commented 9 months ago

Hello, currently arduino does not support it and needs to be developed with esp-idf.

https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/index.html

ckcr4lyf commented 9 months ago

Do you know which pin is the onboard LED?

wuxx commented 9 months ago

you can check the schematic, it's GPIO8 https://github.com/wuxx/nanoESP32-C6/blob/master/hardware/nanoESP32C6.pdf

ckcr4lyf commented 9 months ago

Thanks, that schematic is exactly what I was looking for!