Suggestions on storing Sensor data offline/online

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
dpdoshi
 
Posts: 5
Joined: Tue May 29, 2018 1:58 pm

Suggestions on storing Sensor data offline/online

Post by dpdoshi »

Hi,

I want we are using Circuit Playground Classic and are exploring all the sensors that are available on the kit.

I need a way to store all the sensor data like a) Temperature, b) light, c) touch sensor offline to a file on a USB drive or directly to a ftp site on web server.

Please advise what components exists that I can use to connect them together. I am new to adafruit family of products.

Thanks.

User avatar
adafruit_support_bill
 
Posts: 88136
Joined: Sat Feb 07, 2009 10:11 am

Re: Suggestions on storing Sensor data offline/online

Post by adafruit_support_bill »

You can use an SD card adapter to store data locally: https://www.adafruit.com/product/254
Or you can use a WiFi adapter to send the data to a server: https://www.adafruit.com/product/2999

User avatar
lids3qy
 
Posts: 1
Joined: Mon Jun 11, 2018 12:36 pm

Re: Suggestions on storing Sensor data offline/online

Post by lids3qy »

I created a SQLite (free) database on my Win10 box and insert the rows via a Java program that listens for UDP packets sent by my Arduino which gets data from a BMP280 barometer / thermometer. The same Java program also sends the data to my feed and dashboard here. Granted, the Arduino could have sent the feed data itself since it already uses the network for UDP.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”