Hi Kieth, I have not seen anyone do this yet.
Let me know if you stumble across anything.
Cheers
Phil
Search found 359 matches
- Mon Jan 05, 2015 11:26 pm
- Forum: MegunoLink
- Topic: Has anyone ported to bare C++?
- Replies: 1
- Views: 5452
- Mon Jan 05, 2015 11:26 pm
- Forum: MegunoLink
- Topic: button use to set an arduino variable value
- Replies: 2
- Views: 7438
Re: button use to set an arduino variable value
Hi Aldoz, check out the examples included in the MLP arduino library (https://github.com/Megunolink/MLP).
Specifically the interface panel example (https://github.com/Megunolink/MLP/tree/ ... Parameters).
All the best
Phil
Specifically the interface panel example (https://github.com/Megunolink/MLP/tree/ ... Parameters).
All the best
Phil
- Mon Jan 05, 2015 11:24 pm
- Forum: General Discussion
- Topic: Arduino and Megunolink protocol
- Replies: 1
- Views: 23396
Re: Arduino and Megunolink protocol
Hi Soccernut, check out the documentation sections of the main website (http://www.megunolink.com/documentation/overview/). There we discuss the protocols. Alternatively use the MLP library for Arduino which takes care of the protocol stuff for you and lets you get making quickly.
All the best.
Phil
All the best.
Phil
- Mon Jan 05, 2015 11:23 pm
- Forum: MegunoLink
- Topic: Arduino Mega 2560
- Replies: 3
- Views: 8643
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...
- Tue Dec 02, 2014 5:06 pm
- Forum: MegunoLink
- Topic: Send Float to Interface Problem
- Replies: 2
- Views: 6222
Re: Send Float to Interface Problem
Nice find! I'll make sure I update the library with your added function.
Phil
Phil
- Sat Sep 06, 2014 12:41 am
- Forum: Projects
- Topic: Dual thermometer with display and plot
- Replies: 2
- Views: 13136
Re: Dual thermometer with display and plot
Nice work Jim! Looks like MegunoLink is providing a flexible tool for your AC system investigation.
- Tue Jul 08, 2014 1:40 am
- Forum: MegunoLink
- Topic: PhidgetBridge to MegunoLink
- Replies: 1
- Views: 6436
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
Cheers
Phil
- Thu Jul 03, 2014 3:38 am
- Forum: Projects
- Topic: New to Megunolink
- Replies: 2
- Views: 13416
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...
- Tue May 27, 2014 9:45 am
- Forum: MegunoLink
- Topic: How to set the time inside an Arduino using MegunoLink Pro
- Replies: 0
- Views: 16798
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 ...