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

Reduce energy consumption #22

Open
redfast00 opened this issue Apr 24, 2024 · 2 comments
Open

Reduce energy consumption #22

redfast00 opened this issue Apr 24, 2024 · 2 comments

Comments

@redfast00
Copy link
Member

redfast00 commented Apr 24, 2024

See for example https://blues.com/blog/tips-tricks-optimizing-raspberry-pi-power/

We have a USB power meter in the kelder

@redfast00 redfast00 changed the title Try to save power on Raspberry Pi's to save battery power Reduce energy consumption Dec 18, 2024
@redfast00
Copy link
Member Author

On the Pi, there are possible power savings; but there might also be possible power savings on the switch: it might not need the full 9 volts (possibly the main circuitry is behind a linear regulator). We should measure the current consumption, and if it is high enough, look at the circuit and see if voltage reduction would be possible

@redfast00
Copy link
Member Author

Francis had an interesting idea: eliminate the switch altogether, replace it with a USB ethernet dongle. Some tradeoffs worth considering:

  • maybe less energy consumption, maybe more (since we then have to power the USB hub in the pi instead of being able to turn it off; but we get to eliminate the switch)
  • more complexity: we will need to configure the dongle to be bridged to the built in port of the pi; this needs to be done in software instead of in hardware. More chance that something goes wrong, I guess.
  • more flexibility (but not sure what we can do with it)
  • the dongles will need to be bought; this money could also be invested in better/bigger batteries?

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