I just got an Arduino UNO R4 for a project where I’m integrating it with a PCB board I designed. However, I only realized in the past couple of hours that the UNO R4 outputs 3.3V logic levels, which makes it incompatible with my setup, even though it has all the other features I need.
I was hoping you could help me find an Arduino board that best suits my needs. Here’s what I’m looking for:
Outputs 5V logic levels.
Can accept input up to 9V (from a battery) or more.
Has Bluetooth (preferably BLE) for app integration.
Is roughly the same size as the UNO R4 and has a similar number of pins (I’ll only use about 5 digital pins).
ChatGPT is brain dead. If you want to meter Voltage, learn how to do it. For now just look at the datasheets. I have extracted the part that is important.
At first, I thought I could power all the components in my PCB circuit using the 5V and 3.3V output pins on the microcontroller. Should I use two voltage regulators to power my circuitry (5V and 3.3V) and leave the output pins alone so they won't draw too much current?
If I want to stay within the 8mA limit of the GPIOs, would I just need to place a large resistor between the circuit and the GPIO pins? Since all the other components are powered by the voltage regulators, they would draw their current from them instead.
Or am I completely wrong and embarrassing myself here?