Project

General

Profile

Planning Notes » History » Version 5

Hammel, 18 Jan 2016 16:31

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