Difference between revisions of "BoSL code"

From BoSL Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
==Programming BoSL==
 +
 +
The BoSL Board can be easily programmed with custom code using the Arduino IDE.
 +
Flowing these steps will setup the Arduino IDE software and configure it for working with BoSL.
 +
 +
1. Download the latest version of the Arduino IDE: https from: //www.arduino.cc/en/main/software
 +
 +
2. Install the IDE as per the installer instructions.
 +
 +
3. Launch the Arduino IDE and open the script which you wish to program onto the BoSL
 +
 +
4. Connect the BoSL board to the computer via the micro-USB port, the first time you plug a new board into your computer it may take a while to recognise as drivers are being installed.
 +
 
Please visit our github for further details:
 
Please visit our github for further details:
 
#BoSL GitHub[[https://github.com/Monash-EPHM-Lab]]
 
#BoSL GitHub[[https://github.com/Monash-EPHM-Lab]]

Revision as of 04:09, 13 December 2019

Programming BoSL

The BoSL Board can be easily programmed with custom code using the Arduino IDE. Flowing these steps will setup the Arduino IDE software and configure it for working with BoSL.

1. Download the latest version of the Arduino IDE: https from: //www.arduino.cc/en/main/software

2. Install the IDE as per the installer instructions.

3. Launch the Arduino IDE and open the script which you wish to program onto the BoSL

4. Connect the BoSL board to the computer via the micro-USB port, the first time you plug a new board into your computer it may take a while to recognise as drivers are being installed.

Please visit our github for further details:

  1. BoSL GitHub[[1]]