An open API service indexing awesome lists of open source software.

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

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`