@@ -24,20 +24,20 @@ doc is tested on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and
24
24
25
25
- Build the example application:
26
26
27
- $ cd ~/connectedhomeip/examples/lighting -app/linux
27
+ $ cd ~/connectedhomeip/examples/microwave-oven -app/linux
28
28
$ git submodule update --init
29
29
$ source third_party/connectedhomeip/scripts/activate.sh
30
30
$ gn gen out/debug
31
31
$ ninja -C out/debug
32
32
33
33
- To delete generated executable, libraries and object files use:
34
34
35
- $ cd ~/connectedhomeip/examples/lighting -app/linux
35
+ $ cd ~/connectedhomeip/examples/microwave-oven -app/linux
36
36
$ rm -rf out/
37
37
38
38
- Build the example with pigweed RPC
39
39
40
- $ cd ~/connectedhomeip/examples/lighting -app/linux
40
+ $ cd ~/connectedhomeip/examples/microwave-oven -app/linux
41
41
$ git submodule update --init
42
42
$ source third_party/connectedhomeip/scripts/activate.sh
43
43
$ gn gen out/debug --args='import("//with_pw_rpc.gni")'
@@ -104,10 +104,10 @@ doc is tested on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and
104
104
105
105
- Run Linux Lighting Example App
106
106
107
- $ cd ~/connectedhomeip/examples/lighting -app/linux
108
- $ sudo out/debug/chip-lighting -app --ble-device [bluetooth device number]
107
+ $ cd ~/connectedhomeip/examples/microwave-oven -app/linux
108
+ $ sudo out/debug/chip-microwave-oven -app --ble-device [bluetooth device number]
109
109
# In this example, the device we want to use is hci1
110
- $ sudo out/debug/chip-lighting -app --ble-device 1
110
+ $ sudo out/debug/chip-microwave-oven -app --ble-device 1
111
111
112
112
- Test the device using ChipDeviceController on your laptop /
113
113
workstation etc.
0 commit comments