-
Notifications
You must be signed in to change notification settings - Fork 1
ESP32
Tristan edited this page Jun 19, 2019
·
18 revisions
https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html https://docs.espressif.com/projects/esp-idf/en/latest/get-started/linux-setup.html
This is an ESP-32 on an arduino-uno like board. Some shields are compatible, but others (especially shields that are not R3 compliant and thus doesn't use the standard SCL and SDA headers above the AREF) are not compatible.
MOSI
MISO
and SCK
are the same as the Arduino UNO. SS
in on pin 5.
SS -> 5
MOSI -> 23
MISO -> 19
SCK -> 18
SDA
and SCL
are the same as the Arduino UNO R3 but they are not present where they are as A4
and A5
on the UNO.
SDA -> 21
SCL -> 22
These are the same as the Arduino UNO.
TX0 -> 1
RX0 -> 3
Arduinos usually have the builtin led at pin 13; ESP32 usually have them on pin 2.
LED_BUILTIN -> 2
- Microcontrollers
- Sensors
- Firmware
- Programmers
- Others