/MatterSample

A Sample for iOS 16.1 MatterSupport.Framework

Primary LanguageSwiftMIT LicenseMIT

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 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