**Библиография:**
Reticulum Network Stack — Официальная документация и техническое описание.
Mark Qvist. *Reticulum: A Resilient Communication Stack for Building Local and Wide-Area Networks*.
GitHub — Репозиторий Reticulum Network Stack и аппаратных интеграций.
LoRa SX127x/SX128x — Документация Semtech по радиомодулям малой мощности.
Raspberry Pi Foundation — Материалы по построению сетей на базе SBC.
AX.25 Specification — Пакетный радиопротокол, используемый в любительских радиосетях.
KISS TNC — Техническое описание протокола для терминальных узлов.
**Хэштеги:**
#Reticulum #RNS #MeshNetwork #LoRa #OffGridComms #DecentralizedNetworking #RadioMesh #AltNet #DistributedComms #CryptoRouting #SecureNetworking #AutonomousNetworks #LoRaWAN #SBC #RaspberryPi #ESP32 #RP2040 #OpenHardware #SurvivalComms #EmergencyComms
**Библиография:**
Reticulum Network Stack — Официальная документация и техническое описание.
Mark Qvist. *Reticulum: A Resilient Communication Stack for Building Local and Wide-Area Networks*.
GitHub — Репозиторий Reticulum Network Stack и аппаратных интеграций.
LoRa SX127x/SX128x — Документация Semtech по радиомодулям малой мощности.
Raspberry Pi Foundation — Материалы по построению сетей на базе SBC.
AX.25 Specification — Пакетный радиопротокол, используемый в любительских радиосетях.
KISS TNC — Техническое описание протокола для терминальных узлов.
**Хэштеги:**
#Reticulum #RNS #MeshNetwork #LoRa #OffGridComms #DecentralizedNetworking #RadioMesh #AltNet #DistributedComms #CryptoRouting #SecureNetworking #AutonomousNetworks #LoRaWAN #SBC #RaspberryPi #ESP32 #RP2040 #OpenHardware #SurvivalComms #EmergencyComms

A #webdev project is getting to a good place, starting to think about the next thing. Thinking about building some hardware for realtime audio processing with a #RaspberryPi #ComputeModule and a custom audio interface with an #RP2040

I want to do some mixing and EQ of multiple audio sources in a small package I can embed into other things. Diving into the #USB spec is a daunting task but seems like the most compatible way to send samples fast.

#ElectricalEngineering #AudioProcessing

And it finally works, after much head-scrstching,.many (many!) dry joints, a few broken wires and having to switch GPIOs because #tinyusb seemed to want to hold on to gpio1+2 despite my best efforts, my #MGT #SamCoupe USB-HID mouse adaptor prototype (based loosely on the #RP2040Mouse project) is working

#ReteoComputing #RP2040 #RaspberryPiPico

SPINC - a #DIY Automatic Battery Charger that's #OpenSource and uses an #RP2040

IEEE Spectrum wrote about it: https://spectrum.ieee.org/diy-nimh-battery-charger

PCB, CAD drawings and the software can be found on Github: https://github.com/CoretechR/SPINC

🌘 利用 RP2040 驅動 TFEL 顯示器:逐步卸載 CPU 負載
➤ 解構 RP2040 PIO 驅動 TFEL 顯示器的技術細節
https://www.zephray.me/post/rpi_pico_driving_el/
本文詳細介紹如何利用 Raspberry Pi RP2040 微控制器及其 PIO (可程式化 I/O) 功能,逐步實現驅動 640x480 像素的雙掃描單色 TFEL 顯示器,並有效將影像輸出任務從 CPU 核心卸載。作者首先說明瞭傳統透過 GPIO Bit-Bang 的方法會佔用大量 CPU 資源且影響時序精確度,隨後引入 PIO 的概念,並分階段展示如何利用 PIO 的自動推拉和側邊設定功能,建立兩個同步的狀態機來處理畫面資料的輸出,最終成功實現了流暢且無閃爍的畫面顯示。
+ 這篇文章對於如何善用 RP2040 的 PIO 進行低階硬體控制非常有啟發性。我之前一直煩惱著如何高效驅動高解析度顯示器,這提供了很好的思路。
+ 實作細節很紮實,尤其是關於兩個 PIO 狀態機
#嵌入式系統 #RP2040 #PIO #TFEL 顯示器 #嵌入式開發
Driving TFEL with RP2040: Offloading the CPU step by step — Wenting's Web Page

