Blog

Irrigation Using Google Calendar

Irrigation Using Google Calendar!

This Instructable is about making a Google-Calendar-controlled irrigation programmer based on a ESP8266. How to use it?Add a task to your Google Calendar and the irrigation of your garden/lawn will start when the event begins and stop when it ends! You love this Ible? Vote here: https://www.instructables.com/contest/Microcontroller2017/ Why I invented that? I don’t like the interface of cheap

Irrigation Using Google Calendar! Read More »

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 »

Scroll to Top