Project

General

Profile

Planning Notes » History » Version 9

Hammel, 20 Jan 2016 20:39

1 1 Hammel
h3. voice control interface to infrastructure
2
3
* mobile
4 2 Hammel
* "Jarvis":https://gitlab.com/groups/xjarvis
5 6 Hammel
** "MyCroft":https://mycroft.ai/ - open source AI project
6 1 Hammel
* home UIs - NEST-like
7
* Follow-Me architecture - voice control follows you around the home.
8
9
h3. futuristic media display system
10
11
* display on glass w/
12
** static opaqueness
13
** variable opaqueness
14
* Heads up
15
* Motion capture
16
17
h3. system control
18
19
* thermostatic and vent
20 7 Hammel
** "Flair Smart Vent":http://www.cnet.com/products/flair-smart-vent/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+cnet%2FNnTv+%28CNET+River+RSS%29#ftag=CADf328eec and references to other products in this space
21 8 Hammel
** "DIY Zoning Dampers":http://makezine.com/2007/05/01/diy-zoning-dampers/
22
** "Econet Z-Wave controller air vent":http://www.smarthome.com/econet-ev100-6x12wh-z-wave-controlled-air-vent-6-inches-x-12-inches-white.html
23
** "Home Climate Controlled":http://www.homeclimatecontrol.com/ - a Linux-based project that's a little old
24
** "Temperature controlled air register":http://www.theactivent.com/about.html
25 9 Hammel
** "SDP-SI":http://www.sdp-si.com/eStore/CoverPg/Gears.htm - online store for gears, etc. that connect to small motors.
26 8 Hammel
27 1 Hammel
* windows/shades/blinds
28
* garden
29 3 Hammel
* Motor control tutorials
30
** " How-To: Motors":http://www.instructables.com/id/How-To-Motors/?ALLSTEPS @ Instructables
31
** "Control a DC Motor with an Arduino":http://www.allaboutcircuits.com/projects/control-a-motor-with-an-arduino/ @ All About Circuits
32
** "DC Motors":https://learn.adafruit.com/adafruit-arduino-lesson-13-dc-motors/overview @ Adafruit
33
** "Stepper Motors":https://learn.adafruit.com/adafruit-arduino-lesson-16-stepper-motors/overview @ Adafruit
34
** " Stepper Motor Quickstart Guide":https://www.sparkfun.com/tutorials/400
35 4 Hammel
* Stepper Motors
36 5 Hammel
** " BYJ48 Stepper Motor":http://www.instructables.com/id/BYJ48-Stepper-Motor/ @ Instructables
37
*** "5v 28YBJ-48 driver board":http://arduino-info.wikispaces.com/SmallSteppers?responseToken=775f5a4b2f50b66a5603d762b13c435e
38
*** "Motor from Adafruit":https://www.adafruit.com/products/858
39 4 Hammel
*** "Sparkfun stepper motor driver":https://www.sparkfun.com/products/12779 alternative driver board
40
*** This means: 5v Arduino Pro Mini or Nano with driver board and 28YBJ-48 Stepper Motor driven by 5-12v power
41
*** Would require additional esp8266 or other comm board
42 1 Hammel
43
h3. robotic assistance
44
45
h3. controlled access: doors, windows, garage
46
47
h3. security cameras
48
49
h3. controllable power: outlets, lights
50
51
h3. resource management:
52
53
* what do you need (toilet paper, eggs)
54
55
h3. Monitoring: utilities
56
57
* location: humans, pets, visitors
58
59 2 Hammel
h3. MediaDevices
60 1 Hammel
61 2 Hammel
* "DLNA - Digital Living Network Alliance":http://www.dlna.org/ 
62
** "DLNA Open Source Projects":http://elinux.org/DLNA_Open_Source_Projects#UPnP_Media_Players @ Wikipedia
63
* Libraries
64
** "libdlna":http://libdlna.geexbox.org/ -  Reference DLNA open-source implementation for Linux, both servers and players
65
** "pupnp":http://pupnp.sourceforge.net/ - aka libupnp, Portable C SDK for UPnP devices
66
** "Platinum UPnP":http://www.plutinosoft.com/platinum - C++ SDK to make it easy to build DLNA compliant devices
67
** "GUPnP":https://wiki.gnome.org/Projects/GUPnP - similar to libupnp but with more abstraction to hide internals
68
* Servers
69
** "uShare":http://ushare.geexbox.org/ - A free UPnP A/V & DLNA Media Server for Linux
70
** "ReadyMedia":http://sourceforge.net/projects/minidlna/ - aka minidlna
71
*** "ArchLinux guide":https://wiki.archlinux.org/index.php/ReadyMedia 
72
73 1 Hammel
h3. home data center
74
75 2 Hammel
* See "Media Devices":#MediaDevices and DLNA
76
77 1 Hammel
h2. Device node
78
79
Concept of a module unit so each new application doesn't need a new device.
80
81 2 Hammel
* "esp8266":http://www.esp8266.com/ for IoT
82
** "Nurdspace references":https://nurdspace.nl/ESP8266
83
** "WikiPedia":https://en.wikipedia.org/wiki/ESP8266 entry
84
* "CHiP":http://getchip.com/ / "RPi Zero":https://www.raspberrypi.org/products/pi-zero/ for subnodes
85
* "RPi 2 Model B":https://www.raspberrypi.org/products/pi-zero/ quad-core for master nodes
86
* No Intel - Only ARM or related
87 1 Hammel
* Want a reusable minimal component
88
89
h2. Products
90
91
* server box - master @ home, could have multiple, distributed in a single home
92
* subnode - manages a collection of devices, reports to master
93
* nodes - IoT, media servers - any "thing" that is an endpoint
94
95
h2. Problems
96
97
* Margins: 80-100% initially, %30 sustained
98
* Cost: $80 per outlet would not be reasonable
99
* wired network (wireline electrical)?
100
* wifi problems?
101
** g - interference
102
** n - faster, still interference?
103
** ac - best?  not in esp8266?
104
** could we use non-wifi comm?
105
* Comm security
106
* power IoT - must last a long time
107
** power harvesting
108
** minimal power for comm - save most for control of device
109
* Mechanical experience
110
* Data band vs Control band
111
** wifi for data
112
** bluetooth or other RF for control
113
* No cloud - network comm is private, not to 3rd party
114
** Add on: we manage a server
115
116
h2. What is the MVP?
117
118
* Proof of Concept:  defined by Feb 20th
119
* 1st product:  definition by end of April
120 2 Hammel
* Danny - Jasper project working code - integrate with "Jarvis":https://gitlab.com/groups/xjarvis?
121
* Mike - "PiBox":http://www.graphics-muse.org/wiki/pmwiki.php/RaspberryPi/RaspberryPi, builds and infrastructure, UI maybe
122 1 Hammel
123
h2. How do we divvy the work?
124
125
* Electrical: Danny, Mike
126
* Software: Mike, Danny
127
128
h2. What's already out  there?
129
130
* what niches are not being filled?
131
* what niches are we competing against?
132
133
h2. Things to look at?
134
135
* Wink - home automation/IoT company
136
** app-celerator - write Javascript, compile into mobile-specific apps
137
* Blynk - home automation mobile dev tool