Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey everyone! I’m looking to upgrade my hardware to professional embedded projects not for educational purposes , i would like it to handle AI tasks, i already have esp and […]
hey guys im new here and i love drones and things iot so ive been trying to do a passion project on building an esp32 drone but i seem to […]
Hi everyone , I am looking for a (free) solution to move a servo connected to an ESP8266 with Google Home voice commands…! Like “OK Google, set the ‘thing’ to […]
Morning guys; I bought an HW-624 to connect to the console of my SBC and ESP. However, the “documentation” is anything but clear … it’s actually quite confusing. Here are […]
Hi, I bought a kit on Amazon that I’m trying to control with an ESP8266. I’ve successfully uploaded the code to the ESP8266 and can monitor the readings from a […]
hey, I’m experiencing intermittent power-on failures on my ESP32-WROVER-B dev board after connecting external peripherals, including a BME280 temperature and humidity sensor, MPU6050 accelerometer and gyroscope, 5V DC motor controlled […]
I want to design a new board that will read temperature with an NTC and a k-type sensor and I want some Bluetooth connectivity. I have heard that the ESP32 […]
I found this code for connecting the bluetooth #include “BluetoothSerial.h” BluetoothSerial SerialBT; bool isConnected = false; void setup() { Serial.begin(115200); SerialBT.begin(“ESP32_BT”); // Bluetooth device name Serial.println(“The device started, now you […]
Hello everyone. Does anyone know what happened to face detection in esp32 cam? I don’t see the option in my browser as others have online. I read somewhere its been […]