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
Is it feasible to run MobileNetV2 for image recognition on an ESP32 with a 320x240 camera feed?
Best ESP Module for Wi-Fi Connectivity in Remote Monitoring with FreeRTOS and MQTT?
What does the error "Core dump data check failed" mean on the ESP32 Super Mini board?
E (172) esp_core_dump_flash: Core dump data check failed:
E (172) esp_core_dump_flash: Core dump data check failed:
How to send HTML page from a Web Server asynchronously in ESP-IDF?
esp_err_t httpd_ws_send_data_async(httpd_handle_t handle, int socket, httpd_ws_frame_t *frame,transfer_complete_cb callback, void *arg);
esp_err_t httpd_ws_send_data_async(httpd_handle_t handle, int socket, httpd_ws_frame_t *frame,transfer_complete_cb callback, void *arg);
httpd_start()
function sets up both a listening TCP
socket for handling HTTP
traffic and a control UDP
socket for internal control signals. However, for serving HTTP
responses, including HTML
pages, you typically interact with the HTTP
request and response structure provided by the server rather than directly managing sockets @te0Communication Options for Dual-Processor MIDI Control Pedalboard with ESP32
MLX90640 Sensor Fails After 3-5 Minutes When Using ArduinoBLE Library
sendLargeDataOverBLE
function to cap memory usage. Here are some improvements you can make:
...I'm looking to enhance MQTT reliability for my ESP32 in IoT applications
BeagleBone Black - Modbus TCP Communication Issues
Raspberry Pi
setup. It turned out to be a problem with the network configuration. Make sure your Modbus TCP
settings are correctly configured and check for any IP conflicts on your network. You might also want to check the network cables and switches for any faults, it could also be due to various reasons like electrical noise or insufficient power supply. Ensure your BeagleBone Black
and the Modbus
devices are properly grounded. You can als...Trying to check if Lora modules are working or not
recreate lora mesh with arduino and understand the working ?
Designing an Edge Device with nRF52840 for BLE with 100 ft Range and Smoke Detector Sensor
Issues with Bluetooth and Sensor Initialization on ESP32 using Zephyr RTOS
ESP32
microcontroller running Zephyr RTOS. The system uses Bluetooth to transmit data from sensors to a mobile application. I'm using a MAX30100
pulse oximeter and heart-rate sensor connected to the ESP32
. My goal is to read the sensor data and send it via Bluetooth.
I've written the code to initialize the sensors and set up Bluetooth communication, but I'm encountering errors. Specifically, the Bluetooth connection fails to establish, and I'm not receiving any data on my mobile application. Here are the steps I've tried and the errors encountered.
...Why is my Dell PowerEdge R740xd server experiencing high CPU usage on minimal load?
top
and htop
without success.
Lemme attached a top output from a typical idle state for reference....atop
(man page at https://linux.die.net/man/1/atop)
When it is running, press c
to display the processes and how much CPU time they are using....How can I fix "Network unreachable" error in BACnet temperature sensor setup on Raspberry Pi 4
Network unreachable
...How can I fix "BadNodeIdUnknown" error reading OPC UA sensor data on UP Squared board?
Error reading temperature: BadNodeIdUnknown
```python
from opcua import Client...How can I achieve reliable data transfer over LoRa using MicroPython on Pycom GPy?
Pycom GPy
, which features an ESP32
microcontroller with LTE
and LoRa
capabilities. The system is running MicroPython
, and I'm using a soil moisture sensor to monitor soil conditions. My goal is to read soil moisture data and send it over LoRa
to a remote gateway.
I've written the following code to initialize the soil moisture sensor and set up LoRa
communication, but I'm encountering errors, I'm unable to get valid readings from the soil moisture sensor, and the LoRa transmission does not seem to be working.
ValueError: invalid pin for ADC
...ValueError: invalid pin for ADC
on my code, it turns out I was required to use p15 intead of p13 and for the Not joined yet...
error it was due to tge mistake I made in imputing my Appkey which i have corrected now.
This is My. Code
```python
from machine import Pin, ADC
from network import LoRa...Why isn't my ATmega328P sending DHT11 sensor data to the ESP-01 module via MQTT?
Any advices on optimizing realtime loT applications with Edge Impulse on my Raspberry Pi 4
Need resources for Learning Embedded Systems and CAN Communication with NXP MPC5775B
How can I fix the CONNECTION_REFUSED error in my STM32 Nucleo H743ZI2 MQTT setup?
CONNECTION_REFUSED
error when attempting MQTT. I've verified network configurations and broker details. Any guidance or examples would be greatly appreciated.
@Middleware & OS...