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.
Hello everyone, I have a design I need to send to production tonight, the design just came in some hours ago.. It’s an IOT board. In the firmware, I will […]
hey there guys, I am working on home automation with esp32 module with wifi and bluetooth. I have developed the model that will get the data from firebase in 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 […]
I want to recreate a portable bluetooth speaker on Kanye’s design. The speaker mixes four audio stems simultaneously, with touch controls for reversing, looping, and adjusting speed and volume. Educational […]
I am new to STM32WB15CC and am using the STM32WB15CC NUCLEO board. I successfully ran the BLE example `p2pserver` on my board, where the device is discoverable, and I can […]
I’m working with the STM32 Nucleo L476RG board and the X-Nucleo IDB05A1 expansion board to develop Bluetooth Low Energy applications. My development environment is Keil uVision5, and I’ve successfully built […]
Hey @MCU, MPU & Firmware @Helper Guys, i have a slight logic problem, So i built a BLE HID device using zephyr which tags input from a console and send […]
Hello, I am working on a health monitoring system using an `Arduino Nano 33 BLE` Sense and a Pulse Oximeter (`MAX30102`) sensor. The objective is to measure and transmit pulse […]
Hello guys ahv gotten to a new stage on my project simple temperature monitoring system using `MicroPython` on a `Zephyr` `RTOS`-supported microcontroller, such as the `ESP32`, and transmit the data […]