Close

44 Results for "ESP32"

  • ESP32 4 universes

  • After receiving some help with the code and a new version of Artnet from Yves BAZIN (His work can be found at https://www.youtube.com/watch?v=4viy1FxyLiY&feature=em-comments and https://hackaday.io/project/158268-5904-leds-panel) I finally managed to...
  • Code for single Esp32 Board

  • This is the code for everything on a single Esp32 Board. Since I didn't have the correct board, I needed to use two of them, and they communicate through the serial port.The Bluetooth packets address and raw data get printed to the Arduino Serial...
  • STONE HMI DISPLAY ESP32 WEATHER STATION

  • As we all know, With the development of weather forecasts, the meteorological monitoring system becomes more and more important. In the application of this paper, I will use the STONE TFT LCD screen, esp32 microprocessor, photosensitive resistance sensor,...
  • STONE HMI DISPLAY ESP32 WEATHER STATION

  • As we all know, With the development of weather forecasts, the meteorological monitoring system becomes more and more important. In the application of this paper, I will use the STONE TFT LCD screen, esp32 microprocessor, photosensitive resistance sensor,...
  • ESP32 RTOS + Bare Metal: Best of Both Worlds?

  • Ever since I finished working on the latency tests & improvement, I've been working on trying to free up the 2nd core from its FreeRTOS duty by running it bare metal as originally demonstrated by @Daniel  with #Bare metal second core on ESP32. I...
  • Phase 2

  • Phase 2: I have managed to have the ESP32 and the Jinx working fine on a 10x10 panel. I am using a 10x10 panel because I have noticed that when I configure the ArtNet output device on Jinx, it locks in 512 channels. That was expected, because one DMX...
  • Tuya Application Setup

  • We assume that you are already familiar with the Tuya Platform and have created your account. Make sure you install tuyaos-link-sdk in Python. Tuya IoT Platform(Web) Once logged in, create a new product (follow this simple tutorial as a getting started...
  • BLE research and testing

  • In this log I will be documenting my BLE research. On 4/8 I spent time researching BLE implementation in MicroPython for the ESP32. Through this research I was able to verify proper BLE implementation and communiccate with the ESP32 through...