UART
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
ESP32 Bit Pirate, a Hardware Hacking Tool with WebCLI That Speaks Every Protocol
ESP32 Bit Pirate is an open-source firmware that turns your device into a multi-protocol hacker's tool, inspired by the legendary Bus Pirate. It supports sniffing, sending, scripting, and interacting with various digital protocols (I2C, UART, 1-Wire, SPI, etc.) via a serial terminal or web-based CLI.
A Matter Wi-Fi Light Bulb in Rust on the Raspberry Pi Pico 2 W
This repository contains examples for the Raspberry Pi Pico 2 (RP2350) board, written in Rust using the Embassy async framework. cargo generate --git https://github.com/ImplFerris/pico2-template.git --name rust-rpico2-embassy-examples Board: Raspberry Pi Pico 2 - MCU: RP2350 (Dual-core Arm Cortex-M33 and RISC-V cores) - On-board peripherals: - LED on GPIO25 - I2C pins: - I2C0 SDA: GPIO4 - I2C0 SCL: GPIO5 - I2C1 SDA: GPIO2 - I2C1 SCL: GPIO3 - UART pins: - UART0 TX: GPIO0, UART0 RX: GPIO1 -...
Porting the ThinkPad X61 to Coreboot
Porting the ThinkPad x61 to coreboot Table of Contents An introduction to my IBM/Lenovo ThinkPad addiction Over 10 years ago I got my first ThinkPad x60. I got interested in free software by reading the about GNU page in the GNU Emacs editor. Free software back then and certainly now is quite usable, typically without much closed-source software.
The intracies of modern camera lens repair (2024)
Sigma 45mm f/2.8 Lens Repair & Analysis [05.12.24] I have a camera gear collection problem and as part of my personal 12 step plan, I restrict myself from purchasing functioning lenses. This sounds illogical, and it frankly is, but it's very hard for me to resist heavily discounted lenses.
Ahoy, DECmate II the little PDP-8 that could
Now, that's a lot of word processing. But under the hood it's still at least PDP-8 adjacent, even considering its oddities and incompatibilities, and you can make it do many of the things a full-size Eight can. We'll take this basic unit, convert the floppy drives to solid state, tap the video output, and put it through its paces.
Flipper Zero Zig Template
A modern, production-ready template for developing Flipper Zero applications using the Zig programming language. This project provides a streamlined build system that integrates Zig with the Flipper Zero SDK, enabling developers to write type-safe, memory-safe applications for the Flipper Zero platform. This template bridges Zig's powerful build system and language features with the Flipper Zero firmware development kit.