let sda = Output::new(peripherals.GPIO5, Level::High, OutputConfig::default().with_pull(esp_hal::gpio::Pull::Up));
but I can't pass this to .with_sda().
let sda = Output::new(peripherals.GPIO5, Level::High, OutputConfig::default().with_pull(esp_hal::gpio::Pull::Up));
but I can't pass this to .with_sda().
It's basically a similar idea with a GPIO header at the top and various ways to interact with the environment, except:
- It has a much faster ESP32 processor
- It […]
It's basically a similar idea with a GPIO header at the top and various ways to interact with the environment, except:
- It has a much faster ESP32 processor
- It […]
全体として、このリポジトリはGPIOを用いたRISC-Vデバッグのための多層的かつ包括的なアプローチを提供しており、技術的な詳細とともに、 (2/3)
全体として、このリポジトリはGPIOを用いたRISC-Vデバッグのための多層的かつ包括的なアプローチを提供しており、技術的な詳細とともに、 (2/3)
「pico2-swd-riscv」リポジトリは、Raspberry Pi Pico2をGPIO経由で使用し、RP2350 RISC-Vコアのデバッグを可能にする状態保持型のSWD(Serial Wire Debug)プロトコルを実装しています。これにより、別のPicoからリモートデバッグを行うことができます。システムは層状のアーキテクチャを採用しており、低レベルのSWD通信、プロトコル処理、RISC-V規格に準拠したデバッグモジュールなどを含み、広範なテストと改良が行われています。
このプロジェクトは、 (1/3)
「pico2-swd-riscv」リポジトリは、Raspberry Pi Pico2をGPIO経由で使用し、RP2350 RISC-Vコアのデバッグを可能にする状態保持型のSWD(Serial Wire Debug)プロトコルを実装しています。これにより、別のPicoからリモートデバッグを行うことができます。システムは層状のアーキテクチャを採用しており、低レベルのSWD通信、プロトコル処理、RISC-V規格に準拠したデバッグモジュールなどを含み、広範なテストと改良が行われています。
このプロジェクトは、 (1/3)
Raspberry Pi Pico2からRP2350 RISC-VコアをデバッグするためのSWDプロトコル実装です。
GPIOを使用して、別のPicoからデバッグできます。
ステートフルな実装で、幅広いデバッグ機能を提供します。
Raspberry Pi Pico2からRP2350 RISC-VコアをデバッグするためのSWDプロトコル実装です。
GPIOを使用して、別のPicoからデバッグできます。
ステートフルな実装で、幅広いデバッグ機能を提供します。
From startup & I2C/SPI/USB issues to LVDS, ENET, CAN, PCIe & GPIO — clear steps to diagnose faster ⚡
Read both parts 👇
🔹 Phase 1: www.forlinx.net/industrial-n...
🔹 Phase 2:
www.forlinx.net/industrial-n...
From startup & I2C/SPI/USB issues to LVDS, ENET, CAN, PCIe & GPIO — clear steps to diagnose faster ⚡
Read both parts 👇
🔹 Phase 1: www.forlinx.net/industrial-n...
🔹 Phase 2:
www.forlinx.net/industrial-n...
Graphics RAM 512KB
System RAM 32KB
Audio W65C02S/14MHz/4KB RAM/14kHz sample rate
Controller D-Pad, ABC + Start, 2 ports
Cartridge Custom 36pin, 2MB flash
Expansion: 26-pin rear port, GPIO and other signals
www.timeextension.com/news/2025/11...
Graphics RAM 512KB
System RAM 32KB
Audio W65C02S/14MHz/4KB RAM/14kHz sample rate
Controller D-Pad, ABC + Start, 2 ports
Cartridge Custom 36pin, 2MB flash
Expansion: 26-pin rear port, GPIO and other signals
www.timeextension.com/news/2025/11...
That just leaves finding an eDP adapter for the LCD's, plus some 40/30 pin cables. 👍
That just leaves finding an eDP adapter for the LCD's, plus some 40/30 pin cables. 👍
I forgot that the SPI bus uses a "select pin" per device.
Here I'm theorizing how to run both a screen and access PSRAM/Flash, pondering if I could emulate SPI with a general clock pin and an arbitrary GPIO, when all I actually need is one GPIO per device as a select pin.
🤦
I forgot that the SPI bus uses a "select pin" per device.
Here I'm theorizing how to run both a screen and access PSRAM/Flash, pondering if I could emulate SPI with a general clock pin and an arbitrary GPIO, when all I actually need is one GPIO per device as a select pin.
🤦
If I can get Batocera to recognize a simple LCD over GPIO will def build a screen into the top for showing marquee art
If I can get Batocera to recognize a simple LCD over GPIO will def build a screen into the top for showing marquee art
Yeah, I went down the path of getting an Orange Pi Zero 2W at some point, only to realize that it's **not** a drop in replacement for a Raspberry. Both with the OS that it runs, and even how you interact with the GPIO.
Eventually I got it to a stock Raspbian with the custom kernel […]
Yeah, I went down the path of getting an Orange Pi Zero 2W at some point, only to realize that it's **not** a drop in replacement for a Raspberry. Both with the OS that it runs, and even how you interact with the GPIO.
Eventually I got it to a stock Raspbian with the custom kernel […]
3d printing management can use gpio and performance is nice to have.
The downside to the pi clones is long-term os support, but it's getting better. The Pi 1 will still run their current OS.
3d printing management can use gpio and performance is nice to have.
The downside to the pi clones is long-term os support, but it's getting better. The Pi 1 will still run their current OS.
Yeah, I do see the lower power consumption as a plus.
But at the same time, it's a thing that would both be slower than my N95, and also take **six years** to make up the extra cost. 🤔
I'm curious what use cases involve GPIO and also require high performance? If performance doesn't […]
Yeah, I do see the lower power consumption as a plus.
But at the same time, it's a thing that would both be slower than my N95, and also take **six years** to make up the extra cost. 🤔
I'm curious what use cases involve GPIO and also require high performance? If performance doesn't […]
➡️ https://github.com/hasenradball/MCP23008-I2C
Arduino Library for MCP23008, a 8-port GPIO expander
#ArduinoLibraries #ArduinoLibs
➡️ https://github.com/hasenradball/MCP23008-I2C
Arduino Library for MCP23008, a 8-port GPIO expander
#ArduinoLibraries #ArduinoLibs
I'm pretty positive I got all instances of the GPIO check remnants, fixed a bug in the original localization, tweaked some graphics, etc...
I'm pretty positive I got all instances of the GPIO check remnants, fixed a bug in the original localization, tweaked some graphics, etc...
It's been a long-held goal to get a proper OWL controller working that ran over a network and could scale, instead of just GPIO based.
#agsky
It's been a long-held goal to get a proper OWL controller working that ran over a network and could scale, instead of just GPIO based.
#agsky
➡️ https://github.com/GyverLibs/GyverIO
Fast GPIO operation functions for AVR, ESP8266, ESP32
#ArduinoLibraries #ArduinoLibs
➡️ https://github.com/GyverLibs/GyverIO
Fast GPIO operation functions for AVR, ESP8266, ESP32
#ArduinoLibraries #ArduinoLibs
Used Pimoroni's 3W speaker and amp shim and a raspberry pi 4
speaker shop.pimoroni.com/products/min...
amp shop.pimoroni.com/products/aud...
Used Pimoroni's 3W speaker and amp shim and a raspberry pi 4
speaker shop.pimoroni.com/products/min...
amp shop.pimoroni.com/products/aud...