Hi,
I'm a newbie. For my Arduino Nano clone (ch340) project, I'm trying to connect temperature and humidity sensors and a display with a keyboard that have 3.3V power. Their total load is about 65 mA and I expect to power them from the 3v3 pin. Is it possible to make this work properly?
Thank you! Your advice is important to me.
-
The best way to answer this is, since 65mA is so low that if the Nano could not supply this, the board is total crap.
-
Confident you will be just fine at taking 65mA from your 3V3 pin.
Thanks for your answer! No, I'm not sure, that's why I asked the question.
- I am “Confident you will be just fine at taking 65mA from your 3V3 pin”.
Thank you! I hope.
Why not add an external 3.3V regulator with a maximum you do know?
For example MCP1700-33, HT7333
Thank you! I wanted it directly from Nana.
Actually, no, not from a Nano - CH340. On that board the 3.3V supply is provided by the CH340, and the current limit is something like 30mA. The CH340 datasheets I've seen don't spec that, but I think 30mA is commonly accepted. But you can test that yourself with various resistors from the 3.3V pin to ground, and see when the output voltage starts to sag. A 100-ohm resistor would draw 33mA. See how much the voltage sags with that. But in general, I don't think 65mA is in the cards. You would need an Uno for that, which has its own 3.3V regulator.
Thanks for your answer! I read that 50 mA is possible. I have a new version 3. I thought they increased it.
No 65mA is way too much!
- That would be correct if the CH340 is supplying the 3V3
Thanks for your answer. I understand.
So how will you get the 3.3V you need?
Yes? Only external power supply or is there another way?
FYI, the two most significant numbers for any Arduino board is the current capacity of the voltage regulator (~400mA) and the current capacity of an I/O pin (20mA).
Thank you!
Not to difficult to build a 3.3V regulator. You just need a 3 pin regulator and two capacitors.
If you don't want to build, this is your best bet
Thank you! This is a good option. I will definitely use it.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.