Other

“It’s a 3D printable DIY macropad that uses an Arduino Nano (ATmega328P) and works without V-USB. A few weeks back I was searching for a nice macropad but couldn’t find anything that justified its price. So I …

“I wanted to buy a USB-controlled power strip which shuts the devices down when the PC is put to sleep. Life is not so easy: all available USB power strips are quite dumb - they simply use +5 V from …

“V-USB and low component count, all through-hole technology I had this edgy idea to make a chunky old school Arduino thing that fits the feather form factor. USB-B port and a 3V regulator make this compatible with most …

“V-USB is a low speed USB library solution for AVR micro controllers. It enable us to create HID devices (Keyboard, Mouse, Gamepad etc) by using AVR micro controllers. The HID keyboard implementation is based on HID 1.11. It …

“Having done half a dozen V-USB tutorials I decided it’s time to whip up something cool. As USB keyboards were an area untouched, I decided to make a small USB HID keyboard device that types a password stored …

“snopf is a very simple, yet effective and easy to use USB password tool. The snopf USB device creates a unique and strong password for every service from the same 128 bit secret which never leaves the token. Whenever snopf …

“In this tutorial, we’ll show you how to use Arduino to install the micronucleus bootloader, which has V-USB, onto an ATtiny84. These steps will work for other ATtiny chips, but you’ll need to change things like the …

“I’m now going to eat my words from when I made my first USB Morse code key. I said that using a microcontroller was overkill. The usb-serial cable worked well enough, but it had a couple of major problems …

“My most rewarding projects are the ones which i actually use. I like my audio gear so, this was the perfect companion project! On my desk i have a headphone amplifier for my AKG K702’s headphones, below it i …

“Noela and Miguel from Area0x33 made a really helpful tool on hackaday.io. They designed a fully open source hardware USB stick to store your username/password pairs on. MemType uses Atmel ATtiny85 MCU and V-USB to do the …