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 […]
Hi Devs, I’m using an ESP32 as a BLE peripheral device to broadcast sine values to my Android 11 phone via the nRF Connect app, i am using the ArduinoBLE […]
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 @MCU, MPU & Firmware , Is anyone experienced with Bluetooth HFP (Hands-Free Profile) development? If so, could you provide recommendations for vendors with a mature and stable Bluetooth stack […]
Forums are designed to help DevHeads community members come to quick resolution on a variety of systems integration topics. These differ from the #seeking-collabs (find a professional dev who can […]
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 […]