SequoiaSan / FlipperZero-Wifi-ESP8266-Deauther-Module

DSTIKE Deauther for FlipperZero as module based on ESP8266
Other
416 stars 28 forks source link

AMS1117 and the 5V port #5

Open Megarushing opened 1 year ago

Megarushing commented 1 year ago

Describe your changes Change the destination port through the AMS1117 to the 3.3V instead of the 5V

Location README.md

Additional context Reading the documentation to implement the board prototype I ran into the restart issues as you mentioned in the docs, the image going out of the AMS1117 shows the Vout going directly to the 5V port, but since AMS1117 drops the voltage to 3.3V shouldnt it be going into the 3.3V port in order to feed it?

I also got around the reboot issue by adding a 10uF capacitor between 5V and GND instead of the AMS1117. Borrowed that idea from the NRF24 project I built recently. Did not have the reboots since then, so might be a cheaper and faster alternative.

Also. I would like to ask, is there any reason we are feeding using the 5V port on flipper instead of the 3.3V port? Maybe current?