After playing some time with the Arduino Uno I wanted to learn more about the features of the ATmega328P without the "Arduino OS" shell. To get as close as possible to the chip I decided to use ...
Pi doesn't play nicely with Neopixels -- you don't have fine control over the timing of the pulses you send to the pixels when using multitasking operating systems. With microcontrollers, you do. So I ...
Making a servo tester using an Attiny85 micro chip, Attiny45 also works for this project. This diy servo tester is as good as any other servo tester, the difference is that it can be programmed to do ...
Esta pequeña maqueta de desarrollo, muy simple, ha sido diseñada para hacer pruebas en los microcontroladores AVR de 8 terminales de la casa Atmel. Todo circuito de ocho terminales, alimentado por los ...
Sometimes you use a Raspberry Pi when you really could have gotten by with an Arudino. Sometimes you use an Arduino when maybe an ATtiny45 would have been better. And sometimes, like [Bill]’s ...