Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hello dev i am setting up an industrial IoT gateway using an UP Squared board with Embedded Linux. The gateway should read data from an OPC UA temperature sensor, I […]
Hello, I have a mobile unit that I want to use to upload and receive data from a database like Firebase. Since Wi-Fi is not an option, I am considering […]
I’ve problem that USB serial cannot detected on device manager. The message is “USB\DEVICE_DESCRIPTOR_FAILURE”. Did everyone here experience the same problem when connecting MKR device for the first time. Please […]
Good day guys how can i implement secure communication between IoT devices using Transport Layer Security (TLS) in embedded software in C programming language (peer to peer communication between devices), […]
Hello friends, I have a Question, How to Send Data to the PC using CAN PROTOCOL ?
I am currently digging into ZigBee and the following question came to my mind: What is the maximum number of nodes one ZigBee endpoint can communicate to?
Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is the code for the receiving ESP: “`C++ #include #include const char* ssid = “XXXX”; […]
are there any resources which are available to learn
Good day devs, I tried integrating a SIM800 module with FreeRTOS for a small start up. I plan to use HAL_UART functions with a timeout mechanism for UART communication, but […]