Skip to content

beckettman/Little-Wire

 
 

Repository files navigation

Little wire beta in action

http://kehribar.me/projects/Little-Wire/

Short story

  • When i saw simpleavr's implementation of usbtiny on attiny45 , i thought it would be cool if i make a kit version of this with a minimal form factor. Then i designed a PCB and sent for first prototype. Later on i thought, if i want to sell this, it would be much cooler ,and more suitable with "Open Source Hardware" concept, if i bring this project one step ahead. So i tried to fit anything extra to the device and this project came out.

What is this?

  • usbtiny compatable AVR programmer in minimal form factor with all through hole components
  • Computer controllable (via USB) additional features:
    • 4 channel digital input / output
    • ADC with 10 bit resolution
    • 2 paralel hardware PWM outputs
    • SPI interface
    • I2C interface
  • Includes onboard serial bootloader for firmware upgrades!
  • USB to UART converter , by loading an other firmware (CDC-232 port)

Possible usages

  • AVR programming /summon captainObvious
  • LED dimming, color mixing
  • General servo driving
  • Pan and tilt servo control of a webcam for face tracking
  • With additional motor driver IC, 2 wheel robot driving
  • Analog voltage recording and plotting
  • Controlling LED matrix displays by using SPI module to drive shift registers
  • USB to SPI bridge
  • USB to I2C bridge
  • USB to UART bridge
  • General purpose V-USB developement board

What is included?

  • Eagle schematic / layout files. Also in PDF format.
  • Microcontroller firmware files and makefile
  • Bootloader source files
  • C function/header files for command line USB interface for Windows and Linux
  • C++ class for Windows and Linux
  • C# class for Windows USB interface
  • Example C projects for almost every feature of the board
  • Example C++ projects for almost every feature of the board
  • Example C# project for analog voltage plotting based on zedGraph
  • Example C# projects for almost every feature of the board
  • Processing library for Windows ( in developement ... )

Reference projects

About

Minimal designed v-usb based usbtiny compatible avr isp programmer, adc logger and USB controlled digital I/O.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published