You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R.J. Steinert edited this page Mar 10, 2015
·
2 revisions
sensor
|
V
mote: physically attached to a sensor, pulls data from sensor and then pushes it to a gateway over Cellular, WiFi, Xbee, etc.
|
V
gateway: receives data from a mote and relays the data to the Internet. It's sometimes a cellphone tower, sometimes a device connected to a local Internet connection
|
V
online database: A bunch of blips and bloops like a SQL database
|
V
analysis software: software that can read from databases and present it to you as a GUI (Graphical User Interface). It's sometimes a webpage and sometimes an App on your computer/mobile.
|
V
you!