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
Simple IP based intercom device voice communication protocol
use MAX485 TTL to RS485 Converter Module with esp32 to get convert value of rs485 output to serial
how do I use the requests library to send data to an HTTP endpoint in MicroPython on an ESP8266?
response = request.post('http://example.com/data', data={'sensor': 'value'})
response = request.post('http://example.com/data', data={'sensor': 'value'})
data
instead of json
...working on a project which involes esp32 works as an Audio source, connects to Bluetooth
Is the Built-In TCP/IP Stack in GPRS Modules Redundant for Embedded Linux, or Are There Benefits?
connect and control a smart LED strip device running on NodeMCU (ESP8266) with Google Cloud IoT
how can i implement secure communication between IoT devices using Transport Layer Security (TLS)
How can I reduce the energy consumption of WiFi and MQTT?
implementing secure authentication on edge impulse
Does anybody worked on Quectel EC200 series SIM module for establishing an MQTT connection to cloud
Implementing real-time communication with MQTT
Establish a secure MQTT connection to a broker using TLS on an ESP32
espClient.setCACert(test_root_ca)
. In order to fix this error, I need to generate a CA certificate using
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt
interested in learning about constraint gauges
facing issues reading data from the SIM800 module
printf(ReadBuffer)
, nothing is displayed. How can I correctly read and process the received data?
I don't know if I should use TCP/IP to connect the SIM800 module to a server.
```...I'm building an IoT device with secure communication (TLS) but want to add extra security
What is the max date bit rate transmission using Lora Wan ?
I want to establish communication between ESP and Raspberry Pi using MQTT
Troubleshooting MQTT SSL Error: Ensuring Secure Communication for Smart Home
I faced a challenge choosing between MQTT and CoAP!!
Utilizing GPRS (GSM) Module for Mobile Database Interaction: Module Options and Challenges