| |

Hints-Magpi

Hints-Magpi A list of possibly useful sites as found in the Magpi, Official Raspberry Pi Magazine Key Words Hint Link Comments file, sharing, samba, NAS samba magpi.cc/samba Use to set the Pi as a file sharing device for home network pico, audio, sound pico magpi.cc/audiopack pHat for pico to add stereo sound keypad, macros, pico…

|

Hints-Pico

Hints-Pico Hints, links, code snip-its and information on using the Raspberry Pi Pico. Information is gleaned from internet searches and YouTube videos. Pico Starter Kit Information https://wiki.52pi.com/index.php/Raspberry_Pi_Pico_Starter_Kit_SKU:_K-0582 Using Pico Built In Temperature Sensor and Recording Results to a Text File https://tutorial.cytron.io/2021/02/26/read-and-log-internal-temperature-data-in-raspberry-pi-pico-to-txt-file/ import machineimport utime sensor_temp = machine.ADC(machine.ADC.CORE_TEMP) conversion_factor = 3.3 / (65535)file = open(“temps.txt”, “w”)…

|

Hints-Pi

A Place to Find Hints for working with the Raspberry Pi Overclocking the Raspberry Pi 4 Pi Considerations Raspberry Pi OS – Shrink, Copy, Backup and Restore Raspberry Pi OS Installation Instructions for Zero 2 https://qengineering.eu/install-64-os-on-raspberry-pi-zero-2.htmlTo keep wear and startup time at a minimum, we suggest replacing the dphys-swapfile with the traditional Linux swap mechanism….