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
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
Has anyone tried sending data using light signal (Lifi) before?
Can anyone explain how to send data using the CAN protocol step-by-step?
Has anyone ever worked with programming a Bluetooth module?
Do you prefer using mqtt broker services like Aws or use your own broker?
How can I slow down the browser to avoid network congestion with retransmissions?
How to Send Data to the PC using CAN PROTOCOL ?
How to connect the STM32H7B3I-DK board to ESP8266 WiFi module?
AT Command
driver for ESP8266 which uses UART to communicate with STM32 to provide WiFi connectivity. Please follow the readme file. If it seems too much in the beginning to incorporate drivers. Then, I'll suggest first configuring ESP8266 in AT command Mode. And then write individual AT command
over UART
from STM32
to host a simple webserver. I don't have any specific video on the top of my head. But heres GitHub repo https://github.com/jrmejiaa/ESP8266is there a platform like Blynk that I can use and it is free with ESP 32?
How to Specify a Custom Library Path for ESP32 Communication Programs in Arduino IDE?
can you explain to me the difference between Bluetooth Modules HC-05 AND HC-06?
I was publishing sunrise &sunset time but while using in code its not working. can anyone assist me?
msg.payload : Object
{ sunrise: 1713645121, sunset: 1713684720 }
msg.payload : Object
{ sunrise: 1713645121, sunset: 1713684720 }