Search found 446 matches

by philr
Mon Jan 05, 2015 11:23 pm
Forum: MegunoLink
Topic: Arduino Mega 2560
Replies: 3
Views: 12101

Re: Arduino Mega 2560

Hi Aldoz and Raescuin. Please check out our examples included in the MLP library to see how to adjust variables using buttons. Specifically the interface panel examples (https://github.com/Megunolink/MLP/tree/master/examples/InterfacePanel/SetParameters). Raescuin, could you provide more information...
by philr
Tue Dec 02, 2014 5:06 pm
Forum: MegunoLink
Topic: Send Float to Interface Problem
Replies: 2
Views: 9857

Re: Send Float to Interface Problem

Nice find! I'll make sure I update the library with your added function.

Phil
by philr
Sat Sep 06, 2014 12:41 am
Forum: Projects
Topic: Dual thermometer with display and plot
Replies: 2
Views: 55916

Re: Dual thermometer with display and plot

Nice work Jim! Looks like MegunoLink is providing a flexible tool for your AC system investigation.
by philr
Tue Jul 08, 2014 1:40 am
Forum: MegunoLink
Topic: PhidgetBridge to MegunoLink
Replies: 1
Views: 9542

Re: PhidgetBridge to MegunoLink

Hi Amagro, does the PhidgetBridge let your format serial messages? If you you just need to get it to match our protocol and MegunoLink will automatically detect and plot the data.

Cheers
Phil
by philr
Thu Jul 03, 2014 3:38 am
Forum: Projects
Topic: New to Megunolink
Replies: 2
Views: 51403

Re: New to Megunolink

Thanks for providing your example Lorrin. Hi JSYoung, yep you need to send the data in a format that MegunoLink understands. At that point it will automatically detect it and send it to the plotting visualiser. Unfortunately lab scales don't usually let you define your own message format. One option...
by philr
Tue May 27, 2014 9:45 am
Forum: MegunoLink
Topic: How to set the time inside an Arduino using MegunoLink Pro
Replies: 0
Views: 32509

How to set the time inside an Arduino using MegunoLink Pro

Hi a user of MegunoLink Pro asked me a while ago how you go about setting and using the time on an Arduino. The trick is to add this nifty time library to your Arduino installation and then use MegunoLink's interface panel to send a message which will update the current time on the Arduino with the ...