I read an interesting post few months ago about a guy modding his motorcycle’s tail light so it is much more fancy. I had to try it out too 🙂 I have couple ATTiny85s lying around so in couple hours…
Setting up Arduino IDE for working with Attinys
There are a number of posts on the subject already, but I’d like to share my experience as well. Here are the steps I undertook to set up my environment for working with Attiny84 and Attiny85: As a first step,…
Sending JeeLib compatible packets with ATtiny85 + RFM12B
As I stalled on porting Jeelib to work with pin-change interrupts on the ATtiny85, I took a different approach and ported an old AVR RFM12 library to work in Arduino IDE as a sketch. I will ideally convert it to…
Experimenting with ATtiny85 + RFM12B
I have been experimenting these days with an ATTiny85 and trying to get it work with RFM12B. The inspiration mostly came from this post, Â the guy built a remote sensor unit with an ATTiny45, a SHT11 sensor, and a RFM12BÂ 868…