Monitoring Industries Using IoT

Monitoring Industries using the power of Internet and automation.

Aug 19, 2018

30720 views

34 respects

Immagine

Components and supplies

1

Jumper wires (generic)

1

DHT11 Temperature & Humidity Sensor (4 pins)

1

PIR Motion Sensor (generic)

1

Arduino Mega 2560

1

Grove - Barometer Sensor (BMP280)

1

Breadboard (generic)

1

Grove - Gas Sensor(MQ2)

1

ESP8266 ESP-01

Tools and machines

1

Soldering iron (generic)

Apps and platforms

1

Blynk

Project description

Code

Downloadable files

The QR code for Blynk Project

Download Blynk App Scan It!

The QR code for Blynk Project

Immagine

Scematics(png)

This is the Scematic of the Project in PNG! Attach MQ2 to the board with Power Pins and Analog Pin(A) connected to pin A0 of Arduino Mega... Also connect Data pin of PIR Sensor to pin 7 of Arduino mega //Configurable in Blynk!

Scematics(png)

Immagine

The QR code for Blynk Project

Download Blynk App Scan It!

The QR code for Blynk Project

Immagine

Scematics(png)

This is the Scematic of the Project in PNG! Attach MQ2 to the board with Power Pins and Analog Pin(A) connected to pin A0 of Arduino Mega... Also connect Data pin of PIR Sensor to pin 7 of Arduino mega //Configurable in Blynk!

Scematics(png)

Immagine

Comments

Only logged in users can leave comments

Immagine
Immagine

Anonymous user

2 years ago

hello vimarsh can u please post the video of the working project ??

Immagine
Immagine

vimarsh

2 years ago

Actually I am making this better with more sensors and using node red.. And will post a new project soon Stay tuned for that..

Immagine
Immagine

vimarsh

2 years ago

Just check if the baud rate of esp01 is same as which u declared in sketch for th communication.. And also try to reboot it or upload the latest firmware for esp.

Immagine
Immagine

Anonymous user

2 years ago

hey i m really stuck my esp-01 is not responding, please help

Immagine
Immagine

Anonymous user

2 years ago

in code u have not used Wifi.begin() and Wire.begin() howcome the wifi module get connected and how will the i2c start? please calrify

Immagine
Immagine

vimarsh

2 years ago

the wire.begin() is done by the bmp.begin() handeled by the library and the wifi.begin() is done by the Blynk library...

Immagine
Immagine

vimarsh

2 years ago

Suggestions and Feedbacks are welcomed....

Immagine
Immagine

vimarsh

2 years ago

This is the new version of this project: http://bit.ly/miUiot2 With Added features!

Immagine
Immagine

Anonymous user

2 years ago

Since Tweeter is free, can it be possible to use Tweeter to inform of the status of the machine?

Immagine
Immagine

vimarsh

2 years ago

Ya Sure! Blynk has the availability to use twitter also.!

Immagine
Immagine

Anonymous user

2 years ago

Well, I wonder how much fires are you going to cause using your equipment when detecting "flammable gasses". Please reconsider using your setup in potentially explosive environments.

Immagine
Immagine

vimarsh

2 years ago

There won't be any such huge fire to burn down the whole industry. For protection over voltage and current protection can be also added. Thanks for suggesting this will improve in next prototype.

Immagine
Immagine

Anonymous user

2 years ago

Nice project keep it up.....

Immagine
Immagine

babarkamal1

2 years ago

Sir kindly tell me that , i if i use arduino uno and wifi module than this project work smoothly???

Immagine
Immagine

Anonymous user

2 years ago

hi vimarsh...how many blynk energy need for this project..??

Immagine
Immagine

vimarsh

2 years ago

I think it's more than 2000 what u get free.. but don't worry make your own one. Just see the code and change the different stuff u need.. add simple value displays rather than the chart which needs more energy.. I am making a better one which doesn't use blynk but node red which will have better UI and no restriction

Immagine
Immagine

Anonymous user

2 years ago

Suggestion: Use a BME280 and throw the DHT11 in the trash. Maybe use the new BME680, which includes a "gas sensor".

Immagine
Immagine

vimarsh

2 years ago

