raspberrypi

Back Open Paginator
04.03.2026 22:47
levieva (@levieva@infosec.exchange)

Сегодня полдня воевала с отвалами Seafile на Raspberry Pi 5. Были постоянные 502 ошибки, перезапуски и обрывы соединений.
​Вскрытие показало, что MariaDB решила поиграть в современные технологии и включила io_uring по умолчанию. Но ядро малинки супер-возложило на это (EPERM). В итоге пёр бесконечный цикл падений и приветственное Connection refused в логах самого Seafile.
​Принудительно отключаэила native-aio в конфиге базы и выдала ей чуть больше памяти (innodb_buffer_pool_size=512M), благо на пятерке ресурсов хватает. Пока нормально, рулим дальше.

# В блок базы (db):
command: ["--innodb-use-native-aio=0"]
# Лечит EPERM и краши на ARM
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "--password=passwd"]

# В блок приложения (seafile):
depends_on:
db:
condition: service_healthy
# Чтобы не ломиться в базу, пока она прогревается

#SelfHosted #RaspberryPi #Seafile #MariaDB #Linux #RPi5 #SysAdmin




Show Original Post


04.03.2026 22:35
wlsn (@wlsn@tiny.tilde.website)

Thinking about adding a #dab+ dongle to my #raspberrypi #hifiberry device which connects to my stereo via rca. Does anyone have experience of this? Chatgpt thinks it's doable with dablin on the command-line.




Show Original Post


04.03.2026 22:34
paul (@paul@mastodon.esquiretheduke.nohost.me)

I'm at a stage where I have 3dprinted more Raspberry Pi cases than I have RPis. There's clearly one solution... #raspberrypi #3dprinting #MORERASPBERRYPIS




Show Original Post


04.03.2026 21:32
habr (@habr@zhub.link)

Умная колонка своими руками

В этой статье я расскажу, как сделать своими руками две умные колонки, полностью поддерживающие русский язык: 1) На микроконтроллере esp32s3, используя XiaoZhi 2) На Raspberry Pi автономную голосовую колонку с камерой, которая будет работать и распознавать всё, что не только слышит, но и видит перед собой, даже при отсутствии Интернета! С локально запущенными моделями ИИ, связка Ollama+Gemma3:1b+Moondream+OpenWakeWord+Whisper.cpp+Silero TTS А также расскажу, как подключить обе эти колонки к Home Assistant для управления устройствами умного дома.

habr.com/ru/articles/1005272/

#xiaozhi #esp32s3 #голосовой_ассистент #whisper #silero #ollama #raspberrypi




Show Original Post


04.03.2026 20:10
ghalfacree (@ghalfacree@mastodon.social)

Peter "Bobricius" Misenko's revisited the Armachat ESP32-based messenger and PICOmputer Pico-powered portable ZX Spectrum emulator - creating "FLIP" variants with a clamshell design, like little mini laptops.

They're still using PCBs as a chassis, too. Sandwich-tastic!

hackster.io/news/peter-bobrici




Show Original Post


04.03.2026 20:02
ghalfacree (@ghalfacree@mastodon.social)

A *fantastic* project next, using a to stream vinyl records.

Right, okay, that sounds confusing: it captures the audio via a USB soundcard and streams it to AirPlay/Bluetooth speakers... while also capturing it as FLAC to a local database for on-demand playback. Oh, and it fingerprints the audio so it can show the right metadata for each record. Locally.

Yeah, told you it was fantastic.

hackster.io/news/the-vinyl-str




Show Original Post


04.03.2026 19:13
ngate (@ngate@mastodon.social)

📻 In today's thrilling episode of "Let's Make Sure the Hates Us," some genius figured out how to turn a Raspberry Pi into a laughably illegal AM radio transmitter. 🤦‍♂️ Because who wouldn't want to use their skills to broadcast static and white noise over the airwaves? Genius, truly. 💡
pesfandiar.com/blog/2026/02/28




Show Original Post


04.03.2026 19:13
h4ckernews (@h4ckernews@mastodon.social)

Raspberry Pi Pico as AM Radio Transmitter

pesfandiar.com/blog/2026/02/28




Show Original Post


04.03.2026 18:24
andreacfromtheapp (@andreacfromtheapp@c.im)

RE: c.im/@andreacfromtheapp/116069

Don't mind me calling on the #embedded #rustlang community again. I'm two subscriptions via my referral link away from a free book. Yes, I am that poor af.

Pretty please :)

theembeddedrustacean.com/subsc

#esp32 #riscv #raspberrypi




Show Original Post


04.03.2026 17:57
helio (@helio@bolha.linux-br.org)

Chegou a nova.

#raspberrypi





Show Original Post


04.03.2026 14:25
FeilnerIT (@FeilnerIT@mastodon.social)

Notes to myself: This is how the really really old Samsung tablet takes a photo via adb and leaves it on the computer (e.g. a raspi:
# adb shell input keyevent 26
# adb shell am start -a android.media.action.IMAGE_CAPTURE --ez android.intent.extra.quickCapture true
# adb shell input touchscreen tap 970 300
# adb shell input touchscreen tap 770 570
# adb pull /sdcard/DCIM/Camera/
# adb shell rm /sdcard/DCIM/Camera/*




Show Original Post


04.03.2026 13:42
RPiSpy (@RPiSpy@mastodon.social)

Cornell students’ 2025 Pico projects raspberrypi.com/news/cornell-s (via Raspberry Pi)




Show Original Post


1 ...124 125 126 127 128 129 130 131 132 133 134 ...508
UP