I have already described a project based on the AVR-Stick hardware. The next thing I wanted to try with that hardware is to create an infrared receiver and logger. In fact I wanted to emulate the dongle I described some time ago. But to emulate it I needed to know the protocol that is used. The easiest way to find out what protocol is used is to analyze signals with an oscilloscope of course but I didn't have one. So first of all I needed to implement a signal logging functionality.
Thoughts and ideas about programming, scripting, automation, electronics, gadgets, web and technology
Showing posts with label avr-stick. Show all posts
Showing posts with label avr-stick. Show all posts
Monday, July 16, 2012
Friday, June 29, 2012
AVR-stick as a temperature logger
I've stumbled recently upon a little gem called AVR-Stick and bought two of them for about 7€ per stick. I also had a thermoregulated fan controller salvaged from a recycled computer. I decided to desolder a thermistor from that controller and put it onto the stick to use it as a USB temperature logger. Stick's ATtiny85 has an internal temperature sensor too but it should be calibrated otherwise its precision is ±10°C. Thermistor that I'm using is equivalent to the NTCLE100E3103JB0 and its resistance is 10K at 25°C. Any other NTC thermistor that has resistance around 10K at room temperature could also be used but it should be checked if manufacturer specifies Steinhart-Hart equation coefficients for it.
Labels:
attiny85,
avr-stick,
bash,
bootloader,
C,
collectd,
logger,
lua,
temperature
Subscribe to:
Posts (Atom)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCuAzhIeJuHP21BngOMt_gsrOJMjF2MhRFLwa_5ywQeziSBou-DMXrogI8k2SSwCKyIo25tDqdJ01PblWioCRXkst0mXW_cs83S-XxZlKWjOWFWfATXsT26Zy_Az-IluCzKpo03fVADZU/s320/irmodule_main.jpg)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAgYJLD5BudImPD7BAh8oKKm-2Hl1UzQSY0NmZJz46aWfzyKuyCf-iFuO-aP-dDxB6WzMVTUSEHmPd9k0XZOq0sAjSbxo1ZcKT6rXWZeuqzzsujdUViawjADmt21m3FCwqnE2I12cHlS0/s1600/avrstick.jpg)