Hey Everyone, this is a simple guide on how to convert your Baofeng UV-9R (or plus) Headphone / ear piece cable into a programming cable using an Ardunio UNO as a USB Serial Converter. [DISC... Read more
After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn’t. After doing some research I could not find to much info... Read more
This collection of short Arduino sketches introduces a variety of programming concepts. The comments are minimal as these are intended to be starting points for explanation. blink // 1. blin... Read more
The benefits of studying Programming are impossible to overestimate. Upon obtaining the degree, one can work in different corporations, both in the public and private sectors. Also, with fre... Read more
If you are looking for a small and low powered Arduino board the Attiny is a really good option, its surprisingly featureful for it’s size. It has 5 GPIO pins, 3 of which are Analog pi... Read more
“Circuito” is a DIY controlling pad. It is a Supplementary project for my previous Robotic Arm project. The Controlling Pad is a computer controlled mechanical constructions... Read more
[FacelessTech] was recently charmed by one of our prized possessions as a kid — the Magic 8-Ball — and decided to have a go at making a digital version. Though there is no icosahedron o... Read more
In the past few years, a number of synthesizer manufacturers have been releasing “desktop semi-modular” instruments. They generally take the same form factor as the Eurorack modu... Read more
There are rumors of a cheap chip that does USB natively, has an Open Source toolchain, and costs a quarter. These aren’t rumors: you can buy the CH552 microcontroller right now. Surprisingly... Read more
Today, we are going to build a circuit to program an ATtiny85 with our Arduino. Supplies We are going to need the following: Some jumper wires 1 x 10 micro farad capacitor The ATtiny85 Chip... Read more
Introduction An introductory Arduino programming guide for artists and hobbyists Leads readers from basic through to advanced C programming concepts Fast-paced tutorials for developing worki... Read more
We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootl... Read more