Finally got a raspberry pi 5
#rasperberrypi #linux

The PiFinder uses plate solving technology to quickly and accurately determine where your telescope is pointing by taking photos of the sky and identifying star patterns in the image. This direct measurement of sky position does away with the need for multi-star alignment, sky models or other set up. In under one second it can provide precise positioning on any telescope. No encoders required and as easy to install as a red dot finder.

https://www.pifinder.io/how-it-works

#RasperberryPi #Moon #Astrophotography

How it Works — PiFinder

The PiFinder uses plate solving technology to quickly and accurately determine where your telescope is pointing, without the need for alignment or other set up. In under one second it can provide precise positioning on any telescope.

PiFinder

All NVMe disks are not equal it seems. Had issues getting my Pi5 to boot using a spare NVMe drive I had. Fan whirring non stop and nothing booting.

Booting from SD I can see, read and write to the NVMe drive.

Thought it might be the Pi4 PSU I was using so ordered a Pi5 PSU that arrived today. Same issue.

Swapped the "Union Memory" branded one for an SKHynix one and worked perfectly fine.
#rasperberrypi #pi5

Small LED Matrix Numbers

Something I did a few (8) years ago on the Ardunio to display two-digit numbers on a 8x8 LED matrix, this is an update to do the same in Micropthon. Numbers have been defined to 3x5 pixels, so for a two-digit number it fits into 8x5 LED grid with spacing, saving some LED Matrix space. Numbers The code for this can be found here numbers.py This original Ardunio code is here.

What language is better for the Raspberry Pi Pico #pico #rasperberrypi
Micropython
66.7%
Circuit python
0%
C/C++
33.3%
ARM
0%
Poll ended at .
@lzambrana amazing blog about zRam for #rasperberrypi. Thank you