Search found 456 matches
- Mon Jan 05, 2015 11:23 pm
- Forum: MegunoLink
- Topic: Arduino Mega 2560
- Replies: 3
- Views: 13183
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: 10712
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: 60931
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: 10485
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: 54825
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: 33376
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 ...