top of page
Writer's pictureExplosive Education

Installing Arduino and Uploading your files

The software for the Laser tag units has been somewhat modified to make the best use of the available RAM.

The main modification is that the Serial buffer (the block that stores data sent to and from the unit) has been reduced from 256 to 16 and in some cases 8 bytes.

For the software to work, the SRAM shown at the bottom for the screen when compiling must be no higher than around 26%

Arduino will run happily in its own folder wherever you place it on the computer.



Step 1,

Download Arduino for your computer.

These versions have the correct libraries in place for you



Windows

Choose from Arduino 1.0.5 for older machines DOWNLOAD HERE

or Arduino 1.8.1 for newer machines DOWNLOAD HERE

Linux

for Linux users, please watch this space



Step 2

Unzip the folder somewhere sensible.


Step 3

open the folder and double click Arduino.exe


go to TOOLS>>>>BOARD and choose NANO.


On the Arduino screen go to tools>>>>port and see what ports are available.


Step 4,

Plug in your tag unit and install drivers if needed.

If you are lucky (or running Linux) the drivers will install automatically. If not, then you will need to install the correct drivers for your Nano board.

most drivers are located in your Arduino folder under drivers.


Follow your computers instructions for installing drivers.




However if you have a cheaper NANO clone, then you will need to install these drivers for the ch340G chipset.


This is the program called CH34x_Install_Windows_v3_4.



Just open the program and click install. (you may need to run as administrator)












Step 5

On the Arduino screen go to tools>>>>port

Have a look and see what ports have appeared.... the new one is your Arduino board. Select it.


Step 6

You are all ready to upload your software.


Go to File>>>>OPEN and choose your Arduino sketch






Click the verify button and fix any errors that you may have written.



Click the upload button




If that doesn't work then check:

  • The board is plugged in

  • You have selected the right port

  • You have selected NANO with 328 as a board.



For Laser tag software downloads CLICK HERE

10 views0 comments

Recent Posts

See All

Comments


Commenting has been turned off.
bottom of page