projects:internetofthings:esp32

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:internetofthings:esp32 [2020/03/10 16:46] scipioprojects:internetofthings:esp32 [2021/07/03 08:36] (current) – [ESPCAM] scipio
Line 1: Line 1:
 ====== ESP32 ====== ====== ESP32 ======
 +
 +[[https://randomnerdtutorials.com/esp32-pinout-reference-gpios/|how to use pins]]
 +[[https://www.14core.com/wiring-and-flashing-programming-esp-32-esp32s-with-usb-ttl-uart/|esp32 chip only]]
 +
 +===== ESPCAM =====
 +
 +{{:projects:internetofthings:esp32-cam-ftdi-programmer-5v-supply.png?400|}}
 +
 +  * upload code: GPIO 0 needs to be connected to GND
 +  * run code: remove GPIO 0 from GND and press the RST button
 +====== Lolin32 lite  ======
 +
 +
 +{{:projects:internetofthings:lolin32_pinout03-1.png?600|}}
 +
 +  * [[https://docs.platformio.org/en/latest/boards/espressif32/lolin32_lite.html|platformio specifications]]
 +  * ESP32 Module: ESP-WROOM-32 from Espressif.
 +  * 240MHz dual core microprocessor equipped with
 +  * 4MB SPI flash memory. Support up to 16MB of flash memory
 +  * Connectivity
 +  * WiFi 802.11 b / g / n.
 +  * Security WEP, WPA / WPA2 PSK / Enterprise.
 +  * Integrated cryptographic chip supporting AES / SHA2 / Elliptical Curve Cryptography / RSA-4096 algorithms
 +  * Maximum power for data transfer: 19.5 dBm@11b, 16.5 dBm@11g, 15.5 dBm@11n
 +  * Sensitivity max. reception: -97 dBm
 +  * Bluetooth 4.0 LE
 +  * 32 Inputs / Outputs
 +  * 26x Digital I / O (3.3V). All outputs can be PWM
 +  * 18x analog inputs
 +  * 3x UART
 +  * 3x SPI
 +  * 2x I2S
 +  * 2x DAC
 +  * 2x I2C
 +  * Sleep Mode Consumption: 5 μA
 +  * Integrated sensors
 +  * Hall Effect
 +  * 10x inputs for capacitive touch interface
 +  * LiPo battery connector JST XH2-2.54mm
 +====== LILYGO TTGO T5 V2.3_2.13 ======
 +
 +  * https://fr.aliexpress.com/item/32869729970.html
 +  * display: GxGDEM0213B74
 +  * SKU: H239 2-colors 
 +  * platformio project: https://github.com/Xinyuan-LilyGO/T5-Ink-Screen-Series
 +    * #define LILYGO_T5_V213
 +    * #include <GxDEPG0213BN/GxDEPG0213BN.h>
 +
 +
 +===== AZ-Delivery D1 Mini ESP32 =====
 +
 +{{ :projects:internetofthings:d1_mini_esp32_-_pinout.pdf |pinout}}
 +
 +{{ :projects:internetofthings:d1_mini_esp32_datenblatt_az-delivery_vertriebs_gmbh.pdf |datasheet}}
  
 ===== TTGO ESP32 ===== ===== TTGO ESP32 =====
Line 23: Line 77:
  
 {{ :projects:internetofthings:esp32_schematic_prints.pdf|physical pinout}} {{ :projects:internetofthings:esp32_schematic_prints.pdf|physical pinout}}
 +
 +
 +===== MakerHawk ESP32 OLED Display =====
 +
 +  * [[https://drive.google.com/file/d/1adV8qKkzZWtWqKQMTOAmV44uLfnYM7xG/view|resources]]
 +  * [[https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series|github lib]]
 +  * [[https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/3b81bff5f710df6ed8bd47120ad2879c165da936/esp32/variants/wifi_kit_32/pins_arduino.h|pins arduino]]
 +
 +{{:projects:internetofthings:heltech.png?600|}}
  • projects/internetofthings/esp32.1583855195.txt.gz
  • Last modified: 2020/03/10 16:46
  • by scipio