Close

1971 Results for "esp32 tutorial"

  • Bluetooth video with ESP32

  • The aim is to use an ESP32 for image capture and data transmission to the smartphone using Bluetooth. In order to ensure that the data rate was acceptable, a proof of concept was created using an ESP32 camera dev board.  We could not find any examples...
  • MakePython ESP32 Sample

  • The MakePython ESP32 version sample completed, i designed it WROOM/WORVER compatible, while WROOM with NO PSRAM  and WROVER 8MB PSRAM Compares to the ESP8266 version, the ESP32 version much more powerful, which makes it much competent for MicroPython.....
  • Dual ESP32 layout explained

  • I used 2x ESP32 (instead of only 1 in #Xts-uBASIC Pocket V2 ) because I needed hudge RAM to correctly manage the 320x240px Screen ops. (& ESP32 is relatively cheap & fast) so there is an UART Bridge between BOTH MCUs in order to send commands from...
  • Final ESP32 code

  • Firmware and Github update I have updated the Github repository with the finalized code for the ESP32. I was having major issues with the BLE Generic Attribute Profile being duplicated. This was a problem because it was causing issues when I was...
  • ESP32 HDD clock PCB

  • Here is the PCB designed to accomodate the ESP32. As you can see, the ESP32 can be soldered either using the through holes or "SMD like" as I did. Eagles files (schematics and PCB) are available herestay tuned for the code (will take a few weeks...)...
  • ESP32 IC Footprint Added

  • Added the footprint and symbol for the ESP32 IC itself for those who wish to integrate the contents of the module in their own design. I'll have a test PCB out to OSHPark fab in the next two days, and I'll populate and test when my ESP3212 module arrives...
  • Whole story..

  • This will probably sound like (bad) romantic hollywood movie, but 3 and half your ago I met love of my life. Do not worry this will not be another story where everything is perfect, but you have to know where I took my inspiration.  We met with...
  • ESP32 test code

  • After getting Zerynth set up and working properly with my ESP32, I worked with both the Zerynth example code snippets and wrote some of my own code.Uploading code to ESP32To upload the code to the ESP32, there is the Build menu in Zerynth in...
  • Related hardwares/projects

  • I did some research on related thermal printer hardwares/softwares. FYI:1. Adafruit TTL Serial Mini/Tiny/Nano Thermal PrinterAs I mentioned in my last log, Adafruit offers a series of ready-to-use thermal printer modules with different...
  • Prototype electronics

  • The electronics for the prototype consist of a 3s lipo battery powering some BTS7960 motor controllers and an Arduino UNO. Communication is done through a T8S radio transmitter and receiver. The receiver outputs s.bus which needs to be inverted in order...
  • ESP32 Version Functional

  • I've created a new ESP32 based version that syncs a DS2131 RTC with a GPS module to within a few microseconds. Its still very much a work in progress.  It IS functional :-) Syncing the DS3231 to the GPS is done with a small high level (level 5)...
  • ESP32 communicating with Mosquitto

  • Read this before continuing!I spent a few hours trying to figure out why my ESP32 could not communicate with Mosquitto even though they were both on the same private, home network. I tried everything from reconfiguring the ESP32 to checking my network...