Тёмный

Super useful sensor you've never heard of! (Probably) 

ItKindaWorks
Подписаться 25 тыс.
Просмотров 40 тыс.
50% 1

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

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 68   
@redoverdrivetheunstoppable4637
i have it, i found it to be very unprecise, but sensitive somehow, the results (at idle especially) vary a lot with other factors (like also re-power it up), the one you have has apparently a bit of external circuitry, the one with just the pigtail needs a transistor to power the LED at calculated pulses and a bit of filter on the power rails (peek the datasheet)... i think it's enough for smoky ambients to automate the venting
@alexanderprasetyo5243
@alexanderprasetyo5243 4 года назад
A great project and fun to do! So, i'm doing to try out this project but which application do you use to run the code? Thanks.
@duckclaw_
@duckclaw_ 4 года назад
what does the dust sensor detect pm1.0, pm2.5 or pm10?
@shanebekker
@shanebekker 4 года назад
Thanks for this older tutorial. Already made some of your cool regulator things but when I connect a Wemos Mini Lite 5v and gnd to the regulator the Wemos reboots and hangs? Any ideas?
@tablatronix
@tablatronix 6 лет назад
I would just power it with 5v and use a voltage divider for the analog out, seems easier.
@ItKindaWorks
@ItKindaWorks 6 лет назад
Well yeah probably haha. But I didn’t think of that at the time ;)
@holongcheung535
@holongcheung535 4 года назад
Do you have the code when I want to show the results on OLED display?
@Ed19601
@Ed19601 4 года назад
Wonder if just having a hole is enough to get a representative air sample
@easwaran83
@easwaran83 4 года назад
Interesting video, I see out of this sensor is ug/m3, but AQI is generally mentioned in the range of 0-500 scale. What is the formula/algorithm to convert ug/m3 to AQI scale?
@ItKindaWorks
@ItKindaWorks 4 года назад
No idea. This is a simple mans channel. math != kinda works
@KarlMiller
@KarlMiller 4 года назад
Do particles and /or dust get accumulated in the sensor case? Will it degrade in performance or accuracy over time or in a dirty environment?
@ItKindaWorks
@ItKindaWorks 4 года назад
Yes definitely. This is a cheap sensor with no mitigation for particles. You'd need to clean it periodically.
@jackalpha8844
@jackalpha8844 4 года назад
what is the app that u are using
@jayzaelani1168
@jayzaelani1168 4 года назад
how to calibrate the gp2y1010au0f dust senor in labview??
@electronic7979
@electronic7979 6 лет назад
Useful video
@hbp437
@hbp437 4 года назад
Does that code work on windows
@jayzaelani1168
@jayzaelani1168 4 года назад
what is the value of this analog sensor input??
@taranagnew436
@taranagnew436 4 года назад
could you use the dust sensor to let you know when its time to clean a room?
@taranagnew436
@taranagnew436 3 года назад
hello?
@jackalpha8844
@jackalpha8844 4 года назад
is that the sensing device called PSD
@leberkassemmel
@leberkassemmel 6 лет назад
Basically just a fire detector, but interfacible with other electronics. But kinda cool.
@pwnmeisterage
@pwnmeisterage 6 лет назад
An optical dust sensor. Can detect dust and particles. Cannot detect gasses (CO, CO2, ozone, NOx, etc). Cannot detect heat. Might detect smokes (and even pollens) but not as well as a proper safety detector. It also only offers modest sensor resolution, this five dollar part can be pretty fun and useful but it's definitely not laboratory precision.
@flickmew99
@flickmew99 2 года назад
why everyone using microseconds? from what I see in the datasheet the sensor use miliseconds
@saurabhprasad8212
@saurabhprasad8212 5 лет назад
Can we show this output on an LCD screen?
@heikosoeder
@heikosoeder 5 лет назад
Yes in banggood U become a Kit dir 18 Dollars its portable than
@james10739
@james10739 6 лет назад
Great name but why have you been sitting on that sensors that can't be good for it
@oleksandrgrytsenko
@oleksandrgrytsenko 6 лет назад
The graph looks like a moving average filter output for me.
@ItKindaWorks
@ItKindaWorks 6 лет назад
The filter function definitely is running a moving average but upon startup the moving average simply fills all array slots with the first value. Given that's what the code is doing, I still think there is some "warmup" time or something like that (ie sensor related rather than code related).
@vincentbandojo5686
@vincentbandojo5686 3 года назад
do you have diagram Sir ?
@Ed19601
@Ed19601 6 лет назад
Interesting. Tnx for that
@AnonymousDeveloper1
@AnonymousDeveloper1 5 лет назад
It is nice video tutorial but it would be better if you use regular ATmega microcontroller than Arduino or at least create the second video with pure ATmega :)
@TGameMaster1993
@TGameMaster1993 5 лет назад
I hope you know Arduino boards use ATmega microcontrollers. There is no point in making a breadboard circuit with another ATmega uC and flashing that one, when you have a well build and simple to use board like Arduino. You even have ISP header on it, so if you want to program the chip using external programmer and other software, like Atmel Studio, you can do that.
@Harani66
@Harani66 5 лет назад
You say it can handle 5v. Couldn't you just run it off 5v and use a resistor voltage divider to get the 0-3.3v output.
@oscarpeters1351
@oscarpeters1351 5 лет назад
Glen Beestone you can also use a bi-directional levelshifter to get your 5v signal to 3,3v signal
@tablatronix
@tablatronix 6 лет назад
Nice QVC cam, hah
@greskalarud
@greskalarud 6 лет назад
Hi - what is the name of the "Real Time Graphing" tool?
@ItKindaWorks
@ItKindaWorks 6 лет назад
It's called Grafana. It's been my go-to home data visualization tool for a couple months now
@greskalarud
@greskalarud 6 лет назад
ItKindaWorks looks amazing, think about video about it.... Do you run them (I mean Grafana and DB) on Synology?
@ItKindaWorks
@ItKindaWorks 6 лет назад
I've been thinking I should! I've basically been "testing" it for the past few months because I always end up running into some annoying issue with whatever platform I use (I used to use easyIoT, thingsboard, and home assistant at different times) so I wanted to make sure I liked it before making a video about it haha. But It's been solid for a while so it's probably about time.
@JOSCHLI1304SVideosundTutorials
Hey, does somebody of you know how I can connect this sensor to a Raspberry Pi? Is there a documentation for Raspberry Pi and this sensor?
@browaruspierogus2182
@browaruspierogus2182 6 лет назад
thats strange arduino like code. why not use rtos which has tons of libraries
@ItKindaWorks
@ItKindaWorks 6 лет назад
This channel is largely aimed towards the enthusiast community who have lots of experience with Arduino. RTOSes are generally a bit out of reach for the general home DIY electronics tinkerer. Plus it makes prototyping easy ;)
@browaruspierogus2182
@browaruspierogus2182 6 лет назад
that's why at some point everyone will get stuck on Arduino that is incompatible with non-AT Mega chips and practical libraries will not be supported. I had more problems with Arduino compatibility issues than running a tiny nice multitasking program on rtos. This does not pertain to Arduino uno/nano/due etc boards but ESP
@ItKindaWorks
@ItKindaWorks 6 лет назад
I'm not sure which libs you've had issue with but I have generally had excellent luck with ESP support. I don't doubt there are some that are incompatible but usually those are ones that need somewhat specific hardware timers on a given device but that crops up with any platform. In general Arduino libs have great compatibility and Arduino has been ported to hundreds of different boards. It's all up to personal preference though
@browaruspierogus2182
@browaruspierogus2182 6 лет назад
Arduino runs on rtos in esp case. you cannot use 90% of board powerful capabilities and people who make libs for arduino actually port them from rtos or more complex stuff must be rewritten. it is just for basic learning stuff which is fine but to go higher level you must step out of arduino into rtos
@Alacritous
@Alacritous 6 лет назад
Browarus Pierogus cool story, bro.
@james10739
@james10739 6 лет назад
I believe most smoke detectors work with a similar sensor
@ItKindaWorks
@ItKindaWorks 6 лет назад
Similar, but I sure hope they use better hardware than this sensor haha. I think those optical smoke detectors have some fancier abilities built in as well.
6 лет назад
Just write the name of the sensor in the title
@ItKindaWorks
@ItKindaWorks 6 лет назад
Now where is your sense of adventure my friend?
6 лет назад
:) I do not want every video to try to address my sense of adventure. This just feels like clickbait. It would be really time-saving if you just put the name of the sensor at the end of the title. You will probably reach a higher-quality audience this way.
@Alacritous
@Alacritous 6 лет назад
Turgut Sarıçam don't be a twat.
Далее
#135 Radar Sensors / Switches: Comparison and Tests
16:11
1 Subscriber = 1 Penny
00:17
Просмотров 46 млн
Тестирую гаджет для роллов! 🙈
00:42
Hacking a weird TV censoring device
20:59
Просмотров 3,1 млн
Cheap as chips! The Keystudio PM2.5 Particle Sensor
11:26
Measuring Air Quality with ESP32 & Arduino
1:01:13
Просмотров 114 тыс.
HOW TO SOLDER! (Beginner's Guide)
22:03
Просмотров 728 тыс.
Your USB-C Cable probably SUCKS! Sooo is that Bad?
10:54
The Petabyte Pi Project
22:27
Просмотров 2,2 млн