DevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
JoinDevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
Joinseeking-collabs
firmware-and-baremetal
middleware-and-os
edge-networking
pcb-and-analog
jobs
iot-cloud
code-review
devheads-feed
general-dev-chat
I'm experiencing inconsistent Wi-Fi connectivity issues with my ESP32-C3-MINI-1-U board
Optimizing MQTT Stability on ESP32 with Keep-Alive Tuning or Reconnection Strategy
Is anyone experienced with Bluetooth HFP (Hands-Free Profile) development?
Debugging Intermittent CAN Bus Communication Failures on AVR128DA48
Optimizing MQTT Communication for High-Frequency Data Transmission with ESP32
Troubleshooting CANBUS Flashing on Nucleo-F446 Board Using STM32 Bootloader
Fixing IndexError in Gesture Recognition with TinyML on ESP32
ESP32
with TinyML
, I’m now encountering a new problem. The program crashes intermittently with the following error:
IndexError: index 3 is out of bounds for axis 0 with size 3
IndexError: index 3 is out of bounds for axis 0 with size 3
Delays in LoRa Message Transmission with AVR128DA48 and SX1276 Module for Real-Time Alerts
How do I build an MJPEG server via WebSocket on ESP32 using Mongoose
I have to know exactly how would the ws header look like
After some searching, I found that I need data:image/jpeg;base64,
and I did this :
``` mg_ws_printf(c, WEBSOCKET_OP_TEXT, "data:image/jpeg;base64,");...How do I implement real-time inference on ESP32 and reduce latency for image recognition
LCD
or send data to the cloud? Cause my Inference latency is too high for real-time application, what's the best way to implement this to ensure that Inference time does not remains above acceptable thresholds for real-time use.How do I achieve a fully functional voice-controlled system with reliable command recognition
MicroPython
and TinyML
on an ESP32
microcontroller to recognize specific voice commands ("turn on" and "turn off") for controlling an LED. It runs smoothly as intended with no errors but sometimes doesn't respond to the voice command, how can i achieve consistent voice recognition and LED
control with the ESP32
, leveraging TinyML and MicroPython....Troubleshooting WiFi Connection Issues and High Latency with ESP32 CAM on Isolated Network
Preventing data loss on ESP32 during MQTT disconnects
How can I resolve BLE connection issues with ESP32 and Android 11 using ArduinoBLE?
Configuring AVR128DA48 for Real-Time CAN Bus Communication
CAN IDs
to each sensor, with higher priority for critical sensors like vibration.
Optimize the CAN Bus
speed according to your system’s bandwidth
and distance requirements, typically between 125 kbps
and 1 Mbps
....ESP32-Pico Failing to Publish MQTT Messages Due to Payload Size Exceeding Broker's Limit
How do I set up UART communication between BeagleBone Black and Esp32?
BeagleBone Black
and a Esp32. How do I set up UART
communication between BeagleBone Black
and Esp32
?
Because am receiving no data from microcontroller, I have checked checked UART
pin connections and baud rate settings.
```python...Why Does the MQTT Connection on ESP32-Pico Frequently Disconnect with Error errno=113?
ESP32 BLE Reconnection Issue with REMOTEXY App
Best Tool to Diagnose Intermittent Wi-Fi Drops on ESP32 in Home Automation Project?