Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 609 Bytes

Standard Firmata - Networking

Deploy Standard Firamta which uses a networking stream instead of the serial port.

Installation

  1. Install PlatformIO

  2. git clone https://github.com/peterschwarz/standard-firmata-networking

  3. git submodule init

  4. Build and upload to your device

    platformio run --target upload
    

Adding additional boards

Currently, the build supports the Arduino Uno. If you'd like to add additional board targets, see the PlatformIO docs and add add your board.