Library Projects in the Visual Studio Arduino Build Tool
IMPORTANT!!: We have now stopped supporting this build tool and are recommending Visual Micro, a plugin for Microsoft Visual Studio, as an alternative. The Visual Studio Build Tool, bundled with [...]
Getting Started with the Interface Panel
MegunoLink Pro’s Interface Panel visualiser lets you create custom user interfaces with elements like buttons, textboxes, number boxes, and many others. Each element can be used to [...]
Arduino Ethernet Communication via UDP
MegunoLink Pro supports communication over Ethernet networks using the User Datagram or UDP protocol. UDP is a simple protocol which is supported by the Arduino Ethernet libraries and Arduino [...]
Infrared Codes for Common Remotes
This page lists the HEX codes returned by Ken Shirriff’s multiprotocol IR library for some common remote controls.
Plotting Logged Data Using Matlab
MegunoLink’s data logging tool can be used to save serial data sent by your Arduino to a text file. Matlab and FreeMat are helpful tools for further processing the stored data. This could [...]
Serial Terminal for 4D Systems Display
4D Systems are an Australian company that make a range of intelligent displays. These displays include microcontrollers which can be programmed using a language called 4DGL to create graphical [...]
Its Time for Breakfast: Wake on Serial Message
Putting your Arduino to sleep can save a lot of power, but makes it harder to respond to serial commands. The Arduino does not receive serial messages when it is asleep. So, even if the micro [...]
Getting Started with Arduino Serial Monitoring
Monitoring serial communications sent by a micro-controller, such as an Arduino, is one of the most common uses for MegunoLink Pro. In this post we’ll look at how to how to monitor serial [...]