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.
I am making this board for an IoT project Where I will be able to monitor my room’s Temp, Humidity, Air Pressure and Air Quality,
@umeshlokhande have you used Wifi/Ethernet with STM32?
for example mapping all the 16 gpio pins of a stm32 in my own `app.overlay`
Can anyone give me a bit of clarification on Kernel. In linux Kernel is also a compiled program right? then when we use C like function like open() how it […]
can anyone help me to verify this schematic. Note: Haven’t selected any Crystal Yet
Anyone who used FreeRTOS before can suggest me a good documentation for it
Anyone using any tft display with capacitive touch?
@umeshlokhande Have you tried to make a firmware to implement OTA update?
void SysWriteDebugConsole(const char* s) { asm(“mov r0, #0x04\n” // SYS_WRITE0 “mov r1, %[str]\n” “bkpt #0xAB\n” : : [str] “r”(s) : “r0”, “r1”); }