Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Kimmax111066y@sharktits raspi gpio 😂
While it doesn't seem to fuck up your entire board anymore, stuff like spi etc. still won't work on 5v -
LuxARTS16636yI use 3.3v on every circuit as logic high. It will save your hardware and make it compatible with most of components in the market.
You can down from 5v to 3.3v with a voltage divider (1k-2.2k). Also if you need 5v you can connect the 3.3v directly as it's enough to be a logic high. -
LuxARTS16636yOh and never forget put a resistor when connecting microcontrollers. Use a low one to not reduce the bandwidth but enough to limit the current to 10mA/15mA.
-
LuxARTS16636y@mk3d Of course! The voltage divider can be used in low current situation only. For power supplies must use a regulator (LM7833 or LM317 with calculated resistors). A switching step-down can be used too to get better efficiency but it's expensive.
-
mk3d35146y@LuxARTS just to be sure ;)
For vcc, I’ve tried diode (1n4004) and that’s work fine. Want try with regulator like ams1117 but need capacitors. I really like the diode approach described here: http://yaab-arduino.blogspot.com/20... -
LuxARTS16636y@mk3d You can down to 3.6v using 2 diodes in serial (must be Silicon ones) to get ~1.4v voltage drop from 5v but it's not recommended because if you connect 3.3v from another microcontroller to 3.6v you have a potential difference of 0.3v and doing the math: 0.3v/0 ohm(the wire) = ∞ current = short circuit. Of course you can't get infinite current and that's why the output and/or input will die.
-
LuxARTS16636y@mk3d Btw, I didn't mention the AMS1117 cause it comes in SMT package only and sucks for testing circuits over protoboard.
Connecting 5v on 3.3v device. Holly smooooooke.
rant
voltage
pffffffft
burn.