This website serves pi and interactive demos that you can listen to or see pi with. It does not provide a search function.
Found on http://www.numberworld.org/y-cruncher/faq.html#download_digits, which wisely warns "But this is likely to be temporary."
BBOS provides a command line interface (or CLI) that lets you interface with the RP2040 board directly. This makes it possible to not only interact with the Pi but also handle practical functions like real-time debugging. https://github.com/mcknly/breadboard-os
Badger 2040 is a programmable E Paper/eInk/EPD badge, powered by RP2040. Badger 2040 W is a programmable E Paper/eInk/EPD badge with 2.4GHz wireless connectivity, powered by Raspberry Pi Pico W. Both can go into a deep sleep mode between updates to preserve battery.
C-based Slack bot
For the C version, the following libraries will be used alongside the pico-sdk:
The C-based parts use the follolwing components:
FreeRTOS kernel – to provide a Real-time Operating System (RTOS) for the networking stack
lwIP – for TCP/IP communications
Mbed TLS – for TLS communications
coreHTTP – for the HTTP client
cJSON – for parsing and serializing JSON data