You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool can be used to extend (actually prefix) a binary generated with e.g. the Arduino IDE with the required length and crc values required to perform an OTA (Over-The-Air) update of the firmware.
4
17
5
18
### How-To-Use
@@ -25,17 +38,15 @@ This tool can be used to extend (actually prefix) a binary generated with e.g. t
25
38
0000030 0000 0000 7485 0000 0000 0000 0000 0000
26
39
```
27
40
28
-
`bin2json.py`
29
-
=============
41
+
## `bin2json.py`
30
42
This tool converts the binary file into base64 encoded JSON which is necessary for feeding it to the server.
31
43
32
44
### How-To-Use
33
45
```bash
34
46
./bin2json.py sketch.ota sketch.json
35
47
```
36
48
37
-
`ota-upload.sh`
38
-
==============
49
+
## `ota-upload.sh`
39
50
This tool allows to upload a OTA binary to a device via a Arduino cloud server.
0 commit comments