Attiny2313 and flashing LED example
This was another Attiny micro that I had in the tool box, so I decided to create a simple DIY development board (more on that later) and create some basic…
This was another Attiny micro that I had in the tool box, so I decided to create a simple DIY development board (more on that later) and create some basic…
This example is the hello world of LCD examples, we display that text on the LCD in question. Connection is straightforward and you can see it at the top of…
A couple of simple examples, we used an RGB LED breakout. This was a common anode type, so to switch an LED on you need to switch the appropriate port…
In this example we will connect an LDR to an Attiny85, once the value read drops below a certain value we will switch an LED on. For this example we…
This was a little no frills breakout board I designed for Attiny 8 pin chips, minimal components but I had a few requirements that I wanted to meet. 1. ISP…
Similar to our previous example, in this case we connect 3 LEDs up to Pin 5, 6 and 7 which are PB0,1 and 2 Here is the schematic for this…
The hello world of examples this time for an ATTINY85, although this should work with similar chips as well. We will connect the LED to pin 2 (PB3) and simply…