https://github.com/below/mattersample
A Sample for iOS 16.1 MatterSupport.Framework
https://github.com/below/mattersample
Last synced: 8 months ago
JSON representation
A Sample for iOS 16.1 MatterSupport.Framework
- Host: GitHub
- URL: https://github.com/below/mattersample
- Owner: below
- License: mit
- Created: 2022-10-26T08:23:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T12:21:30.000Z (about 3 years ago)
- Last Synced: 2025-03-27T06:34:44.793Z (12 months ago)
- Language: Swift
- Size: 145 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MatterSample
A Sample for iOS 16.3 MatterSupport.Framework
## Current Test Setup
I have moved from the SiliconLabs Board to a simpler, WiFi implementation on an ESP32 Microcontroller
You can find the [Official Documentation](https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/esp32/setup_idf_chip.md) on how to build the software necessary for the board.
Once you have that, prior to each session:
* `cd connectedhomeip`
* `source activate.sh`
* `cd esp-idf`
* `source export.sh`
Now you can activate the device by issuing:
* `cd connectedhomeip/examples/lighting-app/esp32`
* `idf.py -p /dev/tty.SLAB_USBtoUART erase-flash`
* `idf.py -p /dev/tty.SLAB_USBtoUART flash monitor`
You leave the monitor with `CTRL-T CTRL-X`