Support us and view this ad

可选:点击以支持我们的网站

免费文章

  • Platforms: Arduino, Atmel, Cypress, LabVIEW, MATLAB
  • License: GNU General Public License, version 3 or later (GPL3+)
As we witness growth of technology, we can sense both sides of it. With advent of industrial age, onset of massive production and over-exploitation of precious resources, pollution is today one of the most highly debated issue. Prior to controlling anything it is important to measure it and considering this, Inventors explored the measurement techniques and as we can see now many such techniques are available. But a close study of sources of pollution and the pattern in which it is present it comes to view that techniques available today are not enough. All the prevailing techniques are static, their sensors are implanted at a single place and from there they measure the pollution of an area. So, there is a lack of real-time and location-specific pollution monitoring techniques. Considering all these limitations we designed a system which can be implanted in any modes of transportation (municipality buses, state transport) which has a vast network and are accessible to almost every area. Then the data along with the latitude and longitude collected by the system is then being sent to the website and online database with the help of GPRS module. Inventers felicitate the existing air pollution measurement system and designed a better and more reliable air pollution measure system that can be both real-time and location-specific. Here I have implemented 2 case study with there prototype and compared the results : (1) Using direct GPRS module for transmitting data and (2) Using Bluetooth mesh network for the same CASE STUDY 1 : Using GPRS module propose a Mobile pollution parameter monitoring system based on GPS receiver and GPRS module. The proposed system consists of Mobile sensors (GPS-GPRS system, sensor network, development board etc.) Communication channel Base station Data processing centre Users. Users can be anyone who want to access the website either for informative purpose or for research and analytics. 1.  Users This is just an extension of the previous point where the data is processed....

继续阅读完整内容

支持我们的网站,请点击查看下方广告

正在加载广告...
Samyak Jain Pollution Parameters Monitoring System 3

After gathering  all information about module then i connect the module with laptop via USB and started with the Software MODUS TOOLBOX 1.1 & WICED SMART.

Samyak Jain Pollution Parameters Monitoring System 4

After referring the getting started file from Cypress (i will include that in zip file) i will be able to connect all the BLE modules with each other. Then performed information transfer and max range finding experiments.

Finally i will be able transfer data using one Arduino  to second via ble devices and developed this schematic as shown in Fig.2 

Samyak Jain Pollution Parameters Monitoring System 5

Connection details : 

Arduino pin  :   device pin

   A0                :  data pin(MQ2 SENSOR)

   11                  :  MOSI (SDcard reader module) 

   12                 :  MISO (SDcard reader module)

   13                 : CLK (SDcard reader module)

ble module is connected as data required as if we want to transmit data then connect TX to RX and if sending then vise versa.

Formula In the Coding

pow(10,( ((log(rs_ro_ratio)-pcurve[1])/pcurve[2]) + pcurve[0]))

Based on the graph MQ2, the derivation of ppm formula will be:

Y - y1 = m( X - x1)

X= (y-y1)/m + x1

X= (Rs/Ro-y1)/m + x1

log X =(log (Rs/Ro) - y1)/m +x1

X =10^( (log (Rs/Ro) - y1)/m +x1)

*Note: = ppm on the graph

Y= Rs/Ro

 
PROJECT SITUATION :

assume the this modules are installed in public transport along with there location specific IDs and then whenever this vehicle/bus are crossing the 4 cross road or stopped at that time it will transfer all the data with there timing (which are stored in SD card/storage of mobile device) to near by base station where we have constant internet connectivity (already is there right now) and that data will be transferred on internet for further analysis and predictions.

case 1 : Why this mesh network is better than inbuilt GPRS module ?

GPRS can not able send the all data due to NETWORK connectivity of SIMCARD or due to weather reasons.

Samyak Jain Pollution Parameters Monitoring System 6

Samyak Jain Pollution Parameters Monitoring System 7

Samyak Jain Pollution Parameters Monitoring System 8

Samyak Jain Pollution Parameters Monitoring System 9

Samyak Jain Pollution Parameters Monitoring System 10

Samyak Jain Pollution Parameters Monitoring System 11

Samyak Jain Pollution Parameters Monitoring System 12

 

Schematics and circuit diagrams

Transmitter

 project 945 schematics file 8963164 

Code


Login