In this example we will program an Attiny44 using an Arduino The first step is to take a look at the pinouts and features available if you decide to use…
Arduino Tutorials
-
-
In this part we will now try and program an Attiny85 microcontroller using an Arduino, the process is similar to our Attiny2313 example. Basically slightly different connections and change the…
-
Since Arduino 1.6.4 it has been easy to add support for other boards such as the Intel Galileo, in this case I have a lot of Attiny microcontrollers that I…
-
The BMP180 is a new digital barometric pressure sensor of Bosch Sensortec, with a very high performance, which enables applications in advanced mobile devices, such as smart phones, tablet PCs…
-
This time we will create a more practical example of connecting an Arduino to a PC and then writing an app to read data via the com port. In this…
-
In this example we will use analog pin 0 to obtain a value and send it via the com port (USB) , we will read this with a C# app…