Somali_Physicist
- 117
- 13
Does anyone know how i can send information to the web through motion sensors?
The discussion revolves around the integration of motion sensors with WiFi technology to send data to an online database. Participants explore various methods and technologies for achieving this, including the use of commercial sensors versus DIY solutions, as well as the software requirements for data manipulation.
Participants express differing views on whether to use commercial sensors or build a system from scratch. There is no consensus on the best approach to connect the sensors to a database or manipulate the data effectively.
Participants highlight various technical aspects and potential limitations, including the need for programming knowledge and the complexity of integrating sensors with databases. Specific assumptions about the capabilities of commercial sensors and the requirements for data manipulation are also present.
This discussion may be useful for individuals interested in IoT applications, motion detection systems, and those seeking to integrate sensors with online databases for data analysis.
I want to basically check if someone walked into a room, so if X enters or leaves a room , uptick 1.If X leaves a room uptick -1. However i want the upticks to be sent to an online database.Borek said:Please elaborate, this is rather ambiguous so far.
In general you should connect the sensor to something capable of both reading the sensor state and forwarding the information. Arduino with WiFi shield, ESP2866 module, Raspberry Pi (Zero should be enough) - something like that.
but i want to use a commercial wifi sensor.Building it my self would involve liabilities since i am selling a system.Borek said:OK.
My advice still holds.
Somali_Physicist said:but i want to use a commercial wifi sensor.Building it my self would involve liabilities since i am selling a system.
Kind of , i want to be able to manipulate the data.Also i want to be for small rooms , thus if it shouldn't detect motion past a limited angle.(The latter could probably be fixed with just fancy cardboard.anorlunda said:Do you mean something like this? https://www.amazon.com/dp/B07F7D557R/?tag=pfamazon01-20
If you don't already know how to design it, it may make sense to become a retail reseller of a product that other people already make.
Somali_Physicist said:Kind of , i want to be able to manipulate the data.
anorlunda said:Manipulation would typically be done in the smart phone app that received the data.
The software part, how could i send raw data into my computer so i can manipulate with a database software.Borek said:So is the problem with manipulating the data, connecting existing WiFi sensor to the database on some computer, or about making a sensor that is able to send the information to the database?
Or is it all at the same time?
Somali_Physicist said:The software part, how could i send raw data into my computer so i can manipulate with a database software.