Version 18 (modified by 11 years ago) ( diff ) | ,
---|
How to use the Switch-Science USB Stick. スイッチサイエンスUSBスティックの使い方
The Switch-Science USB Stick is Fantastic USB device for Open Hardware Summit comers.
You can see sparkling three colors LEDs that have many brink patterns, when insert the USB Stick to your any USB port.(*1)
Switch-Science USB Stick Quartet movie
The USB stick is only USB accessory now. But it has AVR micro-controller that was made by Atmel corporation with three colors LEDs.
And it has 6 pin socket pattern(*2) and some parts for V-USB(*3).
You can develop and execute another AVR program for this USB stick, if you have AVR development environment and AVR writer.
Schematic 回路図
PDF Schematic is here. OHS_SSCI_STICK.pdf
Eagle Cad Schematic and board data Archive is here. OHS_SSCI_STICK.zip
Board 基板図
PDF board is here. OHS_SSCI_STICK.brd.pdf
BOM(Bill of Material)
Parts | Name | Value | Package | Part Number | Manufacturer |
C1 | Capacitor | 0.1uF | 1608(metric) | Any | |
R1 | Resistor | 1.5k ohm | 1608(metric) | Any | |
R2, R3 | Resistor | 33 ohm | 1608(metric) | Any | |
R4, R5, R6 | Resistor | 1k ohm | 1608(metric) | Any | |
R7 | Resistor | 10k ohm | 1608(metric) | Any | |
LED1 | LED | RED | 1608(metric) | Any | |
LED2 | LED | GREEN | 1608(metric) | Any | |
LED3 | LED | BLUE | 1608(metric) | Any | |
U1 | MCU | ATTINY85 | SOIC8_EIAJ_208MIL | ATTINY85-20SU | Atmel |
D1 | Diode | Zener | SOT23 | AZ23C3V6-7-F | Diode |
Software
Hex file : OHS_SSCI_STICK.hex
Assembler Source file : OHS_SSCI_STICK.asm
The Assembler Source file can assemble AVRStudio4 and avra
Notice
(*1) Switch-Science USB Stick is a little thin as a USB standard board.
If the USB Stick can not match your USB port, you should paste some paper (ex.name card) to the USB Stick backside please.
(*2)
1st pin is Near 'LED3' pin.
Pin 1 | RESET |
Pin 2 | Vcc(5V) |
Pin 3 | GND |
Pin 4 | MOSI |
Pin 5 | MISO |
Pin 6 | SCK |
(*3) V-USB is a software-only implementation of a low-speed USB device for Atmel’s AVR microcontrollers. V-USB
Attachments (11)
- OHS_SSCI_STICK_PIN.jpg (43.2 KB ) - added by 11 years ago.
- OHS_SSCI_STICK_PAPER.jpg (42.1 KB ) - added by 11 years ago.
- OHS_SSCI_STICK_MOVIE.m4v (5.3 MB ) - added by 11 years ago.
- OHS_SSCI_STICK_QUARTET.jpg (35.2 KB ) - added by 11 years ago.
-
OHS_SSCI_STICK.pdf
(16.8 KB
) - added by 11 years ago.
Schematic file
-
OHS_SSCI_STICK.brd.pdf
(12.0 KB
) - added by 11 years ago.
Board file
- OHS_SSCI_STICK.zip (21.7 KB ) - added by 11 years ago.
- OHS_SSCI_STICK.png (24.2 KB ) - added by 11 years ago.
- OHS_SSCI_STICK.brd.png (42.5 KB ) - added by 11 years ago.
- OHS_SSCI_STICK.hex (701 bytes ) - added by 11 years ago.
- OHS_SSCI_STICK.asm (3.3 KB ) - added by 11 years ago.