Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Search found 51 matches

by aeronauta
06 Jul 2019, 00:21
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

yes David, I have used in the past the SIOC boards (and still have them) and also Mobiflight but that is not the point , we are talking about Arduino and Spad.next and would be nice to know if it is worth our efforts to try and use it to the Arduino's full potential I/O . Would be nice to get some c...
by aeronauta
05 Jul 2019, 12:04
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

The Bell 206 helicopter has an annunciator panel with 20 leds , so far so good but it also has a SW for light test......

Jorge
by aeronauta
05 Jul 2019, 06:19
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

Much simpler is for you to download the serialdemo.spad.ino from github and try to embed your sketch in it , the demo works by turning the 13 system led on/off by changing the AP heading knob in the AC . as the latest version it works OK and logs the state of the led back to spad . Get it from here ...
by aeronauta
04 Jul 2019, 23:31
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

Yes the write to log file are the debug command 3 arguments...

Jorge
by aeronauta
04 Jul 2019, 08:45
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

A further question , is this device capable of sending info to Spad.next?? eg . change an LVAR from 0 to 1?
I seem to be trying to do something it cannot do...
Jorge
by aeronauta
04 Jul 2019, 08:19
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

Running the latest version , looked at the log to understand a bit more and found a few "Unknown Command" among the correct 3, heading < 180" and > 180...as I changed the HDG

Here is the log

Jorge
by aeronauta
03 Jul 2019, 07:56
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

I have downloaded the latst version of the demo , it contains some changes that correct the ready state of the dev and some code at the end that I thought was updating the led state in Spad monitor , but I do not see any change , still shows -1 ..

Jorge
by aeronauta
02 Jul 2019, 00:45
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

Yes thank you , I had the LVARS sorted also , all the reading from Spad is OK , I need now some way to write to Spad with switches... no idea!!...

Jorge
by aeronauta
01 Jul 2019, 08:38
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

I guess reading an LVAR would be the same as reading simconnect call it L;xxxx , will try this next and then the oposite , make a sw in the Arduino do somethng in the SIM...

any clues?? the examples in the cmdmessenger don't show anything...


Jorge
by aeronauta
01 Jul 2019, 06:25
Forum: Hardware
Topic: Arduino - Serial Device
Replies: 20
Views: 15670

Re: Arduino - Serial Device

I got it , just the way the expose has to be Bool and the bool (lower case) and messengerreadBoolArg... that fixed it ... here is my ino with alt hdg and parking brake, it uses pin 7 and 8 plus the original 13 // *** SNDEMO *** // This example shows how to autoconnect between the SPAD.neXt and Ardui...