frogger Posted October 26, 2016 Posted October 26, 2016 hi all , im wanting to buy some arduino boards but im so confused by the vast amount that are avaliable. i want to be able to setup toggle switches , rotary encoders and led indicators as well as potentiometers for axis control. if someone could recommend a nice cheap board that would be great thanks. i see alot of boards on ebay for under $10 but not sure if they are the right kind of thing
FSFIan Posted October 26, 2016 Posted October 26, 2016 Well, what do you want to build? How many I/O pins do you need, how do you want to interface to DCS (build a joystick, use Helios or DCS-BIOS, roll your own solution)? Do you want to start small or are you already planning to build a complete pit? DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
sea2sky Posted October 26, 2016 Posted October 26, 2016 check this out: http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=94&products_id=205 i5-9600K@4.8GHz ★ 32Gb DDR4 ★ Asus TUF rtx3080 OC ★ Quest Pro ★ Warthog on Virpil base
StingerSharp Posted October 27, 2016 Posted October 27, 2016 check this out: http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=94&products_id=205 You understand he talks about arduino knock off parts that are cheap to start with? This thing is 29.99GBP. I am interested to experiment with building my won switch/trim board too. I dont want to throw 80EUR for something that I most likely short circuit the first time I will fool around with it. And 80EUR can be used to buy a ready product so yeah. What is a good arduino to build on? Example: first option 20 toggle switches second option 12 toggle switches 3 sliders third option 20 toggle switches 3 sliders 3 turn nobs 1 directional hat
frogger Posted October 27, 2016 Author Posted October 27, 2016 I have a leo board but want something abit more advanced to work with dca bios to make panels. Switches and axis/ rotaries ive played with but looking to control leds aswell and hoping there is a kind of all in 1
RightStuff Posted October 27, 2016 Posted October 27, 2016 hi all , im wanting to buy some arduino boards but im so confused by the vast amount that are avaliable. i want to be able to setup toggle switches , rotary encoders and led indicators as well as potentiometers for axis control. if someone could recommend a nice cheap board that would be great thanks. i see alot of boards on ebay for under $10 but not sure if they are the right kind of thing If at first you can agree with only having inputs (buttons, encoders,...) to DCS start with a Mega2560 and this project: https://forums.eagle.ru/showthread.php?t=117011 The hardest (and tedious) part will be building the matrix if you want to use all inputs. Another approach would be to use [FSF]Ian's DCS BIOS and - as well - a Mega2560. On that approach you'll have in a first step less inputs but here you can build outputs from DCS (LEDs) very straight forward with the same board.
xaoslaad Posted October 28, 2016 Posted October 28, 2016 Arduino Micro or Leonardo and MMJoy2 for software work fine. Sent from my SAMSUNG-SM-G891A using Tapatalk
FSFIan Posted October 28, 2016 Posted October 28, 2016 For DCS-BIOS, you can't go wrong with a Nano or a Mega 2560, since those are the two boards I use for development. Anything else with the same microcontroller (ATMega328 or ATMega2560) will work just as well, for example the Uno or Pro Mini. Avoid boards with different microcontrollers (Leonardo, Due, etc) unless you have a specific reason, as they are not supported in IRQ_SERIAL or RS485_SLAVE mode. They will need to use the inefficient DEFAULT_SERIAL mode, which can lead to problems. My recommendation would be the Nano, which is about $2.20 for the board (remember to add a $0.80 USB cable; most Nanos use Mini-USB, but I have seen some sellers offer a Micro-USB variant). I prefer the Nano over the Mega because I can just stick it on a breadboard. DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
Recommended Posts