Timeline for How do I upload the sensor data from arduino into a database?
Current License: CC BY-SA 3.0
14 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Nov 7, 2016 at 2:08 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 8, 2016 at 1:52 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 8, 2016 at 1:41 | comment | added | Andrew Allbright | You might be mixing concerns and you may benefit from decomposing your mental model of the situation a bit. You should have sensor reading components, a component that consumes the sensor data (does something with it, e.g. drop into DB), and your network layer. Ideal architecture (1) Arduino connected to sensor. Read in measurements of environment and transmit data via ZigBee (2) Arduino or, ideally, Raspberry Pi listens for messages on ZigBee mesh network. On message, sanitize data and insert into DB. Even better there is a queue process between "sanitize data" and "insert into DB" | |
Sep 8, 2016 at 1:06 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 9, 2016 at 0:49 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 10, 2016 at 0:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 9, 2016 at 23:47 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 10, 2016 at 23:38 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
S Mar 11, 2016 at 22:30 | history | suggested | Guha | CC BY-SA 3.0 |
How to make Arduino recognize the sensor data, to send it to another device or upload it into the database?
|
Mar 10, 2016 at 10:27 | answer | added | Flanker | timeline score: 1 | |
Mar 9, 2016 at 20:14 | review | Suggested edits | |||
S Mar 11, 2016 at 22:30 | |||||
Mar 9, 2016 at 20:01 | history | edited | JRobert | CC BY-SA 3.0 |
Fixed formatting to include 1st & last lines of code
|
Mar 9, 2016 at 19:51 | review | First posts | |||
Mar 15, 2016 at 20:33 | |||||
Mar 9, 2016 at 19:47 | history | asked | user19115 | CC BY-SA 3.0 |