Giter Site home page Giter Site logo

tuomas2 / automatefirmata Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 68 KB

Firmata sketch for Arduino with persistent configuration, Virtualwire support and more

License: GNU Lesser General Public License v2.1

Arduino 100.00%
arduino firmata virtualwire pwm eeprom automate lcd

automatefirmata's Introduction

Firmata sketch for Arduino with persistent configuration, Virtualwire support and more

Interesting features on top of StandardFirmata:
  • Pin modes and other configuration is saved to and read from EEPROM
  • VirtualWire support added which enables wireless reading&writing with cheap RF modules. (VirtualWire uses Timer1, so don't use PWM on ports 9,11)
  • Power saving feature when using only VirtualWire transmitter. Configurable wakeup pin.
  • Simple configuration via SysEx message (which Automate implements).
  • Character LCD support (via SysEx messages)
Please also note:
  • Servo support removed (conflicts with VirtualWire due to use of Timer1).
  • If PWM is used on Pins 3 or 11, timer2 divider is set to 1, resulting in 31.25 KHz PWM frequency.
Requires the following libraries:

Compilation tested to be working fine Arduino IDE version 1.8.3. Tested with Arduino Pro Mini compatible boards.

Work is based on StandardFirmata https://github.com/firmata/arduino/blob/master/examples/StandardFirmata/StandardFirmata.ino @ 281b99f

See Automate project and its Arduino specific documentation.

License

As StandardFirmata, AutomateFirmata is licensed under LGPL, see LICENSE.txt.

automatefirmata's People

Contributors

tuomas2 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.