You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See getting started with Raspberry Pi Pico. This walks you through installing Thonny, an editor that supports interacting with MicroPython running on the Pico. The board already has MicroPython installed on it, so you can skip that step.
With gcc, the linker can can happily create an object file from arbitrary input files.
This is useful for embedding images, fonts, etc into firmware. Full CMake code at the
end, but the important parts are:
Find all of the Unicode codepoints a font can represent and renders them to invidiaul image files. Note the output directory is hard-coded to /tmp/rendered.
Writing to LTO tape with a text index and a memory buffer
This script is for writing to LTO tape on Linux with tar and producing a plain text index file. It uses a
large memory buffer to keep the destination tape drive fed when the source drive can't consistently match the tape's
write speed (eg. when there are a mix of small and large files).
This was written for a small, manually managed tape collection. It writes tape index information and tar listings as text
to a file. This file can be stored separately, searched easily, and appended to the end of the tape if you want your
tapes to be self-describing:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Automatic speaker power control from multiple audio sources
Switches mains power on for speakers while an audio signal is detected, and
times out after a period of silence. Uses the AVR ATTiny13a and a couple of
op-amps.
Mains switching is achieved by emulating a MS-6147-RC 433.92 MHz remote control with firmware and a simple simple on-off-keying (OOK) transmit module.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters