Difference between revisions of "WiFi-enabled Banjo"

From Nottinghack Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
[[Category:Projects]]
 +
[[Category:Projects (in progress)]]
 +
[[Category:Michael's Projects]]
 +
 +
__FORCETOC__
 +
 +
{{Project
 +
|name=WiFi-enabled Banjo
 +
|primary=[[User:Msemtd|Michael Erskine]]
 +
|created=31/03/2016
 +
}}
 +
 
Toby bought a banjo and it has suffered feature creep. We are adding a WiFi hotspot and a website.
 
Toby bought a banjo and it has suffered feature creep. We are adding a WiFi hotspot and a website.
  
Line 5: Line 17:
 
Status --[[User:Msemtd|Michael Erskine]] ([[User talk:Msemtd|talk]]) 11:20, 1 April 2016 (UTC)
 
Status --[[User:Msemtd|Michael Erskine]] ([[User talk:Msemtd|talk]]) 11:20, 1 April 2016 (UTC)
  
* NodeMCU obtained from the far East!
+
* NodeMCU obtained from the far East running an Arduino core
 
* Power bank also secured - needs a good charging
 
* Power bank also secured - needs a good charging
 
* power connector made up with 12V to 5V step down
 
* power connector made up with 12V to 5V step down

Revision as of 11:05, 7 April 2016



WiFi-enabled Banjo
[[{{{image}}}|border|frameless|220px|center]]
Primary Contact Michael Erskine
Created 31/03/2016
Completed {{{completeddate}}}
Dormant {{{dormantdate}}}
Version {{{version}}}
Members {{{members}}}
Manufacturer {{{manufacturer}}}
Model {{{model}}}
Location [[{{{location}}}]]
GitHub / Repo {{{repo}}}
Status {{{status}}}
Type Undefined
Live Status {{{livestatus}}}
QR code

Toby bought a banjo and it has suffered feature creep. We are adding a WiFi hotspot and a website.

Project on GitHub: https://github.com/msemtd/WiFiBanjo

Status --Michael Erskine (talk) 11:20, 1 April 2016 (UTC)

  • NodeMCU obtained from the far East running an Arduino core
  • Power bank also secured - needs a good charging
  • power connector made up with 12V to 5V step down
  • GitHub project created with first Arduino sketch for Captive Portal

Info

http://esp8266.github.io/Arduino/versions/2.1.0/doc/reference.html

Client Net Mode

  • banjo NodeMCU operates as WiFi client
  • NodeJS server to accept (preferably persistent) connection from banjo - WebSockets?
  • we want snappy control of banjo from a globally available website - URL available as QRcode or tinyurl from handy page
  • website shows if banjo is online or not - might provide location map too
  • many people can connect to the website as visitors and authenticate in some manner (Facebook Auth is easy-ish)
  • Performer asks crowd to do something on the website to authenticate - shares a time limited secret
  • queue of visitors who want to control something on the banjo
  • Performer has administrative interface and can see who wants to do what
  • authenticated visitors can leave a message on the chat window
  • banjo can indicate how many visitors there are
  • this admin interface can be all sorts of things but a nice tablet might be best