Search found 446 matches

by philr
Mon Nov 07, 2022 7:13 am
Forum: Bugs
Topic: Gauge needle appearance
Replies: 1
Views: 7345

Re: Gauge needle appearance

Thanks, will note this down on the bugs list.

Cheers
Phil
by philr
Mon Nov 07, 2022 6:56 am
Forum: MegunoLink
Topic: Timeplot and Timekeeping Question
Replies: 4
Views: 3498

Re: TRYING TO GET SOME SUPPORT HERE

Hi, I took a fresh install of version 2.0 of the arduino IDE. I installed the following libraries and it complies fine:
"SparkFun MS5803-14BA Pressure Sensor"
"Time by michael margolis"

and MegunoLink.

Is that a different time library? Will it work for your purpose?

Cheers
Phil
by philr
Tue Oct 18, 2022 7:22 am
Forum: MegunoLink
Topic: Timeplot and Timekeeping Question
Replies: 4
Views: 3498

Re: TRYING TO GET SOME SUPPORT HERE

Hi, seems like a clash with the time library.
Can you remove this library and confirm it fixes the problem:
Time-master at version 1.5 in folder: C:\Users\Greg\Documents\LTSketchbook\libraries\Time-master
by philr
Tue Oct 18, 2022 7:13 am
Forum: MegunoLink
Topic: Toggle button
Replies: 1
Views: 2926

Re: Toggle button

Hi, you can use pictures and have the pictures show and hide to create your own toggle button. I think this example had some showing and hiding of a picture.
https://www.megunolink.com/articles/ard ... nditioner/

Good luck!
by philr
Tue Sep 20, 2022 9:12 am
Forum: MegunoLink
Topic: Help Trying to use TimePlot to compare data samples
Replies: 7
Views: 4157

Re: Help Trying to use TimePlot to compare data samples

You might be able to use the pstring library to assembly a string in a char array
http://arduiniana.org/libraries/pstring/

Then use the char array as the series name. I havent tried myself but I think I have done something similar in the past.
by philr
Sun Sep 18, 2022 2:00 am
Forum: MegunoLink
Topic: Help Trying to use TimePlot to compare data samples
Replies: 7
Views: 4157

Re: Help Trying to use TimePlot to compare data samples

Hi, I think you could do this by using the XY Plot (so send your own x values). And you would set it up so that for each plot you use a separate series name. An example for this on the timeplot can be found here https://github.com/Megunolink/MLP/blob/master/examples/TimePlot/Sinewave/Sinewave.ino No...
by philr
Tue Sep 13, 2022 10:09 am
Forum: MegunoLink
Topic: WiFiTCPBlink example error
Replies: 2
Views: 3239

Re: WiFiTCPBlink example error

Please update your MegunoLink library using the arduino Library Manager to 1.41. This should fix the issues.
by philr
Tue Sep 13, 2022 9:07 am
Forum: MegunoLink
Topic: Single file transfer
Replies: 2
Views: 3158

Re: Single file transfer

Sorry I don't think there is any method to make this work. Will add to the request list.
by philr
Sun Sep 11, 2022 2:24 am
Forum: MegunoLink
Topic: WiFiTCPBlink example error
Replies: 2
Views: 3239

Re: WiFiTCPBlink example error

Hi, just working on this now. Should have a fix today or tomorrow.

Cheers
Phil