New from SparkFun! The AVR Stick is a simple data logging device that instantiates itself as an HID keyboard and reports the voltages, along with a 'timestamp,' from two pins on an ATtiny85. The code that runs the application was based on the EasyLogger example application from Objective development.
The default firmware runs simply enough: plug it in to a USB port on your computer, after the computer recognizes the device as a keyboard it will automatically start reporting the voltages. To get a series of measurements, open up a text or spreadsheet editor and plug the AVR stick in. The AVR Stick will automatically start inputting the voltage values to whatever program is active on the computer. The ADC is configured to use a 2.56V reference voltage, so don't try measuring anything higher than that without modifying the code!
This thing is meant to be hacked! Visit the Objective Development website to learn how others have used the USB stack to implement miscellaneous HID projects like keyboards, mice, joysticks, etc., etc., etc...
Taming the DualShock 3 Beast. Get ready to rumble with this Playstation game controller with USB driver code that gives access to all its pushbutton, joystick, and position sensor data. Read More...
IR sensors, batteries, electric fence indicators, datasheet errors, dial lamp modifications, garage door lights, intercom systems, DC-to-DC regulators, and high voltage regulators are discussed. Read More...
Getting Started With Surface-Mount Soldering. In order to finish our multiplexed LED project, we’ll need to construct a strip board version of the circuit. Read More...