Hello
I have the following problem: I want to monitor the fuel level (coal) in the central heating boiler in the cellar.
My assumptions are as follows:
- an ultrasonic distance sensor will measure the fuel level
- a microcontroller will make the reading available wirelessly (preferably via Wi-Fi) over IP
- optionally, it will also support an additional temperature sensor
I was thinking of using a Raspberry Pi with a USB Wi-Fi module, but it doesn’t have analogue inputs for the distance sensor; besides, I like the fact that it runs on Linux and is fully network-compatible.
Or perhaps an Arduino would be better – here I can connect whatever sensor I want, though the downside is that connecting to Wi-Fi can be problematic, and changing the software requires connecting to a PC.
What would you recommend?
PS. I came across a distance sensor with a serial interface somewhere, but I’m still looking into it.
I have the following problem: I want to monitor the fuel level (coal) in the central heating boiler in the cellar.
My assumptions are as follows:
- an ultrasonic distance sensor will measure the fuel level
- a microcontroller will make the reading available wirelessly (preferably via Wi-Fi) over IP
- optionally, it will also support an additional temperature sensor
I was thinking of using a Raspberry Pi with a USB Wi-Fi module, but it doesn’t have analogue inputs for the distance sensor; besides, I like the fact that it runs on Linux and is fully network-compatible.
Or perhaps an Arduino would be better – here I can connect whatever sensor I want, though the downside is that connecting to Wi-Fi can be problematic, and changing the software requires connecting to a PC.
What would you recommend?
PS. I came across a distance sensor with a serial interface somewhere, but I’m still looking into it.