G
G
German Mikheev2022-01-30 18:35:30
Arduino
German Mikheev, 2022-01-30 18:35:30

Weather station via Raspberry Pi, which is better to do - via Arduino or via Raspberry Pi GPIO?

Hello dear readers of this issue!
I have a very big question for you.
To begin with, I will tell you what is required from a "weather station":
1. Connecting photoresistors (using a breadboard) to check the light (On - Off)
2. Water temperature (using a thermometer, respectively)
3. Water pH (using a pH meter)
4 turn on and off the lamps and the pump (using the button on the raspberry pie)
5. Make an interactive application .exe or .cfg
There are two ideas how to do this:
1. sensor - arduino - raspberry - application (possibly web)
2. sensor - raspberry - app (maybe web)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
paran0id, 2022-01-30
@paran0id

Sensor - raspberry - application. No need for Arduino. We take sensors with i2c, look for python modules, write simple software. We hang relays or transistors on gpio. For beautiful visualization, you can use grafana, I did prometheus + grafana, I wrote exporters myself, there is something on github.

K
kalapanga, 2022-01-30
@kalapanga

You forgot the third possible option - without raspberries. Especially if you take ESP instead of the classic arduino.

A
Anton Shamanov, 2022-02-02
@SilenceOfWinter

I made a block based on the Wemos D1 mini (ESP-8266) arduino-like controller. All content is generated on the client by js, I just uploaded the application to flash(4mb). Design https://purecss.io + reactive content https://mithril.js.org , after compressing the files, the whole application took less than 2mb.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question