Author Topic: Mote Control Panel  (Read 1284 times)

ColinR

  • Full Member
  • ***
  • Posts: 176
Mote Control Panel
« on: March 28, 2015, 01:56:06 PM »
Basic Overview:
http://youtu.be/dej0zKZsL2Q

Demo:
http://youtu.be/29wIuUUFho8

<< Screenshot below >>

With the huge update to the UniMote code and some revisions to the python serial handler, we have the UniMote Control Panel.

It's great for deployment and configuration of multiple remote nodes without having to use unique sketches for each and plug in your FTDI when you want to change things. Like the original code, it stores reprogrammed configuration in Flash, and jams tons of stuff into a 328P.

Just set up your gateway and remote nodes with the sketch, drop in the python library, the html, and add your ScriptAlias to apache/mod_wsgi or nginx with wsgi handler (such as uwsgi) and you're good to go. Working on step-by-step install, but it's the same as standard CuPID libraries.

Documentation is not quite complete, a few notable things need to be fixed, but it works. A command sequence demonstration is on the way, limited by my patience with video editing.

Cheers,
C

« Last Edit: March 28, 2015, 07:52:19 PM by ColinR »
CuPID Controls :: Open Source browser-based sensor and device control
Interfaceinnovations.org/cupidcontrols.html
cupidcontrols.com

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6867
  • Country: us
    • LowPowerLab
Re: Mote Control Panel
« Reply #1 on: March 29, 2015, 11:02:01 AM »
Quite awesome, great work!