pxt-calliope/docs/uploader.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2016-06-03 18:47:06 +02:00
# Uploader
2016-08-17 18:44:15 +02:00
### @description A Windows application that automatically deploys .hex files to connected micro:bit boards
2016-06-03 18:47:06 +02:00
### ~avatar avatar
2016-06-13 20:40:58 +02:00
The Uploader **automatically** deploys .hex files to all micro:bits connected to your computer.
2016-06-03 18:47:06 +02:00
2016-06-03 19:16:22 +02:00
## [DOWNLOAD](https://www.pxt.io/microbit-uploader.zip)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### Works with any browser!
2016-06-03 18:47:06 +02:00
2016-06-13 20:40:58 +02:00
The uploader monitors your Downloads folder looking for any .hex file that has been downloaded (saved from the browser).
When it detects a new .hex file, the uploader tries to copy it to all MICROBIT drives.
2016-06-03 18:47:06 +02:00
That's it!
2016-06-03 19:16:22 +02:00
![](/static/uploader/tooltip.png)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### System Requirements
2016-06-03 18:47:06 +02:00
* Windows XP or later
* .NET runtime 2.0 or higher
* Browser: this application will work for any web browser that is supported by the BBC micro:bit
2016-06-03 19:16:22 +02:00
![](/static/uploader/screenshot.png)
2016-06-03 18:47:06 +02:00
### ~
### ~column
2016-06-03 19:16:22 +02:00
### Installation Instructions
2016-06-03 18:47:06 +02:00
* Download the [Microsoft.Uploader.Microbit.zip](/microbit-uploader.zip) file to your local computer.
* Unzip the .zip file to your desktop.
* Launch the Microsoft.Uploader.exe file before working on your BBC micro:bit.
### ~