Search found 7 matches

by RBerliner
Tue Apr 16, 2019 12:50 am
Forum: MegunoLink
Topic: Controlling interface from Arduino
Replies: 2
Views: 11179

Re: Controlling interface from Arduino

Hi Phil:

The website said that the posting did not go out so I tried something else. See the next Post.
by RBerliner
Tue Apr 16, 2019 12:49 am
Forum: MegunoLink
Topic: Controlling interface from Arduino
Replies: 1
Views: 11527

Controlling interface from Arduino

I have been attempting to control an interface from my Sparkfun 9DOFRazor to have the interface reflect the status of variables stored in NV RAM on startup.

I modified the Example SendToMLP by inserting a define statement :

#define SX SerialUSB and replaced the statement Serial.begin(9600) with SX ...
by RBerliner
Mon Apr 15, 2019 3:04 am
Forum: MegunoLink
Topic: Controlling interface from Arduino
Replies: 2
Views: 11179

Controlling interface from Arduino

I have been attempting to control the interface from my Arduino to have the interface reflect the status of variables stored in NV RAM on startup.

I have created an InterfacePanel Variable and I have included an MLPUIMessageProcessor in the Interface Panel Tray.

I have tried to simply set or clear ...
by RBerliner
Sat Apr 06, 2019 9:30 pm
Forum: MegunoLink
Topic: Unexpected behavior when using TimePlot constructor
Replies: 6
Views: 25085

Unexpected behavior when using TimePlot constructor

In the Sinewave example in an Arduino Uno, if I enable channels and specify the output stream as:

TimePlot MyPlot("Waveforms", Serial);

I find that the remaining setup commands

MyPlot.SetXlabel("Time");
MyPlot.SetYlabel("Amplitude");

// Set the plotting parameters. "Sinewave" = series name ...
by RBerliner
Fri Apr 05, 2019 1:15 am
Forum: Projects
Topic: Sparkfun 9DOF Razor and MegunoLink
Replies: 2
Views: 210857

Re: Sparkfun 9DOF Razor and MegunoLink

Your suggestion worked. Thank you.
by RBerliner
Thu Apr 04, 2019 1:37 am
Forum: MegunoLink
Topic: Sparkfun 9DOF Razor and MegunoLink
Replies: 0
Views: 36988

Sparkfun 9DOF Razor and MegunoLink

Please look at projects forum. I mistakenly posted there.
by RBerliner
Wed Apr 03, 2019 11:23 pm
Forum: Projects
Topic: Sparkfun 9DOF Razor and MegunoLink
Replies: 2
Views: 210857

Sparkfun 9DOF Razor and MegunoLink

I have been attempting to load the Sinewave example onto the Sparkfun 9DOF RAZOR (14001). It does not work.

I sent an inquiry to Sparkfun's Forum and got back an answer that I understand but I don't know the easiest way to modify/change the MegunoLInk libraries.

The SAMD processor in the Razor has ...