I was previously working on a *distributed robotic control system* where multiple robotic arms communicate via *CAN Bus* to coordinate their movements. Each arm operates independently, but they share data […]
Hey guys, I previously worked on an automated irrigation system where different sensors (moisture, temperature) spread across large farmland communicate with a central controller over the CAN Bus. Each sensor […]
Hii guys I’m creating lighting variations on PORTA with a MEGA 2560 board. I am using a zero-cross detection that triggers an interrupt, which calls the “void passage_a_0” function. A […]
Hii guys 😌😌 I’m creating lighting variations on PORTA with a MEGA 2560 board. I am using a zero-cross detection that triggers an interrupt, which calls the “void passage_a_0” function. […]
I want to know when the batteries of a model are getting low. The 5 AA batteries are over 5 volts so I cannot check the end voltage. I make […]
Hi , i’m a student on the university and this is m’y first year on embeded systems branch and we learn about 8085 controlers ans i need a helpful ans […]
I am using AVR128DA48 microcontroller to control an LED in serial communication. The way I set it up is not complex; I’m sending *‘ON’* and *‘OFF’* commands from a `python` […]
Hello Guys, I am working on Mic module which is used with beaglebone, The circuit gonna used in robust Industry environment. Recommend me good microphone (ICs) module circuit with noise […]
Hi everyone, i started coding embedded C recently, based on my understanding of While loop it loops over the code as long as the while loop condition remains true, in […]