Skip to content

Commit 640e7b7

Browse files
Update README.md
1 parent 278335c commit 640e7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ While many popular Bluetooth devices can have their stock firmware flashed to us
1313
You could, but do you really want a device containing your WiFi credentials in an unsecured location outside your home? I don't. I'd rather broadcast BLE advertisements I can read from indoors. If the device sending them is lost or stolen, I'm out a few dollars, but no data is compromised.
1414

1515
## How can I use it?
16-
Copy bthome.py to your microcontroller's /lib directory and install MicroPython's aioble module.
16+
Copy bthome.py (or bthome.mpy) to your microcontroller's /lib directory and install MicroPython's aioble module (specifically the peripheral portion, but you can also install the entire module.)
1717

1818
With mip, it's like this:
1919

2020
```
2121
mpremote connect PORT mip install github:DavesCodeMusings/BTHome-MicroPython
22-
mpremote connect PORT mip install aioble
22+
mpremote connect PORT mip install aioble-peripheral
2323
```
2424

2525
Once you've got the modules installed, have a look at the code sample in [main.py](main.py) here in this repository.

0 commit comments

Comments
 (0)