Nieuws

This article focuses only on how to program an ATtiny85. So it is not a complete guide on also how to set up and program an Arduino. In this article, I will do all examples with an Arduino Nano.
In this tutorial, we will see how replace Arduino board with Atmega328 IC and with few other components. For using Atmega328 IC in place of arduino, first we have to burn Arduino Bootloader in it and ...
Arduino Nano with ATmega328P is available in two variants: "ATmega328P" and the older "ATmega328P (Old Bootloader)". The newer variant uses an optimized bootloader which has double upload transfer ...
Rust on Arduino nano 33 BLE This package is minimal example how to run program written in Rust on Arduino Nano 33 BLE. It uses Nordic nRF52480 processor, but it has different interface to flash new ...
Arduino is the now-famous microcontroller that has set a portion of the maker community free to design amazing creations. The Arduino board and platform is fairly simple, but it can be ...