I have a new post on Hackaday: Using Moondream AI To Make Your Pi “See” Like A Human.
Tag Archives: raspberry pi
100MHz Logic Analyser
Today I watched Build – gusmanb’s 24 Channel 100MHz Logic Analyser by Happy Little Diodes which is about how to make your own 100MHz Logic Analyser for cheap.
The ULTIMATE Raspberry Pi 5 NAS
I watched this cool video about how to create a NAS using a Raspberry Pi 5: The ULTIMATE Raspberry Pi 5 NAS.
New router ‘glam’
Today I finally finished figuring out how to configure the Raspberry Pi OS as a network router. I got routing, NAT port forwarding, and DHCP services configured. The gory details are here: ‘glam‘. This new router replaces my old OPNsesne router ‘hood‘. You can see ‘glam’ has been professionally installed here:
Raspberry Pi SDK and such
This is the C/C++ SDK documentation. Code for the Pico (RP2040) on https://github.com/raspberrypi/pico-sdk. The RP2040 is supported by the TinyUSB library. There’s a fun script for setting up the SDK: pico_setup.sh.
Orange Pi
I see Orange Pi in my future. Also of interest: LinkStar H68K. Learned about them over here: I Can Save You Money! – Raspberry Pi Alternatives.
RP2040-Zero
This bit of kit is amazing: RP2040-Zero RP2040 for Raspberry Pi Microcontroller PICO Development Board Module Dual-core Cortex M0+ Processor 2MB Flash. It does my head in the things that we can manufacture these days.
Raspberry Pi Pico
The Raspberry Pi Pico looks interesting. Gonna get myself some for playing with.
MagPi
I discovered the MagPi magazine. A Raspberry Pi magazine free in PDF format.
Raspberry Pi Model Information
So I found this great article: Checking Raspberry Pi Revision Number & Board Version
To enable the `pinout` command (which is kinda cool):
# apt install python3-gpiozero
See CPU info with:
# cat /proc/cpuinfo
And see model information with:
# cat /proc/device-tree/model