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.
Hello everyone, Good day. I have been battling a bug for almost 24 hours on my Energy meter project and discovered the bug had to do with the “volatile” keyword. […]
Hey guys I am looking to run an object storage server on an embedded Linux platform with ARM Cortex-A53 processors and 2GB RAM (Xilinx-based). Minio is a potential option due […]
any reason why my stm32 configured as mqtt client sends a DNS request but i dont get a response?
Hello every one i have little problem about scada system on panneaux solaire the problem is i wanna make another interface to show information from server .. So we used […]
Anyone tried using LoRa and/or Meshtastic for off-grid communications? Seems like a really neat concept, and if I’m getting this right it’s a matter of selecting the right LoRa device, […]
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 […]
I’m using `HAL_UART_Transmit_IT` in two places with the Nucleo F303RE board. In `HAL_UART_RxCpltCallback`, I use it to echo received UART data, and it works fine. In `Print_CAN_Frame`, I send messages […]
Anyone who’s done Embedded CI/CD I’m trying to plan the architecture for a project I’m working on a console I’m building on an ESP32-S3 Would love to see how you’ve […]
Hello team, so I have been working on an energy meter for some time using stm32f103c8t6 as my controller, zmct103 current transformer for measuring AC current and then using LM324 […]