Blog

ATTiny Port Manipulation Part 1 PinMode and DigitalWrite

ATTiny Port Manipulation (Part 1): PinMode() and DigitalWrite()

First off, this is written with Arduino and the Arduino IDE in mind. I will be referencing various Arduino sources and datasheets for AVR chips. Secondly, what does this really mean? Manipulation of port registers allow for lower-level and faster manipulation of the i/o pins of Arduino and on any ATTiny microchip. Why would you

ATTiny Port Manipulation (Part 1): PinMode() and DigitalWrite() Read More »

Micro Controller Programming Making a Set of Traffic Lights 1

Micro Controller Programming: Making a Set of Traffic Lights

So you wana learn how to programme a micro controller? This tutorial has been designed as a next step, following the fantastic tutorial ‘Ghetto Programming: Getting started with AVR microprocessor on the cheap.’ by The Real Elliot link you should read this before progressing onto this next step. Today my friends we are going to make a

Micro Controller Programming: Making a Set of Traffic Lights Read More »

IoT Scale

IoT Scale

In this Instructable we will make an IoT scale! You might ask: “What in the world do I need an IoT scale for?”, and that is a good question! In truth, you probably don’t need one but you also don’t need a Tesla but you’d get one if you could 😛 But in all seriousness,

IoT Scale Read More »

Scroll to Top