Skip to main content
edited tags
Link
200_success
  • 145.6k
  • 22
  • 191
  • 481
edited tags; edited title
Link
200_success
  • 145.6k
  • 22
  • 191
  • 481

Performance and power usage Sensor logger for Raspberry Pi in the Stratospherea stratospheric probe

Tweeted twitter.com/StackCodeReview/status/1099368429084123138
deleted 2 characters in body
Source Link
Lexu
  • 273
  • 1
  • 8

I'm writing a Python Script for a Raspberry Pi to meassuremeasure different sensors. We are planning to send the Pi with that Script running to the stratosphere, so the power usage for the Pi is limited.

I excuse myself in andvanceadvance for the code, I had no prior experience with Python. Are there any ways I can make this code more battery friendly? Would it be beneficial to write 10 rows at once instead of writing one row at a time?

I'm writing a Python Script for a Raspberry Pi to meassure different sensors. We are planning to send the Pi with that Script running to the stratosphere, so the power usage for the Pi is limited.

I excuse myself in andvance for the code, I had no prior experience with Python. Are there any ways I can make this code more battery friendly? Would it be beneficial to write 10 rows at once instead of writing one row at a time?

I'm writing a Python Script for a Raspberry Pi to measure different sensors. We are planning to send the Pi with that Script running to the stratosphere, so the power usage for the Pi is limited.

I excuse myself in advance for the code, I had no prior experience with Python. Are there any ways I can make this code more battery friendly? Would it be beneficial to write 10 rows at once instead of writing one row at a time?

added 358 characters in body
Source Link
Lexu
  • 273
  • 1
  • 8
Loading
Source Link
Lexu
  • 273
  • 1
  • 8
Loading