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
Can anyone successfully build this samples/drivers/can/babbling for any espressif board?
Has anyone done FOTA on ESP32 using a 4G A7670 radio without Wi-Fi?
Segmentation Fault in Asterisk on STM32MP157f-DK2 When Using SIP Client
pjsip.conf
file, the server now starts successfully. However, it crashes with a segmentation fault when I try to connect from my phone using the Mizudroid SIP client app.Could this issue be related to my router setup, Asterisk configuration, or Bootlin environment? Any suggestions on diagnosing and resolving this segmentation fault would be greatly appreciated....
Adapting Mongoose WS for STM32H753ZIT6 with MII Ethernet Mode
any reason why my stm32 configured as mqtt client sends a DNS request but i dont get a response?
Troubleshooting GStreamer Audio Pipeline for HFP/HSP Bluetooth Connection on Raspberry Pi
Resolving Unrealistic Weather Predictions in MicroPython Linear Regression Model on Raspberry Pi Pic
Deploying Minio on ARM Cortex-A53 Embedded Systems: Challenges and Performance Optimizations
Securing ESP32 Home Automation System with MQTT over SSL/TLS for Voice-Controlled Appliances
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
to manage appliances via voice commands? Additionally, how do u guys feel in leaving system reliability and security for homes at the hands of an Ai?
My question is what's the best security measures to ensure over the MQTT
over SSL and TLS so as not to have unauthorized users
```cpp
#include <WiFi.h>...Issue with WiFi Connection on New ESP8266 D1 Mini Boards Using WiFiManager
I created a program with VSC and PlatformIO that works perfectly on an older D1 Mini (AZDelivery).
On the new ones, however, it's impossible to get automatic WiFi.
I'm using the WiFiManager library (alanswx/ESPAsyncWiFiManager).
I do get the portal at 192.168.4.1, I enter the SSID and password, the ESP restarts, but it never connects (I've tried with 5 of them). ...
How to Resolve No Buffer Space Errors in CAN Communication With MCP2515?
can_add_rx_filter()
function is supposed to catch incoming CAN messages, but it always fails with the error code -ENOBUFS
(No Buffer Space Available). Even though I am certain the messages are being broadcasted from the other nodes, my node doesnāt seem to capture or process them. Iāve tested the wiring and termination, and all other hardware connections look good....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,");...