Hello there,
Building my first PCB as an electronics enthusiast and would appreciate some input from the community. As an overview, I aim to replace an existing PCB in a battery-operated smart water device to remove it from the cloud. The device has 2 outlets, each with a latching solenoid and flow meter.
Some other details about this build:
Where I would like some feedback is around finding a voltage regulator. I don't know if I can achieve what I want through a single regulator with an always-on and switchable output or if I need to stick with 2 or more.
Hopefully I've captured everything relevant here, let me know if I can provide any further info!
Building my first PCB as an electronics enthusiast and would appreciate some input from the community. As an overview, I aim to replace an existing PCB in a battery-operated smart water device to remove it from the cloud. The device has 2 outlets, each with a latching solenoid and flow meter.
Some other details about this build:
- I'm reasonably limited in depth/height of the board and its components
- The circuit consists of the below power-consuming devices:
- 2 x latching solenoid (each 3.3v)
- 2 x water flow meter (each 3.3v)
- 1 x ESP32-S3-WROOM-U1
- 5 x SMD LEDs
- The input voltage of the circuit is 6v supplied via 4 x AA size batteries
- Being a tap timer/flow meter, this unit will live outside. In my case, it faces the west and cops the harsh afternoon sun (I hail from Australia). I mention this because I'm not sure if it will impact the thermal consideration of any components discussed here.
- Testing via breadboard and a benchtop power supply, using an ESP8266 in the absence of owning the ESP32 (32 uses more energy), the total load was approx 280mA.
Where I would like some feedback is around finding a voltage regulator. I don't know if I can achieve what I want through a single regulator with an always-on and switchable output or if I need to stick with 2 or more.
- The first regulator would provide a constant 3.3v to the ESP32-S3-WROOM-U1. This chip will use no more than 355mA peak, at idle I am not 100% sure but believe it would be approx 20-30mA. I was looking at the AMS1117-33 for this application.
- The chip would remain "fully active" when one of the solenoids is opened, and wake up for 10-15 seconds every 15 minutes to check and confirm there is no water flow when the solenoids should be closed.
- The second regulator would be controlled via a GPIO pin. The idea here is that the flow meters should only get power when a solenoid is open or for a brief period every 15 minutes as noted in the above dot point. I've found a few options online such as the ST LD39200/LD39100 which are likely overkill.
- The second regulator would also provide power to the h-bridge controlling the solenoids and the solenoids themselves. The h-bridge is something I have never worked with and want to post separately to stop my brain from exploding.
- The solenoids only need to be active for 500ms at most to open or close.
Hopefully I've captured everything relevant here, let me know if I can provide any further info!