Tag: Programming
-
How to read PPM signal with Arduino?
More than a year a published a post called Generate PPM signal with Arduino. Today it’s time for part two: How to read PPM signal with Arduino?. Strange thing: internet does not gives very useful information on this topic. Strange, right? Some links to pages that does it either very very wrong or in not…
-
ATtiny85 Light Sensor – I2C slave device
I love AVR ATtinyx5 series microcontrollers. They are cheap, easy to use, they can be programmed just like Arduinos and comparing to their size they offer great features. For example, they can be used as a remote analog to digital converters connected to a master device using an I2C bus. Background: A few years ago…