Search found 2 matches
- Sun May 22, 2016 1:52 am
- Forum: Astro Pi
- Topic: Sense Hat temperature reading -200 degrees?
- Replies: 76
- Views: 30175
Re: Sense Hat temperature reading -200 degrees?
Hi, Sorry for the delayed response. Thank you for looking into this (and kind of glad it's not just me). My results are: python -c 'from sense_hat import SenseHat > sense = SenseHat() > temp = sense.get_temperature() > print("Humidity sensor temperature: %s C" % temp)' Humidity sensor temp...
- Sat May 14, 2016 3:51 am
- Forum: Astro Pi
- Topic: Sense Hat temperature reading -200 degrees?
- Replies: 76
- Views: 30175
Sense Hat temperature reading -200 degrees?
Hi, I just purchased a sense hat and copied the example python code for reading temperature. The temperature is reading about -206 degrees though! I feel like I am missing something very basic but have been unable to find any information that would lead me to believe I skipped a step. Getting the te...