I want to store response of a building which is measured by an acceleration sensor called ADXL345. I want to use internet of things, or IoT. Data Sample rate is 200 Hz and delay for seconds is not important.However data loss in not acceptable. can any one aid me if this way is possible or not?
Define what "internet of things" means for you. Sounds like a marketing guy told you some buzzwords and you accepted the project without knowing the meaning of the terms.
Thanks dear pylon
I am a Ph.D. candidate in structural civil engineering and this is a part of my Thesis. I have to collect data from sensors that installed on a building.First i used NRF24L01
but now i find out that IoT may ease my work. I would like to know if it is possible with IoT and a programming language like Node-RED
I have attached some pics of my building model and the sensors.
pylon:
You still didn't answer my question. What does "internet of things (IoT)" means for you?
What kind of Arduino are you using? Why do you think that the NRF24 isn't suitable for your project?
I just saw some tutorials about IoT and know that it can help devices to communicate together in the internet and let data to be stored in a cloud storage. I have read a little about some visual programming language like Visuino and Node-red.
I Use Arduino Uno R3 and was not successful for using multiple sensors with same register key (4XADXL345) By Nrf24 and even i had some data loss!!
I hope IoT can solve my problem.
You know I am new in electronics and any thing i learned was due to self study!
I just saw some tutorials about IoT and know that it can help devices to communicate together in the internet and let data to be stored in a cloud storage. I have read a little about some visual programming language like Visuino and Node-red.
So you read a buzzword and hope it solves your problem. Unfortunately the probability is high it will pose other problems, maybe even without solving your initial problem.
I Use Arduino Uno R3 and was not successful for using multiple sensors with same register key (4XADXL345) By Nrf24 and even i had some data loss!!
A UNO cannot access the Internet without additional hardware.
If you provide a wiring diagram and the used code (don't forget the code tags!) we may be able to solve your problem without additional hardware and buzzword hyping.