What you need
-
A prepared Matter Developement Environement
This will bring all necessary build and flash tools as well as Matter SDK
Getting Started
- Install Raspberry Pi Bluetooth dependency and reboot (For Raspberry pi Users only)
sudo apt install pi-bluetooth sudo reboot
- cd to your home directory if not already there :
cd ~/
- Create a dedicated folder within your
/home/<user>/matter_dev
directory for this development purposemkdir ~/matter_dev cd ~/matter_dev
-
If not done, prepare a Matter development environment following this guide
This is the base of any Matter, tools and implementation, developments
Once you have done all of the above, you are ready to start