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
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...Looking to learn about making iot Bluetooth apps or wifi apps for esp32 android or ios
Troubleshooting HTTP POST Error on ESP32 with ADXL335 Accelerometer
Error on sending POST: -1
Error on sending POST: -1
Deploying Edge Impulse models on the Arduino Nano RP2040.
nano_ble_accelerometer_continuous
file, which I could tweak for use on the Nano RP2040.
Recently, new models only include the nano_ble_accelerometer
file, omitting the nano_ble_accelerometer_continuous
file. This change also affects older models that previously included the continuous file.
I will like to clarify if there have been updates or changes in Edge Impulse affecting the availability of the nano_ble_accelerometer_continuous
file
and would like to know if there are alternative approaches for continuous data acquisition on the Nano RP2040
@Middleware & OS...Facing difficulties connecting an ENC28J60 Ethernet shield to an Arduino Nano ESp32

How can I enhance device authentication to ensure secure communication?
Is there a module for TCP/IP implementation in Azure IoT Edge?
Managing Priorities in a CAN Bus Network with Arduino Uno and MCP2515 Modules
Is it good practice to use MQTT to setdata for an IoT device?
I need help on secure communication.