Hi,
Thanks for your reply.
I'm having major power issues when the EPS32 initiates wifi. With other devices connected to either vin(5v) or 3.3 v from the ESP32 and the board powered via USB it works fine. As soon as I switch to an external power source, I get brown outs and resetting. That's why I'm trying to isolate all of the other components and power them up after the ESP32 is stably connected.
Ive had all of the devices working fine powered through the USB cable and the project was essentially finished until I tried to power it externally, so I'm now tying to wrestle with the best way to do this.
This is actually the first schematic I've made and as you've pointed out theres a few issues
Wawa:
About the HX711.
It draws <1uA in power-down mode (PD_SCK pin high), so why switch it's ground pin.
The ESP32 is a 3.3volt processor.
You must use a HX711 board with separate 5volt analogue and 3.3volt digital supply, like the one from Sparkfun.
Or separate/cut the two supplies on the board yourself.
Thanks for the info regarding power down mode. It's good to know and I might try to utilize that instead of having the HX711 switched through GND. I actually do have the module that uses 5V VCC and 3.3V logic. I just used the wrong one in the schematic because I was foolishly trying to rush
Wawa:
RFID reader? No experience.
SPI and I2C :o
MOSI accidentally connected to VCC? :o
Thanks for picking up the MOSI/VCC crossover. My mistake. What is wrong with using SPI and I2C? The module appears to be working well when powered through USB. Is there a potential issue there I should be careful of?
Wawa:
9volt connected to the V-in pin of the ESP32 board :o
That will fry it's 3.3volt regulator.
I'll admit I wasn't too sure about this one. I've read that the onboard regulator can handle up to 20V on vin, but was a little apprehensive about jumping so high (The board is the Esp32 DevKitC WROOM 30pin). I'm waiting on an adjustable power supply so I can start the voltage at 5-6V and crank it up if necessary.
Wawa:
RFID powered from the same 3.3volt supply? :o
It's been working perfectly of 3.3V pin when powered through USB
Wawa:
R2 to 3.3volt? :o
Oops.. This should be connected to GND right... Thanks!
Wawa:
I think you need to take a few steps back and start with powering that ESP32 board from a 5volt cellphone charger, connected to the USB socket (not 9volt!).
Then get (or mod) a HX711 board with two supply connections, and power it's analogue part from the 5volt pin of the ESP and it's 3.3volt logic pin from the 3.3volt pin of the ESP.
See if you can get that working before you move on to the RFID module.
Leo..
Appreciate your advice. As I said I'm just having major dramas getting this project powered externally. I'm hoping if I can get this low-side switching circuit working properly I can get this project deployed and learn a hell of lot in the process