Many times in current automation, you’ve probably seen that practically every robot reverses its route when it encounters a stumbling block. And, if you’re interested in robotics, you’ve probably figured out that this is because … Read more
attiny85
Introduction The ATtiny85 is one of the smallest microcontrollers, making it ideal for small-footprint, low-power projects. However, putting your code onto the chip might be a hard task. You won’t have the luxury of a … Read more
Attiny85 Bootloader using USBasp | Tutorial
Introduction It is always easier to program on Arduino IDE because of its good interface and simpler ways to compose and upload the programs in Arduino as well as in other controllers. However, it requires … Read more