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/10 20:07]
dwheele
projects:helicopterpedals [2021/06/18 19:03] (current)
dwheele [Helicopter Pedals (Bell 429) as Joystick Emulation]
Line 7: Line 7:
 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://www.youtube.com/watch?v=hoCOq9Ngp44|Arduino Joystick 2.0 Library]]+[[https://www.youtube.com/watch?v=hoCOq9Ngp44|Arduino Joystick 2.0 Library]] Shows use of Arduino Joystick library, including means to rename device to allow multiple USB devices 
 + 
 +[[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 ===== 
 + 
 +Purchased 10 from Amazon for about $8. 
 + 
 +{{ :projects:k1139513440.pdf |49E Hall Effect Datasheet}} 
 + 
 +{{ :projects:49edata.png |}} 
 + 
 +===== 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  
 + 
 +{{ :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: 
 +  - 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 "RAW" pin, not to VCC. 
 + 
 +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 "Arduino Leonardo" 
 +  - The acceptable voltage range is 5 to 9 V. 
 + 
 +Package included: 
 +  - Pro Micro ATmega32U4 5V/16MHz Development Board 
 + 
 + 
 + 
  
  
projects/helicopterpedals.1623355674.txt.gz · Last modified: 2021/06/10 20:07 by dwheele