Search found 24 matches

by Joe
Thu Apr 27, 2023 7:08 pm
Forum: MegunoLink
Topic: MLP and PlatformIO errors
Replies: 6
Views: 5302

Re: MLP and PlatformIO errors

Did anybody made the CommandHandler working with PlatformIO?
by Joe
Thu Apr 13, 2023 1:59 pm
Forum: MegunoLink
Topic: MLP and PlatformIO errors
Replies: 6
Views: 5302

Re: MLP and PlatformIO errors

Any ideas?
by Joe
Tue Apr 04, 2023 7:31 pm
Forum: MegunoLink
Topic: MLP and PlatformIO errors
Replies: 6
Views: 5302

Re: MLP and PlatformIO errors

Hi Phil,
this example comes from your GitHub repository
https://github.com/Megunolink/MLP/tree/ ... eParameter

Joe
by Joe
Sat Mar 11, 2023 9:25 pm
Forum: MegunoLink
Topic: MLP and PlatformIO errors
Replies: 6
Views: 5302

MLP and PlatformIO errors

Hi, how can I use MLP ino code in PlatformIO? Just tried to compile example RequestSingleParameter.ino. Library is installed correctly but I'm getting these errors Processing megaatmega2560 (platform: atmelavr; board: megaatmega2560; framework: arduino) ----------------------------------------------...
by Joe
Wed Aug 04, 2021 7:55 pm
Forum: MegunoLink
Topic: SerialCommandHandler prints "ovrflw"
Replies: 7
Views: 5078

Re: SerialCommandHandler prints "ovrflw"

Hi Paul,

it happened when I updated to the latest version of MLP. When I go back to 1.24 there are no problems.
I'll send you a monitor log when I reinstall the latest MLP version again.

Joe
by Joe
Sat Jul 31, 2021 6:42 pm
Forum: MegunoLink
Topic: SerialCommandHandler prints "ovrflw"
Replies: 7
Views: 5078

Re: SerialCommandHandler prints "ovrflw"

Hi Phil,

all commands work fine and the commandhandler permanently floods the serial monitor with "ovrflw" messages.

Joe
by Joe
Thu Jul 15, 2021 6:15 pm
Forum: MegunoLink
Topic: SerialCommandHandler prints "ovrflw"
Replies: 7
Views: 5078

Re: SerialCommandHandler prints "ovrflw"

Hi Phil, I'm using this CommandHandler<20, 30, 20> SerialCommandHandler(Serial2); and my longest command is 13 characters long. The only thing is that I send about 3 commands per second over one minute. Could this be the reason? I saw some changes in the StreamParser.cpp file where the message is ge...
by Joe
Mon Jul 12, 2021 3:38 pm
Forum: MegunoLink
Topic: SerialCommandHandler prints "ovrflw"
Replies: 7
Views: 5078

SerialCommandHandler prints "ovrflw"

What causes the SerialCommandHandler to print "ovrflw" to the serial monitor?
by Joe
Tue Feb 20, 2018 9:03 pm
Forum: MegunoLink
Topic: How to use a text box for display only.
Replies: 11
Views: 32665

Re: How to use a text box for display only.

Hi all,

could someone please give me a short example how to change the text colour depending on a value? I can't really find an explanation in the manual.
In practical I'd show some voltage measurements and change the text colour if the voltage goes under a certain value.

Thanks for helping.

Joe
by Joe
Tue May 09, 2017 11:07 am
Forum: MegunoLink
Topic: PowerSTEP01 arduino library
Replies: 5
Views: 9867

Re: PowerSTEP01 arduino library

Hi, I think this causes the different pins on the mega used for spi connection.

Does anybody know how to make the library compatible to the arduino mega? I already tried to wire the driver shield and the mega by hand with the correct spi pins but this also didn't work.

Can anybody help?