Thanks for the suggestion... I had planned to use it but it's not available in India at proper price and still it's costs more than two bmp280s and Dht 11s... And the sensors I have used are still not precise enough for industries. So they would have to be replaced with industry grade sensors(which are costly for prototype)..

Immagine
Immagine

Anonymous user

2 years ago

Hey , amazing project, can you add jpeg camera , magnetic door lock and use lets say sim800l ? considering lack of internet in many places, that is send sms notifications>?

Immagine
Immagine

Anonymous user

2 years ago

is it necessary to use arduino mega? can i use arduino uno for the same application?

Immagine
Immagine

vimarsh

2 years ago

Yes sure can!

Immagine
Immagine

babarkamal1

3 years ago

Sir kindly tell me that , i if i use arduino uno and wifi module than this project work smoothly???

Immagine
Immagine

Anonymous user

3 years ago

QR code is not working, can you please reactivate it? when I scan it says "Invalid Static Token Format"

Immagine
Immagine

abododo

2 years ago

Same problem

Immagine
Immagine

Anonymous user

6 years ago

is it necessary to use arduino mega? can i use arduino uno for the same application?

Immagine
Immagine

vimarsh

2 years ago

Yes sure can!

Immagine
Immagine

vimarsh

6 years ago

This is the new version of this project: http://bit.ly/miUiot2 With Added features!

Immagine
Immagine

Anonymous user

6 years ago

Hey , amazing project, can you add jpeg camera , magnetic door lock and use lets say sim800l ? considering lack of internet in many places, that is send sms notifications>?

Immagine
Immagine

Anonymous user

6 years ago

hi vimarsh...how many blynk energy need for this project..??

Immagine
Immagine

vimarsh

2 years ago

I think it's more than 2000 what u get free.. but don't worry make your own one. Just see the code and change the different stuff u need.. add simple value displays rather than the chart which needs more energy.. I am making a better one which doesn't use blynk but node red which will have better UI and no restriction

Immagine
Immagine

Anonymous user

6 years ago

hello vimarsh can u please post the video of the working project ??

Immagine
Immagine

Anonymous user

2 years ago

hey i m really stuck my esp-01 is not responding, please help

Immagine
Immagine

vimarsh

2 years ago

Actually I am making this better with more sensors and using node red.. And will post a new project soon Stay tuned for that..

Immagine
Immagine

vimarsh

2 years ago

Just check if the baud rate of esp01 is same as which u declared in sketch for th communication.. And also try to reboot it or upload the latest firmware for esp.

Immagine
Immagine

Anonymous user

6 years ago

in code u have not used Wifi.begin() and Wire.begin() howcome the wifi module get connected and how will the i2c start? please calrify

Immagine
Immagine

vimarsh

2 years ago

the wire.begin() is done by the bmp.begin() handeled by the library and the wifi.begin() is done by the Blynk library...

Immagine
Immagine

Anonymous user

7 years ago

Since Tweeter is free, can it be possible to use Tweeter to inform of the status of the machine?

Immagine
Immagine

vimarsh

2 years ago

Ya Sure! Blynk has the availability to use twitter also.!

Immagine
Immagine

Anonymous user

7 years ago

Well, I wonder how much fires are you going to cause using your equipment when detecting "flammable gasses". Please reconsider using your setup in potentially explosive environments.

Immagine
Immagine

vimarsh

2 years ago

There won't be any such huge fire to burn down the whole industry. For protection over voltage and current protection can be also added. Thanks for suggesting this will improve in next prototype.

Immagine
Immagine

Shahapurv

7 years ago

Nice project keep it up.....

Immagine
Immagine

Anonymous user

7 years ago

Suggestion: Use a BME280 and throw the DHT11 in the trash. Maybe use the new BME680, which includes a "gas sensor".

Immagine
Immagine

vimarsh

2 years ago

Thanks for the suggestion... I had planned to use it but it's not available in India at proper price and still it's costs more than two bmp280s and Dht 11s... And the sensors I have used are still not precise enough for industries. So they would have to be replaced with industry grade sensors(which are costly for prototype)..

Immagine
Immagine

vimarsh

7 years ago

Suggestions and Feedbacks are welcomed....