Project

General

Profile

Planning Notes » History » Version 3

Hammel, 18 Jan 2016 14:39

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 1 Hammel
28
h3. robotic assistance
29
30
h3. controlled access: doors, windows, garage
31
32
h3. security cameras
33
34
h3. controllable power: outlets, lights
35
36
h3. resource management:
37
38
* what do you need (toilet paper, eggs)
39
40
h3. Monitoring: utilities
41
42
* location: humans, pets, visitors
43
44 2 Hammel
h3. MediaDevices
45 1 Hammel
46 2 Hammel
* "DLNA - Digital Living Network Alliance":http://www.dlna.org/ 
47
** "DLNA Open Source Projects":http://elinux.org/DLNA_Open_Source_Projects#UPnP_Media_Players @ Wikipedia
48
* Libraries
49
** "libdlna":http://libdlna.geexbox.org/ -  Reference DLNA open-source implementation for Linux, both servers and players
50
** "pupnp":http://pupnp.sourceforge.net/ - aka libupnp, Portable C SDK for UPnP devices
51
** "Platinum UPnP":http://www.plutinosoft.com/platinum - C++ SDK to make it easy to build DLNA compliant devices
52
** "GUPnP":https://wiki.gnome.org/Projects/GUPnP - similar to libupnp but with more abstraction to hide internals
53
* Servers
54
** "uShare":http://ushare.geexbox.org/ - A free UPnP A/V & DLNA Media Server for Linux
55
** "ReadyMedia":http://sourceforge.net/projects/minidlna/ - aka minidlna
56
*** "ArchLinux guide":https://wiki.archlinux.org/index.php/ReadyMedia 
57
58 1 Hammel
h3. home data center
59
60 2 Hammel
* See "Media Devices":#MediaDevices and DLNA
61
62 1 Hammel
h2. Device node
63
64
Concept of a module unit so each new application doesn't need a new device.
65
66 2 Hammel
* "esp8266":http://www.esp8266.com/ for IoT
67
** "Nurdspace references":https://nurdspace.nl/ESP8266
68
** "WikiPedia":https://en.wikipedia.org/wiki/ESP8266 entry
69
* "CHiP":http://getchip.com/ / "RPi Zero":https://www.raspberrypi.org/products/pi-zero/ for subnodes
70
* "RPi 2 Model B":https://www.raspberrypi.org/products/pi-zero/ quad-core for master nodes
71
* No Intel - Only ARM or related
72 1 Hammel
* Want a reusable minimal component
73
74
h2. Products
75
76
* server box - master @ home, could have multiple, distributed in a single home
77
* subnode - manages a collection of devices, reports to master
78
* nodes - IoT, media servers - any "thing" that is an endpoint
79
80
h2. Problems
81
82
* Margins: 80-100% initially, %30 sustained
83
* Cost: $80 per outlet would not be reasonable
84
* wired network (wireline electrical)?
85
* wifi problems?
86
** g - interference
87
** n - faster, still interference?
88
** ac - best?  not in esp8266?
89
** could we use non-wifi comm?
90
* Comm security
91
* power IoT - must last a long time
92
** power harvesting
93
** minimal power for comm - save most for control of device
94
* Mechanical experience
95
* Data band vs Control band
96
** wifi for data
97
** bluetooth or other RF for control
98
* No cloud - network comm is private, not to 3rd party
99
** Add on: we manage a server
100
101
h2. What is the MVP?
102
103
* Proof of Concept:  defined by Feb 20th
104
* 1st product:  definition by end of April
105 2 Hammel
* Danny - Jasper project working code - integrate with "Jarvis":https://gitlab.com/groups/xjarvis?
106
* Mike - "PiBox":http://www.graphics-muse.org/wiki/pmwiki.php/RaspberryPi/RaspberryPi, builds and infrastructure, UI maybe
107 1 Hammel
108
h2. How do we divvy the work?
109
110
* Electrical: Danny, Mike
111
* Software: Mike, Danny
112
113
h2. What's already out  there?
114
115
* what niches are not being filled?
116
* what niches are we competing against?
117
118
h2. Things to look at?
119
120
* Wink - home automation/IoT company
121
** app-celerator - write Javascript, compile into mobile-specific apps
122
* Blynk - home automation mobile dev tool