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 2 matches

by Wombii
23 Oct 2020, 03:23
Forum: Hardware
Topic: Some hints for Arduino + SPAD.next (FS2020)
Replies: 8
Views: 9422

Re: Some hints for Arduino + SPAD.next (FS2020)

You actually don't need to subscribe to a value to change it, like I wrote in the previous post. You only need to subscribe to read it. To send a command with a variable: messenger.sendCmdStart(kSimCommand); messenger.sendCmdArg("HEADING_BUG_SET"); messenger.sendCmdArg(HeadingVariable); messenger.se...
by Wombii
05 Sep 2020, 22:46
Forum: Hardware
Topic: Some hints for Arduino + SPAD.next (FS2020)
Replies: 8
Views: 9422

Some hints for Arduino + SPAD.next (FS2020)

I don't have the energy to write a complete guide, but I want to share some info that would have saved me a lot of time in the last week trying to figure out how the Arduino interface works with FS2020. This is for people already experienced with arduinos, but struggling to figure out how the serial...