Тёмный

Humidity and Temperature Monitoring with Raspberry Pi and New Blynk2.0 IoT App and Web Dashboard 

SME Dehradun
Подписаться 4,6 тыс.
Просмотров 18 тыс.
50% 1

Наука

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 66   
@NaoufelGasmi
@NaoufelGasmi 8 месяцев назад
You deserve a subscribe, and a big like. I was searching for months on youtube, because I'll use raspberry pi & iot for my master graduation project, my project contains Ph sensor, two injectors, camera and a volume detector.
@SMEDehradun
@SMEDehradun 8 месяцев назад
Thanks 🙏
@draudeyy
@draudeyy 10 дней назад
Hi, do you know how to solve the AF_INET (host, port) error. I've been following your video but I encounter this problem over and over again
@SMEDehradun
@SMEDehradun 10 дней назад
AF_INET(host, port) error is encountered while raspberry pi code is trying to connected through Internet Protocol version 4 (IPv4) socket (AF_INET). 

Try to check Check Firewall or Network Restrictions or if you can provide the internet to raspberry pi through other hotspot or wifi.
@shirinmohammadian9219
@shirinmohammadian9219 5 месяцев назад
Hello What a great video tutorial🙂 thanks a lot🙏 How can I apply this tutorial to the ds18b20 sensor?
@SMEDehradun
@SMEDehradun 5 месяцев назад
Connect the DS18b20 with raspberry pi analog pin, add the code and that’s it.
@shirinmohammadian9219
@shirinmohammadian9219 5 месяцев назад
@@SMEDehradun Great! If I want to connect a type K thermocouple to it in a way that also integrates with the Blynk software, what should I do?
@SMEDehradun
@SMEDehradun 5 месяцев назад
Connect & update the code for thermocouple. That’s it.
@nnamdizobeashia7320
@nnamdizobeashia7320 4 месяца назад
I have a pressurized containers that stores valuable hardware in a warehouse. I need to monitor the pressure, temperature, and humidity inside the container remotely to prevent any damage to the equipment. IoT solutions seem promising, but I'm looking for a stable and reliable way to do it. Any suggestions?
@SMEDehradun
@SMEDehradun 4 месяца назад
You can use Precise sensor with ESP32 or STM32 board for best performance.
@nnamdizobeashia7320
@nnamdizobeashia7320 4 месяца назад
@@SMEDehradun can we discuss or chat
@SMEDehradun
@SMEDehradun 4 месяца назад
Drop your query here.
@nnamdizobeashia7320
@nnamdizobeashia7320 4 месяца назад
@@SMEDehradun i need your guide on how implement it but i need a personal chat with you thats if you dont mind
@SMEDehradun
@SMEDehradun 4 месяца назад
Drop mail at schematicslab@gmail.com
@danagood6227
@danagood6227 8 месяцев назад
Hello, is this still works or there's a new one? I'm amazed by your works & planning to do this later! Anyway, thank you
@SMEDehradun
@SMEDehradun 8 месяцев назад
It’s working with new blynk2.0
@danagood6227
@danagood6227 8 месяцев назад
@@SMEDehradun Alright, big thanks ❤️
@SMEDehradun
@SMEDehradun 8 месяцев назад
🙏
@HIMANSHUMISHRA-yf5bm
@HIMANSHUMISHRA-yf5bm 10 месяцев назад
I want to use this with bmp280 sensor will it work properly ,what changes I have to make?
@SMEDehradun
@SMEDehradun 10 месяцев назад
It will work.
@xbfksk
@xbfksk Год назад
which vesion of raspberry pi is this? I tried to follow your video with raspberry pi version4. but there's some problem that I cant connect wifi. I have no idea what "Wifi" means here. I'm just novice😅 Isnt this Wifi means that i'm connecting with my laptop?
@SMEDehradun
@SMEDehradun Год назад
These video can help you. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-SbY0Y51e2uM.html ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5QBFDO5xoZI.html
@hadiljlassi7456
@hadiljlassi7456 10 месяцев назад
Very helpful and clear , thank you so much
@SMEDehradun
@SMEDehradun 10 месяцев назад
🙏
@rafizaabdulrahman4073
@rafizaabdulrahman4073 Год назад
Hi. How many input sensors could this RPi read. If 1 have 7 RH & Temp sensor could it identify all those sensors.
@SMEDehradun
@SMEDehradun Год назад
You can read the sensors as per the available pins in the RPI. Check the datasheet of the RPI.
@SMEDehradun
@SMEDehradun Год назад
Hi, I have fixed a link bug for the programming code for raspberry pi. Now you can connect your raspberry board with New Blynk Cloud..
@ShashankGowdaR-x1k
@ShashankGowdaR-x1k 5 месяцев назад
Hi, I'm facing an issue, I'm not able to connect to the Blynk platform. Could you please help me resolve the issue
@SMEDehradun
@SMEDehradun 5 месяцев назад
What’s the problem you are facing.
@carma42
@carma42 Год назад
Using your exact script and edited a bit to get it to show Fahrenheit which it does while ssh in but Blynk shows Celsius even though I have set everywhere I can find on Blynk to Fahrenheit. Thoughts? I have a reply post on the Blynk forums but no answer yet.
@SMEDehradun
@SMEDehradun Год назад
Pass the variable that’s stored Fahrenheit values to the V0 & V1.
@carma42
@carma42 Год назад
@@SMEDehradun can you give more detail. I'm not 100% sure what you mean
@SMEDehradun
@SMEDehradun Год назад
The send the value of the variable in which you have stored the Fahrenheit temperature to virtual pin of blynk. Simple. And also print that to serial monitor so that you can see the results.
@carma42
@carma42 Год назад
It runs the correct value for a while then all of a sudden gets the below error with this edit - blynk.virtual_write(0, humidity,) blynk.virtual_write(1, temperature * 9/5 + 32). Here's the error - Temp=71.8F Humidity=33.6 Values sent to New Blynk Server! Sensor failure. Check wiring. Traceback (most recent call last): File "/home/carma/blynk-library-python/DHT22_NewBlynk2.py", line 46, in timer.run() File "/home/carma/blynk-library-python/BlynkTimer.py", line 87, in run [t.run() for t in self.timers] File "/home/carma/blynk-library-python/BlynkTimer.py", line 87, in [t.run() for t in self.timers] File "/home/carma/blynk-library-python/BlynkTimer.py", line 128, in run self.func() File "/home/carma/blynk-library-python/DHT22_NewBlynk2.py", line 38, in myData blynk.virtual_write(1, temperature * 9/5 + 32) TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
@carma42
@carma42 Год назад
I know thats a lot but I have scoured the blynk community and asked there but no attempts from suggestions there have any better outcome. Thank you very much in advance.
@xbfksk
@xbfksk Год назад
Do you know how to slove BeagleBone Black error? i keep facing this error in many times of retry.
@SMEDehradun
@SMEDehradun Год назад
Haven’t worked with BeagleBone.
@xbfksk
@xbfksk Год назад
@@SMEDehradunme either😢 but i dont know why there's BeagleBone Black error in turminal page...
@Ali-gm5hn
@Ali-gm5hn 5 месяцев назад
how can i use raspberry pi 5 i2c ? it has difference between raspberry pi 4
@SMEDehradun
@SMEDehradun 5 месяцев назад
Yes. You can use same script in your raspberry pi. It will work in similar manner.
@RoboGenius
@RoboGenius Год назад
very helpful, thank you
@SMEDehradun
@SMEDehradun Год назад
🙏
@Kritsalos
@Kritsalos Год назад
Nice tutorial unfortunately Adafruit_DHT is now obsolete and replaced.
@SMEDehradun
@SMEDehradun Год назад
There are lots of library available for DHT sensor that works fine.
@Kritsalos
@Kritsalos Год назад
@@SMEDehradun I tried the new adafruit_dht. Unfortunately it doesn't work as it returns error on the adafruit_dht_read line. Have a look I would be interested in a working solution
@ramit_arko
@ramit_arko Год назад
@@Kritsalos @SME Dehradun It worked for me, but unfortunately couldn't get the data on blynk web and app. On terminal it shows the values by using adaruit_dht library. I can share the codes, can you help me find out where did I do wrong? btw I was using DHT22 Sensor and raspberry pi 4.
@SMEDehradun
@SMEDehradun Год назад
Hmmm Drop the mail with code & snapshot of the output you are getting at schematicslab@gmail.com
@rubencaspary3621
@rubencaspary3621 6 месяцев назад
Same here AdafruitDHT not working
@HoangNguyen-fd7te
@HoangNguyen-fd7te Год назад
How can I connect blynk v1 with custom server using this code
@SMEDehradun
@SMEDehradun Год назад
Custom server?
@HoangNguyen-fd7te
@HoangNguyen-fd7te Год назад
@@SMEDehradun yes . Custom sever in blynk v1
@SMEDehradun
@SMEDehradun Год назад
Now blynk V1 is not available.
@HoangNguyen-fd7te
@HoangNguyen-fd7te Год назад
@@SMEDehradun I am using ESP8266 and ESP32 but not use on RASP
@SMEDehradun
@SMEDehradun Год назад
But you can work on Blynk2, blynk1 is not available
@hemanthsaiyakkati
@hemanthsaiyakkati 8 месяцев назад
Values are coming in laptop but not coming in mobile phone
@SMEDehradun
@SMEDehradun 8 месяцев назад
Check your blynk credentials and put in the code & and then try.
@edmond5186
@edmond5186 8 месяцев назад
NPK sensor please sir🥹
@SMEDehradun
@SMEDehradun 8 месяцев назад
I don’t have NPK Sensor. You need to courier the sensor to me.
Далее
Борщ в стиле высокой кухни!
00:57
Как ответит Siri, Google и Алиса?
0:34
Куда пропал Kodak?
1:01
Просмотров 12 млн