This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:helicopterpedals [2021/06/10 18:01] dwheele |
projects:helicopterpedals [2021/06/18 19:03] (current) dwheele [Helicopter Pedals (Bell 429) as Joystick Emulation] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Tom Stanton did something similar, using Hall effect instead of a potentiometer. | Tom Stanton did something similar, using Hall effect instead of a potentiometer. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | https:// | ||
| + | ===== Hall Effect Sensor 49E ===== | ||
| + | |||
| + | Purchased 10 from Amazon for about $8. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ===== Arduino Pro Micro ===== | ||
| + | |||
| + | Purchased 3 Arduino Pro Micros from Amazon - HiLetgo 3pcs Pro Micro Atmega32U4 5V 16MHz Bootloadered IDE Micro USB Pro Micro Development Board Microcontroller Compatible to Arduino Pro Micro Serial Connection with Pin Header | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | I purchased these because they appear to Windows as a Joystick, and are smaller than Arduino Leonardo. Since I only need one axis, via Hall Effect sensor, this device should suffice. | ||
| + | |||
| + | According to the diagram, this can be converted between 5V and 3.3V device by shorting the J1 pads on the PCB. | ||
| + | |||
| + | Description: | ||
| + | - The Pro Micro is similar to the Pro mini except with a ATmega32U4 on board. The USB transceiver inside the 32U4 allows us to add USB connectivity on board and do away with bulky external USB interface. | ||
| + | - This tiny little board does all of the neat-o Arduino tricks that you're familiar with: 4 channels of 10-bit ADC, 5 PWM pins, 12 DIOs as well as hardware serial connections Rx and Tx. Running at 16MHz and 5V, this board will remind you a lot of your other favorite Arduino-compatible boards but this little guy can go just about anywhere. If you're supplying unregulated power to the board, be sure to connect to the " | ||
| + | |||
| + | Features: | ||
| + | * ATmega32U4 running at 5V/16MHz | ||
| + | * Supported by Arduino IDE v1.0.1 | ||
| + | * On-Board Micro-USB connector for programming | ||
| + | * 4 x 10-bit ADC pins, 12 x Digital I/Os | ||
| + | * Rx and Tx Hardware Serial Connections | ||
| + | |||
| + | Note: | ||
| + | - When you open the Arduino IDE software, pls go to the tool and choose the board " | ||
| + | - The acceptable voltage range is 5 to 9 V. | ||
| + | |||
| + | Package included: | ||
| + | - Pro Micro ATmega32U4 5V/16MHz Development Board | ||
| + | |||
| + | |||
| + | |||
| + | |||