Mueniesthermueni.hashnode.dev·Jun 9, 2022Using ATMega328P chip as an ArduinoThe Arduino Uno module is great for prototyping. However, when moving from prototyping to the project phase, it can be quite big and expensive to include in the final circuit board (PCB). Rather than use the entire Arduino Uno module, the wiser solu...10 likes·139 readsIoT HobbyistATmega328P
Deniz Ariyandenizariyan.com·Jun 5, 2022Interrupt Based Timer for ATmega328PWhy use interrupt based timers? There is two main approaches when it comes to delaying something in embedded systems. In most basic terms, busy waiting is the act of giving a long and unnecessary work to the CPU, so you can block it from processing ...740 readsarduino