Search found 33 matches

by Paul
Sat Apr 11, 2020 8:22 am
Forum: MegunoLink
Topic: Error compiling / MegunoLink sketch to Arduino wifi Rev2
Replies: 2
Views: 6641

Re: Error compiling / MegunoLink sketch to Arduino wifi Rev2

Hi again, I've modified our library to compile for the megaAVR platform. I don't have any hardware to test with currently though, and it is hard to get stuff shipped in the middle of this covid thing. Would you mind testing for us please? The update is in our git repository here: https://github.com/...
by Paul
Tue Apr 07, 2020 9:00 pm
Forum: MegunoLink
Topic: Error compiling / MegunoLink sketch to Arduino wifi Rev2
Replies: 2
Views: 6641

Re: Error compiling / MegunoLink sketch to Arduino wifi Rev2

Hi, There is a known problem with flash strings, which is causing your compile errors, in version 1.8.5 of the megaAVR toolchain https://github.com/arduino/ArduinoCore-megaavr/issues/62 I was able to compile successfully with version 1.8.4, so that could be a work-around until we can find a more per...
by Paul
Wed Mar 11, 2020 8:34 am
Forum: MegunoLink
Topic: Exponential filter
Replies: 5
Views: 15216

Re: Exponential filter

Great. Glad you got it worked out.
by Paul
Mon Mar 09, 2020 7:05 pm
Forum: MegunoLink
Topic: Exponential filter
Replies: 5
Views: 15216

Re: Exponential filter

Hi Steve, Glad it worked out. To initialize the filter variable you still need an initial value, just don't need the variable for it. So: ExponentialFilter<float> lvlFilter(5, 0); Then you won't need to set the weight in the BLYNK_WRITE function. It is worth thinking about the race condition too. If...
by Paul
Mon Mar 09, 2020 9:06 am
Forum: MegunoLink
Topic: Exponential filter
Replies: 5
Views: 15216

Re: Exponential filter

Hi Steve, The line ExponentialFilter<float> distFilter(5, distStart); //initialise distance filter with last recorded value runs before your void start(){...} function. At this point the program hasn't retrieved anything from the Blynk server. So the value of distStart will be 0. I think what you ne...
by Paul
Sun Dec 15, 2019 9:54 pm
Forum: Bugs
Topic: Visualiser - Gauge
Replies: 1
Views: 21058

Re: Visualiser - Gauge

Hi Leon,

I've added white as an option for the needle color, so it will be in the next update. The needle width and center disk are scaled together by the needle width value. Do you have an example where the scaling doesn't look right?

Have a good day,
Paul.
by Paul
Sat Oct 26, 2019 5:17 am
Forum: Bugs
Topic: the user name or password is incorrect
Replies: 2
Views: 21949

Re: the user name or password is incorrect

Hi Jan, That is a puzzling error message. My guess is that there is a problem with the path you selected for saving the log file. Could you tell us the path please? If your log file is on a network drive then MegunoLink will not have the credentials to connect. You'd need to make sure you can see th...
by Paul
Wed Jul 10, 2019 10:03 am
Forum: MegunoLink
Topic: AddCommand: full
Replies: 2
Views: 5697

Re: AddCommand: full

Hi Eusaki, It probably means you are using our command handler library and have tried to register too many commands. By default you can only add 10 commands before the internal array that stores them is full. Check out the examples here for increasing the number of commands you can add: https://www....
by Paul
Wed Aug 22, 2018 8:55 am
Forum: MegunoLink
Topic: Trouble with Installer built with Builder
Replies: 5
Views: 9702

Re: Trouble with Installer built with Builder

We'd like it to be simple for all. Still a little ways to go, but feedback really helps us understand where we need to improve. So thanks for getting in touch!

Please don't hesitate to reach out if you have any more problems.
Have a great day,
Paul.
by Paul
Tue Aug 21, 2018 11:29 pm
Forum: MegunoLink
Topic: Trouble with Installer built with Builder
Replies: 5
Views: 9702

Re: Trouble with Installer built with Builder

Hi Griiker, I'm wondering if you put a path in the "Destination Folder" field in the "Edit Project Item" dialog? Normally this isn't needed. When it is blank, the project item will get installed in the main install folder. You can put a folder name here to have it installed in a ...