trombonehero / on-air

Arduino On Air

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

Arduino On Air

This is a macOS statusbar app to enable an On Air light connected to an Arduino device running Nanpy firmware.

Setup

Hardware

Connect an LED to digital port 4 on the device.

Software
$ make
python setup.py py2app
running py2app
[...]
Done!
$ make install
mv dist/On\ Air.app ~/Applications

Usage

Run the On Air application:

toggled off

Toggle the light on:

toggle

Result:

toggled on
board

About

Arduino On Air


Languages

Language:Python 92.3%Language:Makefile 7.7%