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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You do not need to pay anything or be a member organization.
13
13
14
14
CircuitMatter is currently developed in CPython 3.12, the de facto implementation written in C. It is designed with minimal dependencies so that it can also be used on CircuitPython on microcontrollers.
15
15
16
-
After cloning the repo, pip install `ecdsa`and `cryptography`.
16
+
After cloning the repo, pip install `ecdsa`, `cryptography`and `qrcode`.
17
17
18
18
### Running a CircuitMatter replay
19
19
@@ -73,7 +73,9 @@ Logs can be added into the chip sources to understand what is happening on the c
73
73
74
74
### Apple Home
75
75
76
-
The Apple Home app can also discover and (attempt to) commission the device. Tap Add Accessory and the CircuitMatter device will show up as a nearby Matter Accessory. Tap it and then enter the setup code `67202583`. This will start the commissioning process from Apple Home.
76
+
The Apple Home app can also discover and (attempt to) commission the device. Tap Add Accessory.
77
+
* By default this will pull up the camera to scan a QR Code. CircuitMatter will print the qrcode to the console to scan.
78
+
* You can also use the passcode by clicking "More options" and the CircuitMatter device will show up as a nearby Matter Accessory. Tap it and then enter the setup code `67202583`. This will start the commissioning process from Apple Home.
0 commit comments