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:57]
dwheele [Arduino Pro Micro]
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 23: Line 26:
 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 
  
-Description: +{{ :projects:pro-micro-fc73b3fa.png |}}
-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.+
  
-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.+I purchased these because they appear to Windows as a Joystick, and are smaller than Arduino LeonardoSince 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" pinnot to VCC.
  
 Features: Features:
projects/helicopterpedals.1623772666.txt.gz · Last modified: 2021/06/15 15:57 by dwheele