Go to advanced search

by keithv
Thu Jun 08, 2017 12:05 pm
Forum: Astro Pi
Topic: Sense HAT data collection
Replies: 11
Views: 4393

Re: Sense HAT data collection

Any ideas on this? I'd like to keep using the Pi but the number of data points is just too much.
by keithv
Sun May 28, 2017 1:23 pm
Forum: Astro Pi
Topic: Sense HAT data collection
Replies: 11
Views: 4393

Re: Sense HAT data collection

It pitches the same error every time. The file gets created with the headers but no data.
by keithv
Sun May 28, 2017 1:25 am
Forum: Astro Pi
Topic: Sense HAT data collection
Replies: 11
Views: 4393

Re: Sense HAT data collection

Using IDLE3 on Raspbarian. Traceback (most recent call last): File "/home/pi/Desktop/sensors v4.py", line 120, in <module> sense_data = get_sense_data() File "/home/pi/Desktop/sensors v4.py", line 72, in get_sense_data mag = sense.get_compass_raw() File "/usr/lib/python3/dist-packages/sense_hat/sens...
by keithv
Sat May 27, 2017 6:20 pm
Forum: Astro Pi
Topic: Sense HAT data collection
Replies: 11
Views: 4393

Re: Sense HAT data collection

I'm using the code https://www.raspberrypi.org/learning/se ... gger_v4.py

When I try to change DELAY=0 to anything besides 0 the script just hangs. What else do I need to change?
by keithv
Sat May 27, 2017 4:09 pm
Forum: Astro Pi
Topic: Sense HAT data collection
Replies: 11
Views: 4393

Sense HAT data collection

I've found code online to collect data from the sensors and write it to a CSV. The HAT collects data ~12/second. Is it possible to dial this back? Would this be done in the script or elsewhere? thanks

Go to advanced search