Arduino Yun In Visual Studio and Atmel Studio

NEW USERS PLEASE NOTE: The Arduino Yun only has 4k of free memory when the Arduino networking library called Bridge is included in a sketch. If you are using the network capabilities of the Yun within your sketch then debug using network makes sense. If you are not using the network capabilities of the Yun within your sketch then debug over network is not a practical solution in which case you should use serial usb or SoftwareSerial etc. In all cases new Arduino users should learn how to upload using serial usb before using the network features of the Yun

This is a draft placeholder for information about how to develop the Arduino Yun using Microsoft Visual Studio or Atmel Studio

NOTE: The Apple Bonjour Service for Windows needs to be installed the pc otherwise Yuns will not be found on the network

Bonjour for windows (3.0.0.10 64 bit)

Yun debugging and upload tips

Rest Examples

Switch on Arduino Pin 13 ON- arduinoyun1.local/arduino/digital/13/1

Arduino Yun Network Upload and Debug