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…
iainhendry71
-
-
As an experiment I wanted to use the Arduino IDE to write code for an Attiny85, I didn’t have an ISP shield at that point and couldn’t be bothered making…
-
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…
-
This is a simple ‘Hello world’ type example. This was to test out a PIc18F4520 development board that I purchased, the board comes with 8 LED’s connected to PORT B.…
-
This is a shield that I decided to buy, it was a nice beginner related board with some basic functions. Here is a picture of the board, a few code…