Search found 6 matches

by ElectricRay1981
Sat May 06, 2023 4:18 pm
Forum: MegunoLink
Topic: Error in Formatting.h
Replies: 2
Views: 28944

Error in Formatting.h

Hello, I try to plot some values sending from my Nano IoT ble to MegunoLink but I keep having errors as show on the below picture.

https://prnt.sc/Rwgw8IMD31r8

I wonder why I havent chaged anything on this code and as far as I know I use exactly the example code as on the tutorials. Anybody has an ...
by ElectricRay1981
Sun Feb 05, 2023 5:42 pm
Forum: MegunoLink
Topic: Link object internally in the interface panel
Replies: 1
Views: 20090

Link object internally in the interface panel

Is there any way to send e.g. the Trackbar.Value to a label.text directly in the interface panel? Or is this impossible?

I tried this:

Code: Select all

[lblSpeedSetpoint.Text] = [TrackBarMotorSpeed.Value]
But this is not accepted
by ElectricRay1981
Sun Feb 05, 2023 2:47 pm
Forum: MegunoLink
Topic: sending values to Gauge
Replies: 2
Views: 19594

Re: sending values to Gauge

Sorry for the late reply I did not receive a notification (I found the checkbox now). I was able to make it work over serial connection but when creating a WiFi connection I'm unable to send data to the gauge wireless.

/* ******************************************************************

#include ...
by ElectricRay1981
Sun Jan 29, 2023 12:30 pm
Forum: MegunoLink
Topic: Arduino Integration doesnt seem to work
Replies: 1
Views: 22104

Re: Arduino Integration doesnt seem to work

I have found the solution the serialmonitor in the Arduinoo Ide was open and this created issues. If I turn it off all works fine.
by ElectricRay1981
Sun Jan 29, 2023 12:01 pm
Forum: MegunoLink
Topic: sending values to Gauge
Replies: 2
Views: 19594

sending values to Gauge

When I try to send data to the Gauge I keep having the message AddCommand: full . When I directly send a number in the Arduino sketch it works fine but when I attach a variable it doesn't work. Does anybody knows what I am doing wrong?

void loop() {
SerialCmds.Process(); //Monitor serial commands ...
by ElectricRay1981
Sat Jan 28, 2023 6:03 pm
Forum: MegunoLink
Topic: Arduino Integration doesnt seem to work
Replies: 1
Views: 22104

Arduino Integration doesnt seem to work

Hello all,

I just installed Megunolink and have setup the Arduino Integration (at least i've tried).
http://prnt.sc/Z7Fka3csO0hz but when the Arduino IDE is running the Connection Manager won't connect to my ESP32. But when I shut down the Arduino IDE it will connect. So I think I have done ...