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…
iainhendry71
-
-
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…
-
Sometimes in your projects you simply do not have enough I/O lines available, take for example a lot of the multiple LED examples, these use 8 outputs to control 8…
-
In this example we connect the ever popular DS18B20 temperature sensor to our PIC, we will then display the temperature on our LCD We used the DS18S20 in our example…
-
In this example we will connect an LDR again but this time when the ADC value goes below a certain number we will switch an LED on, in real life…
-
In this example we connect an LDR to ADC channel 2 which is PA 2. Once again you will get a value in theory between 0 and 1023. The more…