pxt-calliope/docs/uploader.md

44 lines
1020 B
Markdown
Raw Normal View History

2016-06-03 18:47:06 +02:00
# Uploader
### ~avatar avatar
2016-06-03 19:16:22 +02:00
The Uploader **automatically** deploys .hex files to all BBC micro:bit 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
The uploader monitors your Downloads folder looking for any .hex file being download.
When it detects a new .hex file, the uploader tries to copy it to all connected BBC micro:bits (it copies it to the MICROBIT drives).
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.
### ~