Skip to content
Nicolas de Barquin edited this page Jun 11, 2022 · 2 revisions

Les voltages à considérer:

  • Arduino et relay en 5V
  • Power supply 12V 20A pour les valves
  • 220V pour la pompe.

image

Ok, donc

  • Multiprise
  • Power sup. 12V 30A, si 8 valves en même tps = 24A, plenty power left pour les leds.
  • Power sup. 5V par usb, 3x 2A. Pour arduino et relais. Très large aussi.

Conso d'un relai

Dimensionnement du power supply en 5V.

They don't say how much current the relays need so the first step is to find the relay specifications: http://www.circuitbasics.com/wp-content/uploads/2015/11/SRD-05VDC-SL-C-Datasheet.pdf

The "L" in SRC-05-SL-C means 0.36 Watts. Since Watts is Volts times Amps we can divide by Volts to get Amps: 0.36 / 5 = 0.072 = 72 mA per coil. * 8 = 575 mA

That means you CAN'T power all 8 relays from an Arduino if the Arduino is running off USB power (500 mA). If the Arduino is running off a 7-12V power supply you should be able to use the Arduino 5V power to activate the relays.

image

Conso d'une valve et raccordement?

Modèle : 2W-025–08 Heschen Laiton électrique Électrovanne 1/4 PT DC 12 V Direct Action de l'eau Air gaz normalement fermé
image

Voici une table qui reprend les différents courant en fonction de la tension appliquée. Tension -> Courant 6V -> 1.6 A 7V -> 1.86 A 8V -> 2.0 A 9V -> 2.3 A 10V -> 2.5 A 11V -> 2.7 A 12V -> 3 A
https://shop.mchobby.be/fr/autres-senseurs/1365-electrovanne-laiton-12v-12-3232100013650.html

warnings

valves

attention à la "tension de retour" ?? feedback lorsque l'on relâche le solenoid, une surtension peut remonter vers les relais.
Il est conseillé d'ajouter une diode. image

common ground

Make sure that the power supply, Arduino, MOSFET, DFplayer and audio connection share the same common ground. Also make sure the 12V is connected to the right pin (Vin) on the Nano.
Make sure you have the polarization of 12V and ground of the power supply and the LEDs right.

Clone this wiki locally