Today I assisted to a First Lego League event where the teams (of kinds between 12 and 16 years old) have to present some scientific and make a robot with lego parts.
One of the projects caught my attention:
The kids proposed to install raspberry pi's in the forest forming a grid with an humidity and temperature sensor which will be sending the data to a central server so if a fire starts the firemen can know exactly where it is, making it easier to drop water with a plane in a very short amount of time.
It's actually a very interesting project, because in Catalonia 60% of the land are forest and it's a hot and dry place, so fire is a real problem and the response time when a fire starts is very important.
The problem I see is that they don't really know how to connect the pi's. They said that it would be really cheap (40-50€ per unit) but they where also saying something about sending the data via satellite, which I think would be incredibly expensive.
The units would be like 20 meters apart on the top of the trees, so I thought that maybe the optimal solution would be to make wireless ad-hock connections between the pi's; given that they need very few bandwidth (just sending 2 numbers like every minute) it might work, but the price per unit would be north of 100€ if you have to buy capable wireless adapters and a USB hub to power them.
So I remembered that dd-wrt uses a linux kernel, and the question is: would it be possible to connect the humidity and temperature sensor to a cheap router with dd-wrt and then code a simple program to retrieve the data from the sensors? That would be like 50€ per unit + the power supply (they want to use small solar panels)
Do you think that it's possible? I mean running the program in the router and making a huge wireless network with a lot of dd-wrt routers.
One of the projects caught my attention:
The kids proposed to install raspberry pi's in the forest forming a grid with an humidity and temperature sensor which will be sending the data to a central server so if a fire starts the firemen can know exactly where it is, making it easier to drop water with a plane in a very short amount of time.
It's actually a very interesting project, because in Catalonia 60% of the land are forest and it's a hot and dry place, so fire is a real problem and the response time when a fire starts is very important.
The problem I see is that they don't really know how to connect the pi's. They said that it would be really cheap (40-50€ per unit) but they where also saying something about sending the data via satellite, which I think would be incredibly expensive.
The units would be like 20 meters apart on the top of the trees, so I thought that maybe the optimal solution would be to make wireless ad-hock connections between the pi's; given that they need very few bandwidth (just sending 2 numbers like every minute) it might work, but the price per unit would be north of 100€ if you have to buy capable wireless adapters and a USB hub to power them.
So I remembered that dd-wrt uses a linux kernel, and the question is: would it be possible to connect the humidity and temperature sensor to a cheap router with dd-wrt and then code a simple program to retrieve the data from the sensors? That would be like 50€ per unit + the power supply (they want to use small solar panels)
Do you think that it's possible? I mean running the program in the router and making a huge wireless network with a lot of dd-wrt routers.
Last edited: