On this page
rocket_launch
00 Intro
The Internet of Things is a network of devices that communicate and exchange data with each other. This data is mostly sensor data used to trigger events or actuartors to interact with other devices or machines.
Setup
To develop the software for these devices I use:
For the Arduino Extension to work, the Arduino CLI is required. Full setup instructions can be viewed in the README on GitHub.
Quickstart:
- Install the arduino-cli
brew install arduino-cli - Configure the extension:
Setarduino.useArduinoClitotrue
Setarduino.pathto/opt/homebrew/bin/
Setarduino.commandPathtoarduino-cli