Content for Arduino Micro

Arduino Micro

The Micro is a microcontroller board based on the ATmega32U4 (datasheet), developed in conjunction with Adafruit. It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a micro USB cable to get started. It has a form factor that enables it to be easily placed on a breadboard. The Micro board is similar to the Arduino Leonardo in that the ATmega32U4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Micro to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port. It also has other implications for the behavior of the board; these are detailed on the getting started page.

Voice-Enabled Video Game Controller

“This controller enables gamers with limited mobility to use voice commands as additional inputs for playing video games. This project demonstrates how to build a voice-enabled video game controller, designed to help users with mobility impairments interact with games using …

Arduino

Arduino is an open-source computer hardware and software company, project and user community that designs and manufactures microcontroller-based kits for building digital devices and interactive objects that can sense and control objects in the physical world.

Split Mechanical Low Profile Keyboard Using Arduino Pro Micro

“Background I wanted a standalone keyboard to use with my laptop, which with its small keyboard, pushes my hands together and forces my wrists to bend uncomfortably. I had this idea after learning that the Pro Micro, with its ATmega32U4 …

Project  MIDILodica

MIDILodica

“The MIDILodica is a breath-controlled, 3D printed, open-source MIDI device that features a pressure sensor, 35 reassignable note buttons, a softpot strip potentiometer, full menu navigation with a 320x172 screen, and underside button for additional MIDI and octave manipulation. This …

simple_rpn_calc

“Very simple code of RPN calculator for Arduino The aim of this calculator is “anyone can use RPN”. So the function is very simple. - There are only 16 keys, numerals(0-9), operators(+-*/), decimal point(.), and Enter. - Integers can only display …

“Space Mushroom” : Full 6 DOFs Controller for CAD Applications

“Very simple and easy to assemble 3D mouse for CAD softwares. It can input full 6 degrees of freedom (rigid motion) simultaneously. - Very easy to assemble. - Tripod mount (thread hole) is on the bottom side of the triangle shaft. - Two …

Arduboy DIY with FX

“Instruction for build homemade Arduboy with FX Prepare step 1. Prepare all part that must use in project and solder tools 2. 3D print the case”

LOTP Robot Dog V2

“Modular Autonomous Quadruped Robot Project(Open Source) DESCRIPTION - Designed with Fusion 360® - Coded in Arduino language on Teensy 3.5 & Arduino - Modular structure (Lidar, Drone, Gas detection) - Autonomous features (Avoiding obstacle, maintain balance, pressure control) - PI (Proportion - Integral) control - Inverse …

Programmable Keypad Rev B

“This is second hardware revision for Programmable Keypad project I made some time ago. General concept and code for this project has not changed. So please check original post for this project if you want to get better understanding about …

Flight Simulator Switch Panel for Xbox/PC

“For the casual flight simmer, a peripheral device that sits somewhere between arcade and realism. Hopefully this will inspire someone to make something cool! How it works: I built this device to work with Microsoft Flight Simulator on the Xbox …