File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : Getting Code on the Robot
4
+ ---
5
+
6
+ Getting Code on the Robot
7
+ ======================
8
+
9
+ Getting your code on to the robot is quite simple.
10
+ You will need to put your code on a USB drive. Which will need to be formatted with either FAT32 or exFAT.
11
+
12
+ <details >
13
+ <summary >Windows</summary >
14
+ 1 . Open your code in File Explorer
15
+ 2 . Select all of your code files (<kbd >Control + A</kbd > to select all files)
16
+ 3 . Right-click the files
17
+ 4 . Click Compress to Zip file
18
+ 5 . Name the newly created file ` robot `
19
+
20
+ ![ Screenshot for Windows 11] ( /images/content/kit/zip_win11.png )
21
+ ![ Screenshot for Windows 10] ( /images/content/kit/zip_win10.png )
22
+
23
+ If you are on Windows 10 or older, you will need to use Send to &rarr ; Compressed (zipped) folder
24
+ </details >
25
+
26
+ <details >
27
+ <summary >macOS</summary >
28
+ 1 . Open your code in Finder
29
+ 2 . Select all of your code files (<kbd >⌘A</kbd > to select all files)
30
+ 3 . Right-click (or Control-click) the files and click Compress
31
+ 4 . Name the newly created file ` robot.zip `
32
+
33
+ ![ Screenshot] ({ site.baseurl }}/images/content/kit/zip_macOS.png)
34
+ </details >
35
+
36
+ To re-run your program, simply remove the USB stick and plug it back in again and it will restart automatically.
You can’t perform that action at this time.
0 commit comments