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.
Am integrating the `Llama 3` AI model with an `ESP32-based` home automation system, using various sensors like the `DHT22`, `PIR`, and `magnetic reed switches`) and protocols like `MQTT` and `Wi-Fi` […]
In x86 64 machine code, when the `movl` instruction is used with a register destination, it zeroes the higher order bytes of the 64 bit register. How can I use […]
Given the general interest in AI here, the UK Dept. for Science, Innovation and Technology has just published its report, “Assuring a Responsible Future for AI” https://www.gov.uk/government/publications/assuring-a-responsible-future-for-ai
I encountered an issue when injecting my assembly program **asm.txt** into a **portable executable file** to run a keylogger using `CreateThread`. `CreateThread` was failing with the error code `0x3E6 (ERROR_NOACCESS)`. […]
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), […]
In this video, I discuss using a Private Key in the MQTT connection setup. It’s crucial to keep the Private Key confidential and not share it with any third party. […]
To increase the IoT domain’s security posture, I decided to offer 100 free coupons for my Udemy training. After taking this training, you will: β Understand how AWS IoT Core […]
I’m developing an IoT device using SIM7080G cellular chip and ESP32-C3. With the rise of IoT attacks and vulnerabilities, I want to ensure my device is fortified against unauthorized access, […]
Hi guys @IoT Cloud I plan on making a solution where devices need to communicate with multiple endpoints, including an API for non-telemetry data. To avoid additional authentication methods, I’m […]