After a year hiatus because of family problems i finally released my The Seventies Board! 🥳

The board, hard and software, is fully open source, no obligation to buy something. Retro for the masses, not for the classes!

If you want to find out more, check out these links:

Github: https://github.com/bastetfurry/TheSeventiesBoard
HaD.io: https://hackaday.io/project/204447-the-seventies-board

There is currently a groupbuy going on on Forum64:
https://www.forum64.de/index.php?thread/159630-sammelbestellung-the-seventies-board-beta/

#pdp11 #z80 #retro #rp2040

My current success rate with #MechanicalKeyboard PCB soldering is currently only 2 out of 5, well 40% is a pass mark - just.

The #RaspberryPiPico #RP2040 ‘Gamma Omega TC36K’ board worked (an easy build, could probably have socketed it). 💚

One success, one failure with #SeeedStudio #Xiao BLE castellated in Forager ‘Acid’ PCB (some fiddly back pads). 🧡

Two failures with #ProMicro #nRF52840 BLE in ‘Gamma Omega Hesse’ board attempting faux-castellation💔

Just as well custom PCBs are fabricated in batches of five - waiting on spare parts to try again - #LearningByDoing or #LearningByFailing ?

🌘 設計你的第一個 RP2040 開發板:從原理圖到 PCB
➤ 循序漸進,打造你的專屬 RP2040 嵌入式開發板
https://kaipereira.com/journal/build-a-devboard
本文提供一份詳盡的開發板設計指南,以受歡迎且易於上手的 RP2040 系統單晶片 (SoC) 為核心。作者引導讀者一步步在 KiCad 電路設計軟體中,從建立原理圖開始,解釋每個元件的功能,包括電力供應、濾波電容、時脈振盪器、以及輸入輸出腳位。指南特別強調了電路設計的最佳實踐,例如電源標籤的方向和接地連接,並深入解析了 USB-C 連接埠的配置,包括資料傳輸和電源啟用機制,旨在幫助讀者理解 PCB 設計的基礎,並能自行完成開發板的設計。
+ 這篇文章寫得真好!詳細解釋了每個步驟,讓我這個初學者也能大致理解。
+ 非常實用的教學,尤其在解釋電源濾波和 USB-C 的部分,解決了我之前的很多疑惑。
#嵌入式系統 #電路板設計 #RP2040 #KiCad
Build Your Own RP2040 Devboard

This is a really in-depth tutorial on how to make your own Raspberry Pi Pico clone! Learn fundamental PCB design, make a cool project, and learn how to solder!

Oh, the joy of bit-banging #Ethernet like it's 1999! 🤣 Dive into this quirky #GitHub repo and marvel at the sheer genius of creating a 100 MBit/s transmitter for the #RP2040, because apparently, someone needed to reinvent the wheel with a Raspberry Pi twist. 🚀💻
https://github.com/steve-m/Pico-100BASE-TX #bitbanging #RaspberryPi #quirkyinnovation #HackerNews #ngated
GitHub - steve-m/Pico-100BASE-TX: Bit-banged 100 MBit/s Fast Ethernet transmitter and UDP framer for Raspberry Pi RP2040/RP2350

Bit-banged 100 MBit/s Fast Ethernet transmitter and UDP framer for Raspberry Pi RP2040/RP2350 - steve-m/Pico-100BASE-TX

GitHub
×
This #MechanicalKeyboard autumnal photoshoot is glorious - but I'm biased with the warm glow of pride seeing the results of the first time someone else used my diode-free Graph Theory 'Gamma Omega TC36K' PCB design (this runs #QMK or #ZMK on an #RP2040 controller); see https://github.com/unspecworks/gamma-omega/issues/26#issuecomment-3483027397