Difference between revisions of "BoSL code"
Line 8: | Line 8: | ||
2. Install the IDE as per the installer instructions. | 2. Install the IDE as per the installer instructions. | ||
− | 3. | + | 3. Connect a battery Pack to the BoSL DC power jack, ensure that the voltage is between 3.5 V and 5.5 V or the BoSL will be damaged. The supplied 3 AA battery pack is suggested for your first attempt. |
− | 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. | + | 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. |
+ | 5. Launch the Arduino IDE and open the script which you wish to program onto the BoSL | ||
+ | |||
+ | 6. Under the Tools tab at the top of the window select Board: "Arduino Pro\Pro Mini" | ||
+ | |||
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:14, 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. Connect a battery Pack to the BoSL DC power jack, ensure that the voltage is between 3.5 V and 5.5 V or the BoSL will be damaged. The supplied 3 AA battery pack is suggested for your first attempt.
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.
5. Launch the Arduino IDE and open the script which you wish to program onto the BoSL
6. Under the Tools tab at the top of the window select Board: "Arduino Pro\Pro Mini"
Please visit our github for further details:
- BoSL GitHub[[1]]