3

The Pi is plugged into a wall wart and the gert board is connected. I'm having trouble getting the ATMega chip to configure so I can use it and so I started checking some voltages on the board. That's when I found that J7 jumper which is supposed to be 3 volts is more like 3.96 volts? Is this OK?

That's the same voltage I'm finding on the ATMega chip too, so it seems to be under voltage.

The 5V hole on J24 has 4.65 volts on it. Seems like something is not quite right, but the PI is delivering 3.3 volts on Pin 1 and 4.65 volts on Pin 2

Is this normal?


Gertboard manual: http://www.mainelectronics.com/pdf/GERTBOARD_USER_MANUAL.pdf

boatcoder
  • 141
  • 5

2 Answers2

1

The pi is based on a 3.3v standard most add on kits are 5v you need to add a few bits and bops to help A)boost the power from the pi to the add on or B) power the add on and regulate it to the pi.

Either way I think the issue is the pi power standard is different. The add-on is 5v out right but the 5v pin on the pi may not be able to push that mod and run the pi both at required power.

Dave
  • 21
  • 1
1

3.96V is definitely way out of spec for a 3.3V regulator.

I can't see the part number of the (U1) regulator on the schematic. It just calls it REG3v3 and says not to use an LDxxx there.

There are numerous LDO regulator families it could be a member of. Are you able to read the part number off your board? It's possible they somehow managed to put a 4V part instead of a 3v3.

4.65V is very low to be the 5V supply for the pi. You probably need a better power supply. This won't be the cause of the 3.96V on J7 though.

John La Rooy
  • 12,005
  • 9
  • 48
  • 77