|
|
|
|
|
by olva22
3825 days ago
|
|
This is amazing! I've wanted to do some "citizen science" project in waterways around me. For instance, building cheap sensors that detect temperature/water level/salinity/particulates/etc that are so cheap as to be basically disposable. The sensor itself could probably be made for less than $10 these days using various arduino modules, but I'm stuck on how to have the sensors communicate back to a "base station" to collect the information. Cellular-based would probably have great range but who wants to have a phone plan for each sensor! Zigbee may be an alternative, but it may require line of sight. Obviously it'd also have to be low power to work on a LiIon battery, or possibly have a solar panel to harvest power. I believe the only way to make change is to show our impacts on our environment. And local government doesn't have the tech expertise, money or political willpower to suggest that "local business" may be destroying our health (when it's creating jobs!). Anyone have any tech suggestions or organizations that do this sort of thing? |
|
Some of these use cellular service. There are special low-data-rate M2M plans for this. AT&T charges $3.33 a month for 1MB/month if you pay by the year. If you have a protocol that doesn't bloat its data traffic by using HTTP, HTTPS, XML, JSON, and other data hogs to send a few bytes of payload, this works out well.
There's something new called LoRa.[1] This is a standard for low-bandwidth wireless network devices with a claimed 10 mile range. Data rates range from 300 bps to 50 kbps. They run in the 900MHz ISM band, so they have good building and foliage penetration, although the range then drops to a claimed 2-3 miles. Units start around $56 on Digi-Key. There are Internet gateways available, so that many of the little cards can be connected to the wider world.
[1] https://www.lora-alliance.org/