Welcome to Cockpitbuilders.com. Please login or sign up.

April 19, 2024, 12:56:57 PM

Login with username, password and session length

PROUDLY ENDORSING


Fly Elise-ng
281 Guests, 0 Users
Members
  • Total Members: 4,154
  • Latest: xyligo
Stats
  • Total Posts: 59,640
  • Total Topics: 7,853
  • Online today: 279
  • Online ever: 582
  • (January 22, 2020, 08:44:01 AM)
Users Online
Users: 0
Guests: 281
Total: 281

COUNTDOWN TO WF2022


WORLDFLIGHT TEAM USA

Will Depart in...

Recent

Welcome

SimVim or Air Manager - Arduino and X-Plane 11

Started by RPPerry3, December 21, 2018, 07:58:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RPPerry3

Just wondering what others have used to interface Arduino with XP11.  What are your thoughts on either?

Thanks,
Paul

RayS

I use TeensyDuino  on the Teensy 3.2. I have an Arduino configured with SimVim as well.

Between the 2 interfaces, the Teensy path is a bit easier as there's a bit of a learning curve with SimVim.

The draw back to using Teensy is in the way people interface it to the simulator. You can get way more switches and logic with SimVim whereas with Teensy you are somewhat limited by the # of pins, unless you matrix them, which I'm not really a fan of doing.

SimVim is a bit more complicated to use, but once you get past that, it's very flexible and doesn't use USB to the sim computer.
Ray Sotkiewicz

_alioth_



With air manager you can:
-create your own 2d displays gauges or use tens that are already present in the software.  EASY to MEDIUM.
-Use the air manager Lua enviromment to interface easy things, like buttons, pots, rotary encoders..  EASY
-Comunicate simulator with arduino IDE and then, use arduino to program everything you need.  From MEDIUM to MASTER. 

With simvim (I dont know much about this software, correct me if needed):
-use the 2d display gauges that are present in the software, but not create your own. EASY
-use the software to communicate simulator with hardware, in an easy enviroment, not programming in the IDE. EASY to MEDIUM. It is quite complete, but not infinite, as IDE arduino is.

Teensy, and teensy plugin:
-You dont have 2d gauges to display in a monitor.
-Use the arduino IDE to make everything you need. MEDIUM to MASTER.


Simvim can be quite complex, because is very complete. But the dificult is learning to use the software.
Arduino or Teensy IDE is complex, because you have to program everything from scratch. If you can't do something is because you don't know how to do it. But if you can imagine something, it can be done.

You can interface real gauges with arduino. You can read a synchro resolver or an absolute encoder with arduino IDE, but not with simvim.
Pins is not a problem if you go deep in electronics and teensy/arduino. You can drive hundreds of leds/switches with only 2 or 3 pins (i2c, spi), for example. I use this system a lot.
My circuit breakers panel, which has 14 relays and 14 reed sensors only use 2 pins of an arduino to drive everything. This arduino controls also the whole radio stack, which has tens of inputs/outputs, rotary encoders, photo resistors to control brightness on its own etc etc..

Test different things, and choose. You will need to test to find the system that works better for you.

Arturo.










Like the Website ?
Support Cockpitbuilders.com and Click Below to Donate