RP2350pc is Open Source Hardware all in one computer with Dual Core ARM/RISCV processor, 8MB RAM, 16MB Flash, Audio Codec, Four USB hosts, DVI/HDMI video, LiPo UPS, Two UEXT connectors https://olimex.wordpress.com/2025/07/01/rp2350pc-open-source-hardware-all-in-one-computer-with-rp2350b-8mb-psram-16mb-flash-four-usb-host-dvi-hdmi-output-and-audio-codec-for-retro-computer-emulation-and-education/ #oshw #raspberrypi #pico2 #retrocomputer #retrogaming #apple2 #oric

🎧📶 PICO2 Microspia WiFi Live Streaming – Sorveglianza invisibile, controllo totale 🕵️‍♂️🔐
Tecnologia avanzata, massima discrezione!

📲 Audio in diretta streaming tramite APP dedicata
🗓️ Fino a 80 giorni di registrazione audio continua
☁️ Download remoto delle registrazioni ovunque tu sia
👻 Funzione Ghost-Paring per connessioni invisibili
🎙️ Registrazione continua o con attivazione vocale

#microspia #wifi #streamingaudio #sorveglianza #controlloremoto #ghostparing #PICO2 🔊📡🧠
https://www.endoacustica.com/microspia-wifi-live-streaming.php

Microspia wifi live streaming | Endoacustica

Microspia wifi live streaming tramite app. Consente tramite l'app in dotazione di registrare da remoto e scaricare file via streaming

www.endoacustica.com
Anyone else have a back log of micro-controller projects that are waiting on tariffs to clear up? #ESP32 #Pico2 #TrumpTariffs
Very nice new gadget, the #PicoCalc by #ClockworkPi! 🤩 Got mine a few days ago and am currently learning a lot about how it works. Documentation is a bit sparse, currently. You have to study many forum posts on forum.clockworkpi.com, there's currently no "gettings started" guide. – A bit disappointing: No Python (neither Micro-, nor Circuit-) out of the box. But folks (not ClockworkPi) are working on it. – If you're into Forth: it's already there. #RaspberryPi #Pico #Pico2 #MMBasic

Мурмулируем Mac 128K

Есть у меня хобби: портирование всякого-разного под Мурмулятор , и попалась мне на глаза реализация одного из самых древних "маков" - Macintosh 128K: https://github.com/evansm7/pico-mac . - Это же почти готовая прошивка под Мурмулятор, - подумал я. Основное отличие - другая распиновка VGA, да и реализация периферии немного отличается. После того, как в профильном чате ТГ канала этот эмулятор тоже упомянули пару раз, как кандидата на портирование, взялся за него и я.

https://habr.com/ru/articles/915024/

#мурмулятор #murmulator #эмулятор #macintosh_128k #macintosh_512k #pico #pico2 #RP2040 #RP2350

GitHub - evansm7/pico-mac: Run the popular umac emulator right on your Pi Pico!

Run the popular umac emulator right on your Pi Pico! - evansm7/pico-mac

GitHub
Mikrocontroller-Programmierung: All-in-One Starter Kits für Arduino und Pico 2

Die All-in-one Starter Kits von Elecrow sind dafür geeignet, Anfängern den Einstieg in das Thema Microcontroller zu erleichtern.

Developer
Geoff's Projects - BASIC Interpreter for the Raspberry Pi Pico

The PicoMite is a Raspberry Pi Pico running the free MMBasic interpreter. MMBasic is a Microsoft BASIC compatible implementation of the BASIC language with floating point, integer and string variables, arrays, long variable names, a built in program editor and many other features

This is a curse of compromises but at least I now have options. Using PSRAM , I converted my bouncing balls simulation to run at the full #Presto screen resolution of 480x480 with my anti-aliasing code. Graphics look beautiful, but screen refresh rate dropped to 10 fps due to the time taken to copy the drawing buffer in PSRAM to the screen buffer in the main RAM. Compare this to using a 240 x 480 resolution for buffers all in main RAM where I get 56 fps. #RaspberryPi #pico2 #rp2350 #pimoroni
Oh my! I’ve managed to get the drawing buffer into PSRAM using the #pimoroni graphics library on the #Presto. This enables full 480 x 480 resolution graphics with a double buffer in C++! #RaspberryPi #pico2 #RP2350