Hi! Guys i ordered about ten ESP8266 D1 Mini boards with a USB-C port. I created a program with VSC and PlatformIO that works perfectly on an older D1 Mini […]
Am integrating the `Llama 3` AI model with an `ESP32-based` home automation system, using various sensors like the `DHT22`, `PIR`, and `magnetic reed switches`) and protocols like `MQTT` and `Wi-Fi` […]
I am interested to build a very similar project to this https://github.com/yuan910715/esp8266_wifi_matrix_clock . I have contacted the author several times however he does not want to collaborate on coding level […]
Hello, I’m looking for Water, Gas, and Electricity Meters for a potential customer. Requirements: – WiFi connectivity – MQTT support – Ease of installation and initial configuration – Possibility to […]
Hey guys, I am using the DA16200MOD-DEVKT-P development kit for a low-power IoT project. The objective is to implement a Wi-Fi connection that maintains ultra-low power consumption by utilizing the […]
I’m working on a project to build a storage system for electronic components where its kept inrack’s drawer. Inspired by the FindyBot3000, I aim to create a typed search interface […]

* *Reviewer:* @ngu25 * *Full Review and Getting Started Guide:* https://www.devheads.io/wp-content/uploads/2024/04/DA16200MOD-DEVKT-P_DevHeads_Review.pdf The DA16200MOD-DEVKT-P is an ultra-low-power Wi-Fi module development kit based on the DA16200MOD and DA16200 Wi-Fi system-on-chip (SoC). It’s […]
Hello guys, am developing an IoT project using the BeagleBone Black (BBB) running a custom Embedded Linux image. The project requires a stable Wi-Fi connection for real-time data transmission to […]
Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is the code for the receiving ESP: “`C++ #include #include const char* ssid = “XXXX”; […]