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. […]
Good morning guys ππ»ππ» I’m diving into a project for a USB MIDI controller with a Mega (interface in the photo, the empty holes are for potentiometers, 12 buttons, 24 […]
Hi, Iβm trying to get the value of my battery using an analog input of my ATTiny85 to create a gauge. To do this, I made a voltage divider to […]
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 […]
Related question: I’ll likely use an ATtiny85 for this project, meaning limited IO pins (WIP schematic pictured). I’ll mostly be listening for signals with a software serial Rx pin, but […]
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` […]