ESP32 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ESP32Descriptions for ESP32 at heise.de.
Technical OverviewDatasheet at https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf Some infos at https://desire.giesecke.tk/index.php/2018/01/30/esp32-wiki-entries/ Boards
GPIOReserved GPIOsSome GPIO pins have special functions. You can get into trouble when using them.
AnalogESP32 has two 12bit ADCs. The can be multiplexed to 18 channels. ADC2 has limitations if WiFi is used (see here: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/adc.html) The sample width can pe configured to:
I2C
SPIespressifhttps://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/spi_master.html#
When using espressif arduino there are small differenceshttps://github.com/espressif/arduino-esp32 The pin definition of the ttgo lora board ( https://github.com/espressif/arduino-esp32/blob/master/variants/ttgo-lora32-v1/pins_arduino.h ) differs from the espressif definition https://github.com/espressif/arduino-esp32/blob/master/libraries/SPI/src/SPI.cpp
|