0
votes
0answers
179 views

vUSB Keyboard with AtTiny using processing

I think that this is a very noob question, but... Anyway... Here is the problem. I am trying to make a device that receive a RF code (333Mhz) and send to the keyboard (HID) via USB. I already made ...
1
vote
2answers
222 views

v-usb, zener diodes and circuit

I've toying with V-USB for a few days and got a circuit working in a breadboard with a Attiny85 and 3.6 Zener diodes. However, when I tried to get it done in a stripboard, it doesn't work. Assuming ...
3
votes
2answers
1k views

ATTiny85 and USB with Android?

I have developed an Android app which talks to an Arduino Mega through USB. The C code is 1.8kb and will fit on an ATTiny85 chip in order to shrink the circuit to almost nothing. The problem is... ...
1
vote
1answer
1k views

ATtiny V-USB with 115200bps? DIP only

I know there are several solutions for V-USB using only DIP Parts (especially the ATtiny) like IgorPlug http://obdev.at/products/vusb/easylogger.html ...
9
votes
2answers
5k views

Serial newbie: why can't I just hook the wires up?

I'm trying to transmit from an ATtiny85 to a PC using Arduino-esque code over a USB-Serial converter without understanding very much of anything. I was shocked and appalled that it did not work. I ...