User Tools

Site Tools


projects:helicopterpedals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:helicopterpedals [2021/06/15 15:56]
dwheele
projects:helicopterpedals [2021/06/18 19:03] (current)
dwheele [Helicopter Pedals (Bell 429) as Joystick Emulation]
Line 11: Line 11:
 [[https://www.youtube.com/watch?v=wkY1NsbWj5I|How to Build a Button Box]] Shows how to wire 4 rotary encoders and how to multiplex switches to allow more buttons than input pins. [[https://www.youtube.com/watch?v=wkY1NsbWj5I|How to Build a Button Box]] Shows how to wire 4 rotary encoders and how to multiplex switches to allow more buttons than input pins.
  
 +{{ :projects:twomagnets.png |}}
 +
 +https://hackaday.com/tag/tom-stanton/
 ===== Hall Effect Sensor 49E ===== ===== Hall Effect Sensor 49E =====
  
Line 22: Line 25:
  
 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  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 
 +
 +{{ :projects:pro-micro-fc73b3fa.png |}}
 +
 +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: Description:
-1. 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. +  - 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. 
-2. 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 "RAW" pin on not VCC.+  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 "RAW" pinnot to VCC. 
 Features: Features:
-ATmega32U4 running at 5V/16MHz +ATmega32U4 running at 5V/16MHz 
-Supported by Arduino IDE v1.0.1 +Supported by Arduino IDE v1.0.1 
-On-Board Micro-USB connector for programming +On-Board Micro-USB connector for programming 
-4 x 10-bit ADC pins, 12 x Digital I/Os +4 x 10-bit ADC pins, 12 x Digital I/Os 
-Rx and Tx Hardware Serial Connections +Rx and Tx Hardware Serial Connections 
-Note: 1.When you open the Arduino IDE software, pls go to the tool and choose the board "Arduino Leonardo" + 
-2.The acceptable voltage range is 5 to 9 V.+Note:  
 +  - When you open the Arduino IDE software, pls go to the tool and choose the board "Arduino Leonardo" 
 +  The acceptable voltage range is 5 to 9 V. 
 Package included: Package included:
-3* Pro Micro ATmega32U4 5V/16MHz Development Board+  - Pro Micro ATmega32U4 5V/16MHz Development Board
  
  
projects/helicopterpedals.1623772608.txt.gz · Last modified: 2021/06/15 15:56 by dwheele