-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
28 lines (20 loc) · 972 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Python based utilities to download apps and firmware to Laird's smartBASIC
modules.
Utilities:
sbutil.py
Does both smartBASIC app download and firmware download and will require
'wine' on Linux if a local xcompiler is found to compile the sb app.
uwfload.py
Minimal app for just firmware download, suitable for resource
constrained hosts
Files: blutil.py
See http://projectgus.com/2014/03/laird-bl600-modules for more details
and licenced as per file LICENSE.blutil.txt
Files: uwfloader.py, uwf_processor_ig60_bl654.py, uwf_processor.py
Credit to original author Moses Corriea of Laird Connectivity
Note: On Linux if 'wine' will need to be installed when xcompiling locally
then if not on host, use following command to install:-
sudo apt-get install wine
On Ubuntu 20.xx or newer, to install pyserial use following commands:
sudo apt-get install python3-pip
pip3 install pyserial