Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 PCB Self-Heating #2

Open
Poofjunior opened this issue Oct 2, 2024 · 2 comments
Open

1.0 PCB Self-Heating #2

Poofjunior opened this issue Oct 2, 2024 · 2 comments

Comments

@Poofjunior
Copy link
Collaborator

Poofjunior commented Oct 2, 2024

The PCB has ~3 degrees C of self-heating.

Figure_1

Putting the PCB in an enclosure will make the effect worse.

The primary source of heat is likely the LDO regulator. (These are inherently inefficient because they burn off excess voltage as heat.) The next suspects are the LEDs (LEDs were blinking in this case) and then the MCU.

There are a few options here:

  1. Move the sensor to the corner of the board
  2. Add cutouts to the ground plane around the sensor to reduce sensitivity
  3. Switch the LDO regulator for a switching regulator.
  4. Lower the clock frequency of the MCU
  5. disable the LEDs during normal operation.

Note

It's worth confirming that the regulator is the problem using a thermal camera.

Regulator Option

The RT6150B is a good candidate for a new power supply option. It is 90% efficient in the operating region we will use, and it's identical to what's used on the Pico 2 board. See Pico 2 Datasheet. It will cost more board space, though.

@Poofjunior
Copy link
Collaborator Author

Update: Board has been redesigned with the following changes.

Top

Screenshot from 2024-10-03 16-48-11

Bottom

image

  • added keepout regions for copper-poured features on all layers around the sensor to reduce heat transfer
  • swapped linear regulator for a switching regulator that is 90% efficient
  • moved the sensor to the corner of the board, further away from primary heat sources.
  • increased PCB size to accommodate M3 mounting holes
  • moved USB C connector and audio jack off of the board edge to account for case width.

@Poofjunior
Copy link
Collaborator Author

Final board has an exposed thermal pad on the bottom:
image

Worst case: we can also put a heatsink on the RP2040 directly:
Heatsink option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant