Skip to content

Firmata drivers for connecting to devices with Zorg.

Notifications You must be signed in to change notification settings

zorg/zorg-firmata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zorg Firmata

Join the chat at https://gitter.im/zorg/zorg Package Version Requirements Status Build Status Code Climate Coverage Status

What is Firmata?

Firmata is a protocol for communicating with microcontrollers from software on a computer (or smartphone/tablet, etc). The protocol can be implemented in firmware on any microcontroller architecture as well as software on any computer software package (see list of client libraries below). ~ Firmata Protocol Documentation

Installation

You can install this library on your machine using PIP.

pip install zorg-firmata

Setup

To use this library with your microcontroller, you will need to load the Standard Firmata software onto it first. See Uploading StandardFirmata To Arduino for an example of how to do this.

Examples

Several examples for using the zorg-firmata module are available on GitHub. https://github.com/zorg/zorg-firmata/tree/master/examples

Notes

This module wraps the PyMata library to provide Firmata support within the Zorg robotics framework.

About

Firmata drivers for connecting to devices with Zorg.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages