lostcontrol / poupool

Poupool is an overflow swimming pool control software
GNU General Public License v2.0
8 stars 6 forks source link

Pool cover #4

Closed jaqpot closed 6 years ago

jaqpot commented 6 years ago

Pool cover type

T&A Premium Clean Profile Alu Look (solar) 4.08x9.80 m

Drive system

175 Nm AC motor with pulse counter

Control electronics

RPi

Arduino

-...

lostcontrol commented 6 years ago

We need to have 3 buttons on the Arduino to manually control the cover and set the endpoint(s). Possible with the current electrical panel? Otherwise I can print a case and we can put the Arduino next to the motor. Also, is power with USB enough for the Arduino system or do we need something special for the pulse counter?

lostcontrol commented 6 years ago

Is this just a pulse counter or can we also detect in which way the motor is rotating? In other words, how many signals do we have to read? Only one?

jaqpot commented 6 years ago

It is just a hall effect pulse counter

lostcontrol commented 6 years ago

We could use the same Arduino for both cover and water counter. 1000 Hz sounds like a lot for that motor no? Anyway, the µC should be able to handle that without any problem. We can do the counting in hardware. I hope the signal is clean enough.

Also it would be easier to use the USB serial connection directly instead of I2C for that matter.