Search found 24 matches
- Thu Apr 27, 2023 7:08 pm
- Forum: MegunoLink
- Topic: MLP and PlatformIO errors
- Replies: 5
- Views: 3050
Re: MLP and PlatformIO errors
Did anybody made the CommandHandler working with PlatformIO?
- Thu Apr 13, 2023 1:59 pm
- Forum: MegunoLink
- Topic: MLP and PlatformIO errors
- Replies: 5
- Views: 3050
Re: MLP and PlatformIO errors
Any ideas?
- Tue Apr 04, 2023 7:31 pm
- Forum: MegunoLink
- Topic: MLP and PlatformIO errors
- Replies: 5
- Views: 3050
Re: MLP and PlatformIO errors
Hi Phil,
this example comes from your GitHub repository
https://github.com/Megunolink/MLP/tree/ ... eParameter
Joe
this example comes from your GitHub repository
https://github.com/Megunolink/MLP/tree/ ... eParameter
Joe
- Sat Mar 11, 2023 9:25 pm
- Forum: MegunoLink
- Topic: MLP and PlatformIO errors
- Replies: 5
- Views: 3050
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) ----------------------------------------------...
- Wed Aug 04, 2021 7:55 pm
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 4005
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
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
- Sat Jul 31, 2021 6:42 pm
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 4005
Re: SerialCommandHandler prints "ovrflw"
Hi Phil,
all commands work fine and the commandhandler permanently floods the serial monitor with "ovrflw" messages.
Joe
all commands work fine and the commandhandler permanently floods the serial monitor with "ovrflw" messages.
Joe
- Thu Jul 15, 2021 6:15 pm
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 4005
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...
- Mon Jul 12, 2021 3:38 pm
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 4005
SerialCommandHandler prints "ovrflw"
What causes the SerialCommandHandler to print "ovrflw" to the serial monitor?
- Tue Feb 20, 2018 9:03 pm
- Forum: MegunoLink
- Topic: How to use a text box for display only.
- Replies: 11
- Views: 30545
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
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
- Tue May 09, 2017 11:07 am
- Forum: MegunoLink
- Topic: PowerSTEP01 arduino library
- Replies: 5
- Views: 9319
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?
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?