Close

559 Results for "ESP32"

  • Program ESP32

  • Get the latest firmware from the source repository https://github.com/DasBasti/IndiaNavi_Firmware and build it. Or get the binary https://indianavi.s3.eu-central-1.amazonaws.com/firmware_latest.binFlash it with your favourite ESP32 firmware flasher....
  • ESP32 modules

  • Hardware setup5V power to LED and ESP32 with the same groundLED data PIN (12 by default)Set the LED Strip as backlight or put a diffuser to have as softer direct light : diffusers can be found on amazon.Software :It is recommended to work on a linux...
  • ESP32 DevKit

  • Insert the ESP32 DevKit. For this board I'm using the 38pin narrow version. If you are going to use the header sockets, attach them to the ESP32 DevKit first, so that they line up properly. Flip the board over and solder all the pins. If you have soldered...
  • ESP32 LDR connections

  • Solder and connect the 10kOhm resistor between GND and PIN36, the LDR should connect PIN36 with 3.3V (between GND and RST).
  • ESP32 LED connections

  • Solder and connect the components around the ESP32 (see schematic for reference). The GATE of the IRF3707Z should be connected to PIN17, the SOURCE should be connected to GND and the DRAIN is connected to Vin- of the DC-DC Step Up converter.
  • Program the ESP32

  • Start programming your ESP32-WROOM with the firmware you can find here: https://github.com/Shyri/gba-bt-hid/tree/master/esp32 I recommend to use one this programmers: This project was tested with ESP-IDF v3.3.2 that you can find here:https://github.com/espressif/esp-idf/releasesYou...
  • Program ESP32-CAM

  • Use Arudino IDE to program your ESP32-CAM The code can be found here on SayHOLO Github >>> IMG_To_Google_Drive * To program your ESP32-CAM, make your to use jumper or wires to connect IO0 & GND. Remove it when you finish compiling.  Make sure...