Oh wow, that's really nice. I wish I'd known about that before I tried to make my own sensors with an ESP32, MicroPython, and a bunch of stuff from Adafruit.
Very cool stuff, I'll share this with my coworkers and social group :)
Would you mind giving me an idea of how I might go about procuring some sensors like this for myself? I’m at a loss for how to even search for one especially that gives signals I can parse myself rather than through some special software or proprietary machine. I’d love to be able to feed this stuff into code and mess around with it!
Hadn't heard of that but built something similar by adapting tutorials from adafruit for their microcontrollers, lcds, air quality sensors, starting with https://learn.adafruit.com/adafruit-trinkey-qt2040
If anyone is interested it seems you can find (more or less reliable) sensor modules for about $20, such as the MH-Z19, and read it from to an arduino or esp.
I'm kinda curious. What kind of sensors? (If you're able to divulge it that is; which given how you've phrased it, I wouldn't be surprised if you're under NDA or similar)
I’ve built a few ESP8266[0] (so not Ardunio but same space) based sensors and have them distributed throughout a building so we can see how changes in one part affect the temperature and humidity in other parts.
They’re very cheap to build (we only use the project boards to prototype, final builds are on PCBs) and they can be run on small batteries when they’re just doing simple data collection.
Thanks, that is my plan too, add as many sensor as I could!
For the moment I have a microphone, a water level and a couple of temperature sensors waiting for a microcontroller.
Could you link a couple of links to resources you found useful? I haven't look at it properly but when I try to search I was a bit confused and not sure on where to start
a temperature sensor was actually my first use of it (and i will continue to build a couple as remote sensors) - basically, i've been adding more and more sensors just to see how much it could take.
now, i'm having to build out PCB's to support everything (including the voltage regulators to 3.3v and 5v), as i've outgrown breadboards.
Very cool stuff, I'll share this with my coworkers and social group :)
reply