sketches
v0.0.18
Published
Sketches is a command-line tool inspired by package manager like NPM. If you are fascinated by the **package.json** then you will love **Sketches.yml**.
Readme
Sketches
Sketches is a command-line tool inspired by package manager like NPM.
If you are fascinated by the package.json then you will love Sketches.yml.
Get Started
Install the Sketches via NPM
$ npm install -g sketches- See more on Install NodeJS and NPM
Create project from scratch
Create your first project
$ sketches init ArduinoProject
$ cd ArduinoProject- See more on Project management
Configure your project
Each Sketches project can be configured via the 'Sketches.yml' file
name: <MyArduinoProject>
version: 0.0.1
sketches:
MyArduinoProject:
board: uno
port: COM3- See more on Sketches.yml reference
Verify operation
Verify source code of current project
$ arduinodk verifyUpload operation
Upload binary into arduino board
$ arduinodk uploadRoadmap
| Command | Progress | Features | |---------------|:--------:|----------| | apply-filters | 10% | | | create-sketch | 10% | | | flash | 10% | | | init | 10% | | | install | 10% | | | ls | 10% | | | monitor | 10% | | | rename-sketch | 10% | | | sandbox | 10% | | | upload | 10% | | | verify | 10% | |
See more
References
- https://github.com/arduino/Arduino/blob/ide-1.5.x/build/shared/manpage.adoc
- https://h3ron.com/post/programmare-lesp8266-ovvero-arduino-con-il-wifi-a-meno-di-2/
- https://cassiopeia.hk/rgb-wifi/
- https://www.anginf.de/?p=600
- https://github.com/doleron/esp8266-1-channel-relay-board-with-mqtt
