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.
This topic is to share with how you manage your application and how you deal with it in case the connectivity is lost, and what you do when the connection […]
The flowmeter contains a atmega 16 chip and i am trying to get flowrate and flow totalizer from it via rs485 to ttl converter using a arduino nano data related […]
https://github.com/MuskaanJain2021/MULTITASKING-ON-STM32F407VGT6.git Task I am trying to achieve is The LED is off initially. Depending on switch press, the LED blinks in following way. 1st Switch press: LED blinks at frequency […]
Hey guys, how can I initialize the AVR32UC microcontroller with Zephyr OS to communicate with the DHT22 temperature and humidity sensor, and address the issue of `failing to fetch sensor […]
Can anyone help me in solving this i am in analysis paralysis right now cannot wrap my head around the problem Programming Exercise NOTE: ALL INFORMATION REQUIRED TO COMPLETE THE […]
I’ve written a test program using AT&T syntax for use with GNU assembler. The program is supposed to print the value `1` using printf.
@Middleware & OS Hello guys, I’m attempting to control a motor’s speed using PWM on my AVR microcontroller running Zephyr. I’ve set up the PWM peripheral and device tree configuration, […]
I am working on a text based tic-tac-toe game for some users, using x86 assembly on an Intel Core i7 12700K systems running Ubuntu 22.04. I’m using NASM assembler and […]
Good day everyone @Middleware & OS , I have an objective to transmit a string (“test123”) 10 times as fast as possible through UART in interrupt mode utilizing an STM32F407VGT6 […]