The ATtiny85 Microcontroller is one of the smallest Microcontrollers available today. It is an 8-bit Microcontroller with 8 physical pins, based on the AVR RISC Architecture. There are three variants ...
Anyone who would like to learn Arduino programming and more about the fantastic electronic development platform which is fun and easy-to-use to create a wide variety of different projects. Maybe worth ...
I needed to program 50 attiny85's with the same program for a project and I wanted a simple way to burn the bootloader, set the fuses and program it with my code. so with help of the well documented ...
We’re happy to see Arduino enthusiasts championing the use of smaller hardware when the need for a full-blown ATmega-based board just isn’t there. [Chris] has been doing just that, using ATtiny85 ...
If there’s any looming, unwritten rule of learning a programming language, it states that one must break in the syntax by printing Hello, World! in some form or another. If any such rule exists for ...
My projet : - Boards with arduino like connector for FTDI modules (FT2232, FT232 ....) - Netbeans templates projets for the programming of those modules in C++. (or Java) Programming via setup() and ...