Close

1971 Results for "ESP32"

  • ESP32 test

  • So recently I got my hands on a few ESP32s. Actually I got one , blew it up in no time , ordered 2 more. I'm going to esp32 for this project. Using a pic is not worth the costs or hassle.Here is a test i did with the esp32. This is 1 of 42 segments I'm...
  • ESP32 Modules

  • Received the first version of the PCB, did some tests with the ESP32.I'm finding that the ESP32-WROOM modules simply don't have enough pins to do this. The button matrix is 10x5, and then there's a power button (separated because it can be used to wake...
  • ESP32 Interfacing

  • The main controller for this project is an ESP32-WROOM32 microcontroller. The 3.3V power supply from LDO is fed to the 3V3 pin of ESP32 with input filter capacitors C7 and C8. The two resistors R10 and R11 are pull-up resistors for the I2C bus. LED...
  • Programming ESP32

  • At this time I am not quite sure yet what functionality I will be adding to the ESP32 located in the top part of the case. The basic idea is to be able to control the SDR from the knobs and buttons in the keypad. I was thinking of having some sort of...
  • Why ESP32?

  • I had equipped the PCB of the first revision of the pxlDigit_24 with an ESP8285 ESP-01F. This is actually a very powerful microcontroller if you want to set up a project compactly, but at the same time don't want to do without wifi and a lot of...
  • ESP32 timing

  • Hello World! Finally, the project is ready to go public. If you have any ideas, improvements or comments to share, feel free!During the last days, I struggled a bit with getting the timing for the gray scale output right. Each row has to be activated...
  • ESP32-CAM

  • Since Raspberry Pi's are no longer in my price range, I was looking for a cheaper, more accessible and maybe less power-hungry solution for video monitoring and recording. I got an ESP32-CAM board from Reichelt for about 11 EUR and used the Arduino...
  • ESP32 anyone

  • So the plan is to build around the ESP32. Why? for a few reasons1. Large community of developers: This is the most import reason, as without a community of developers a processor intended to be used by hobbyists is useless without support. Sure...
  • ESP32 WiFi

  • I have managed to have the panel working with ESP32 on a WiFi configuration. I am using two DMX universes. I am still using Jinx because it has a simpler user interface to work with. I have bought a couple of 5-meter WS2812b LED stripes (60 LEDs per...
  • ESP32 code

  • The code is hosted on GitHub, here: https://github.com/freeheel3r/ufcs-esp32First, a few words about the repository structure."Arduino"One handy advantage of the ESP32 is that it (partially) supports Arduino libraries. This makes it quite a bit more...
  • ESP32 support updates

  • New revision of the ESP32 reference manual released today:https://espressif.com/en/content/esp32-technical-reference-manualThe next PR will bring ESP32 support via ESP-IDF.