diff --git a/.github/workflows/htmlproofer.yml b/.github/workflows/htmlproofer.yml index 6c852ee2..ccbfdb4d 100644 --- a/.github/workflows/htmlproofer.yml +++ b/.github/workflows/htmlproofer.yml @@ -7,11 +7,11 @@ jobs: env: HTMLPROOFER_OPTIONS: '--ignore-urls /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6bcdd210..017b7e20 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest name: Python Validator steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6 with: python-version: '3.x' - run: pip install -r requirements.txt; python3 -m test.validate_pids diff --git a/1209/2042/index.md b/1209/2042/index.md new file mode 100644 index 00000000..afa9b0bc --- /dev/null +++ b/1209/2042/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: USB Ethernet +owner: wlanpi +license: MIT, BSD 3 +site: http://www.wlanpi.com/ +source: https://github.com/WLAN-Pi/ +--- +Open Source Wireless Network Multitool for Wireless Pros running linux and built on Raspberry Pi hardware that utilizes a USB Ethernet gadget to connect to the device. diff --git a/1209/2044/index.md b/1209/2044/index.md new file mode 100644 index 00000000..ac4ff561 --- /dev/null +++ b/1209/2044/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: KBP Macro Pad +owner: kennyblackprinting +license: GPLv2 +site: https://github.com/YodaDistro +source: https://github.com/YodaDistro/qmk_firmware/tree/YodaPico +--- +The KBP Macro Pad is a 16 direct pin wired macro pad built on a personally designed 3D printed 4x4 pad. It uses mechanical key switches for its direct wired inputs. +Utilizes a Raspberry Pi Pico as a controller that plugs into any computer via USB Micro. + +Firmware uses QMK and can be found at the above source (will update QMK link when merged). Licensed as GPL2+. \ No newline at end of file diff --git a/1209/2090/index.md b/1209/2090/index.md new file mode 100644 index 00000000..c2830064 --- /dev/null +++ b/1209/2090/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: MIDIval Renaissance +owner: pawpawworks +license: MIT/Apache 2.0 +site: https://github.com/universalhandle/midival_renaissance +source: https://github.com/universalhandle/midival_renaissance +--- +The MIDIval Renaissance enables the [Micromoog Model 2090](https://en.wikipedia.org/wiki/Micromoog), a monophonic analog synthesizer produced by Moog Music from 1975 to 1979, to interface with modern music equipment by translating [MIDI](https://midi.org/midi-1-0) messages into electrical signals compatible with the Moog Open System, a flavor of [CV/gate](https://en.wikipedia.org/wiki/CV/gate). + +It is based on an STM32F767ZI chip. The firmware is written in [Rust](https://rust-lang.org/) using the [Embassy](https://embassy.dev/) framework. diff --git a/1209/20BF/index.md b/1209/20BF/index.md new file mode 100644 index 00000000..4e8b29c5 --- /dev/null +++ b/1209/20BF/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: OSKey +owner: Butterfly +license: MPL 2.0 +site: https://www.oskey.xyz +source: https://github.com/butterfly-community/oskey-firmware +--- +OSKey (Open Source Key) is a fully open-source, non-commercial hardware wallet project. Our first mission is to help you create your own trustless hardware wallet and finally, it will be the key to verifying your identity in the digital world. \ No newline at end of file diff --git a/1209/2203/index.md b/1209/2203/index.md new file mode 100644 index 00000000..d4dfb45c --- /dev/null +++ b/1209/2203/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: The Breadboard+ +owner: its_kronos +license: GNU General Public License v3.0 +site: https://github.com/its-kronos/The-Breadboard-Plus +source: https://github.com/its-kronos/The-Breadboard-Plus +--- + +The Breadboard+ is a custom devboard with its main MCU being the RP2040. It also features an ESP32-C3 for WIFI connectivity, which can be programmed VIA UART. Instructions for how to use the board are provided on the Github repo, including information on how to set up circuitpython. diff --git a/1209/2211/index.md b/1209/2211/index.md new file mode 100644 index 00000000..ecb3b77f --- /dev/null +++ b/1209/2211/index.md @@ -0,0 +1,16 @@ +--- +layout: pid +title: Mathpad +owner: Summa-Cogni +license: GNU General Public License v3 and CERN-OHL-S v2 +site: http://www.summacogni.com/Mathpad +source: https://github.com/Summa-Cogni/Mathpad +--- + +Mathpad is a keypad for students and professionals in any STEM field. +Mathpad allows for effortless typing of mathematical symbols and equations across applications and operating systems. + +Mathpad's firmware is built on QMK and licensed under GNU General Public License v3. +Its hardware is licensed under CERN-OHL-S v2 + +Mathpad is OS agnostic and works with Windows, macOS, and virtually all Linux distros. diff --git a/1209/2305/index.md b/1209/2305/index.md new file mode 100644 index 00000000..0d74a142 --- /dev/null +++ b/1209/2305/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: USBHS 32x WS2812B driver +owner: cnlohr +license: MIT-x11 +site: https://github.com/cnlohr/x32-ws2812-usbhs-breakout +source: https://github.com/cnlohr/x32-ws2812-usbhs-breakout +--- + +This board uses a ch32v305 to enable 32 simultaneous outputs to WS2812Bs over USB HS, allowing for hundreds of FPS updates of many WS2812B strips. + diff --git a/1209/2347/index.md b/1209/2347/index.md new file mode 100644 index 00000000..7d6b39ca --- /dev/null +++ b/1209/2347/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Domesday-Duplicator +owner: Domesday86 +license: GPL-3.0-or-later +site: https://domesday86.com +source: https://github.com/simoninns/DomesdayDuplicator +--- +The Domesday Duplicator is a LaserDisc capture focused, USB 3.0 based DAQ capable +of 40 million samples per second acquisition of analogue RF data at 10-bits resolution. diff --git a/1209/2358/index.md b/1209/2358/index.md new file mode 100644 index 00000000..06b3951b --- /dev/null +++ b/1209/2358/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ErgoGain +owner: ErgoGain +license: MIT +site: https://ergogain.co.jp/ +source: https://github.com/Won-CCS/ErgoGain.git +--- +Split ergonomic keyboard. QMK-based firmware with custom PMW3610 driver. diff --git a/1209/241E/index.md b/1209/241E/index.md new file mode 100644 index 00000000..de3f5605 --- /dev/null +++ b/1209/241E/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: EMPHarvest +owner: tcsenpai +license: MIT +site: https://github.com/tcsenpai/EMPHarvest +source: https://github.com/tcsenpai/EMPHarvest +--- +A True Random Number Generator built with an RP2040 microcontroller, harvesting entropy from electromagnetic noise, photon detection, and timing jitter. diff --git a/1209/2442/index.md b/1209/2442/index.md index cb7e7b3e..810e0214 100644 --- a/1209/2442/index.md +++ b/1209/2442/index.md @@ -7,4 +7,4 @@ site: https://gill.net.in source: https://github.com/mygnu/opilio-firmware --- - +Opilio is a PC fan/pump controller based on STM32F103C8T6 microcontroller. It is designed to control up to 4 PWM fans and 1 PWM pumps. The controller is powered by a 12V DC power supply and can be connected to the PC via USB. The firmware is based on the RTIC (Real-Time Interrupt-driven Concurrency) framework diff --git a/1209/2444/index.md b/1209/2444/index.md new file mode 100644 index 00000000..63f86be8 --- /dev/null +++ b/1209/2444/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: RTIC DFU Bootloader +owner: mygnu +license: GPLv3 +site: https://gill.net.in +source: https://github.com/mygnu/rtic-dfu-bootloader +--- + +DFU Bootloader based on RTIC (Real-Time Interrupt-driven Concurrency) for STM32 microcontrollers. diff --git a/1209/2468/index.md b/1209/2468/index.md new file mode 100644 index 00000000..38538353 --- /dev/null +++ b/1209/2468/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Hi-Resolution Audio Interface +owner: PureCore +license: MIT +site: https://github.com/ppy2/PureCore +source: https://github.com/ppy2/PureCore +--- +Embedded Linux system for Luckfox Pico PRO/MAX (RV1106) that emulates hardware interface UAC2 to I2S. diff --git a/1209/2505/index.md b/1209/2505/index.md new file mode 100644 index 00000000..b52f64c3 --- /dev/null +++ b/1209/2505/index.md @@ -0,0 +1,24 @@ +--- +layout: pid +title: ZettaLights +owner: BarkItUp +license: CC BY-SA 3.0 +site: https://bsky.app/profile/barkitup.dog +source: https://github.com/joshuawboone/barkitup/tree/main/zettalights +--- +ZettaLights is an Arduino SAMD based controller board designed for use in wearable and portable applications for LEDs. +The design has pinouts to add WS1282b LED strips or arrays and an external button for control. + +The main microprocessor is the ATSAMD21E17A from Atmel (Microchip). +The repo includes the custom firmware for UF2 uploads based on the Rabid Prototypes Tau dev board. + +The board includes a charging circuit for the 18650 battery mounted to the bottom. +The board includes a microphone circuit for audio analysis directly onboard. + +Arduino IDE compatibility with the board is in progress, but UF2 uploads are working now. +Repo includes instructions and board definition for use with Arduino IDE and exporting to .bin file for converting into .uf2 for uploads. +This process involved a combination of the Adafruit Gemma board definitions for the pin mappings along with the Rabid Prototypes Tau linker scripts for correct memory mapping of the E17 series chips. + +Being arduino based, it can be used for various other functions. +The design incorporates multiple designs from Adafruit Industries under the same CC BY-SA licensing with omissions and modifications for this application. (Gemma M0, MAX4466, and Micro-Lipo USB-C) +The designs have been altered and consolidated into a single board for different battery usage, higher potential power draw, and available components. diff --git a/1209/256F/index.md b/1209/256F/index.md new file mode 100644 index 00000000..84455d06 --- /dev/null +++ b/1209/256F/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Ember One +owner: 256foundation +license: CERN-OHL-S +site: https://emberone.org +source: https://github.com/256foundation/emberone00-pcb +--- +Ember One is an open-source Bitcoin miner hashboard built using twelve Bitmain BM1362 ASIC chips, consuming roughly 100 Watts, and producing roughly 3.5Th/s. The RP2040 device-side firmware for the Ember One board management controller is licensed under the open-source GPLv3 license and the firmware source can be found [here](https://github.com/256foundation/emberone-usbserial-fw). + diff --git a/1209/2983/index.md b/1209/2983/index.md new file mode 100644 index 00000000..95bc63bd --- /dev/null +++ b/1209/2983/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: printer +owner: toxygen.net +license: Creative Commons Attribution-ShareAlike 3.0 +site: https://github.com/wojtekka/printer +source: https://github.com/wojtekka/printer +--- +USB printer emulator diff --git a/1209/2AEE/index.md b/1209/2AEE/index.md new file mode 100644 index 00000000..63ec169e --- /dev/null +++ b/1209/2AEE/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: neige +owner: ymkn +license: MIT +site: https://github.com/ymkn/neige +source: https://github.com/ymkn/neige +--- diff --git a/1209/2AEF/index.md b/1209/2AEF/index.md new file mode 100644 index 00000000..806fc493 --- /dev/null +++ b/1209/2AEF/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Henge40 +owner: ymkn +license: MIT +site: https://github.com/ymkn/Henge40 +source: https://github.com/ymkn/Henge40 +--- diff --git a/1209/2AF0/index.md b/1209/2AF0/index.md new file mode 100644 index 00000000..90d504da --- /dev/null +++ b/1209/2AF0/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Slab40 +owner: ymkn +license: MIT +site: https://github.com/ymkn/Slab40 +source: https://github.com/ymkn/Slab40 +--- diff --git a/1209/2AF1/index.md b/1209/2AF1/index.md new file mode 100644 index 00000000..c67859ef --- /dev/null +++ b/1209/2AF1/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: YuTofu +owner: ymkn +license: MIT +site: https://github.com/ymkn/YuTofu +source: https://github.com/ymkn/YuTofu +--- diff --git a/1209/2AF4/index.md b/1209/2AF4/index.md index 6f97fb6a..2dbcff61 100644 --- a/1209/2AF4/index.md +++ b/1209/2AF4/index.md @@ -1,6 +1,6 @@ --- layout: pid -title: KeeBar +title: PinKey owner: ymkn license: MIT site: https://github.com/ymkn/PinKey diff --git a/1209/2AF7/index.md b/1209/2AF7/index.md new file mode 100644 index 00000000..ef5bb136 --- /dev/null +++ b/1209/2AF7/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: YM60A +owner: ymkn +license: MIT +site: https://github.com/ymkn/YM60A +source: https://github.com/ymkn/YM60A +--- diff --git a/1209/3336/index.md b/1209/3336/index.md new file mode 100644 index 00000000..1f3ce6b8 --- /dev/null +++ b/1209/3336/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: Franky 36 keyboard +owner: avdyushin +license: GPLv3 +site: https://github.com/avdyushin/franky36 +source: https://github.com/qmk/qmk_firmware +--- +The Franky36 is 36 key compact handwired split keyboard. It uses RP2040-Zero controller and QMK firmware. + +Firmware uses QMK and can be found at the above source. Licensed as GPL2+. diff --git a/1209/3939/index.md b/1209/3939/index.md new file mode 100644 index 00000000..bc5d1110 --- /dev/null +++ b/1209/3939/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: BOKAKA +owner: diva-eng +license: MIT +site: https://github.com/diva-eng/BOKAKA +source: https://github.com/diva-eng/BOKAKA +--- +Bokaka is an interactive smart PCB card designed to connect VOCALOID fans through simple, meaningful physical interactions. \ No newline at end of file diff --git a/1209/4004/index.md b/1209/4004/index.md new file mode 100644 index 00000000..23a95d21 --- /dev/null +++ b/1209/4004/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: Smart Coaster +owner: PaulHampson +license: CERN-OHL-S-2.0 license / GPL-3.0 +site: https://github.com/paulhampson/smart-coaster-hw +source: https://github.com/paulhampson/smart-coaster-fw +--- +A smart drink coaster that allows you to track your fluid consumption through the day. + +The firmware is implemented in Rust using the Embassy environment. The software runs on an R2040 and interfaces with a rotary encoder, OLED +display, RGB LEDs, real time clock and a strain gauge. USB is to be used for firmware update and data interface to extract logs or real-time +data. diff --git a/1209/4252/index.md b/1209/4252/index.md new file mode 100644 index 00000000..4d010cbd --- /dev/null +++ b/1209/4252/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: RAPID-0 +owner: BruinSpacecraftGroup +license: MIT +site: https://bruinspace.com/rapid +source: https://github.com/Bruin-Spacecraft-Group/rapid_stm32h743_breakout +--- +RAPID-0 is a 3U CubeSat developed by Bruin Spacecraft Group at UCLA. This board includes an STM32H743 running CircuitPython. \ No newline at end of file diff --git a/1209/4520/index.md b/1209/4520/index.md new file mode 100644 index 00000000..e5145e62 --- /dev/null +++ b/1209/4520/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: JTAG Switch +owner: molnarkares +license: Apache-2.0, Solderpad v2.1 +site: https://github.com/molnarkares/jtag-switch +source: https://github.com/molnarkares/jtag-switch +--- +A tool for sharing one JTAG debugger between multiple test benches. + diff --git a/1209/4747/index.md b/1209/4747/index.md new file mode 100644 index 00000000..cf933426 --- /dev/null +++ b/1209/4747/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Johann‘s Receiver Board +owner: johannh +license: CERN-OHL-P v2 +site: https://codeberg.org/jonnyh/jorebo +source: https://codeberg.org/jonnyh/jorebo +--- +USB DVB-S2 receiver board. diff --git a/1209/4919/index.md b/1209/4919/index.md index 09b609c2..2840ff52 100644 --- a/1209/4919/index.md +++ b/1209/4919/index.md @@ -2,8 +2,10 @@ layout: pid title: Djinn Mechanical Keyboard owner: tzarc -license: GPLv3 -site: https://github.com/tzarc/djinn -source: https://github.com/tzarc/djinn +license: CERN-OHL-S +site: https://github.com/tzarc/keyboards/tree/main/Djinn +source: https://github.com/tzarc/keyboards/tree/main/Djinn --- -The Djinn is a 64-key split keyboard -- dual 4x7 with a 4-key thumb cluster. It also has a 5-way tactile hat switch under the thumb, as well as RGB and displays. \ No newline at end of file +The Djinn is a 64-key split keyboard -- dual 4x7 with a 4-key thumb cluster. It also has a 5-way tactile hat switch under the thumb, as well as RGB and displays. + +Firmware uses QMK, and can be found at https://github.com/qmk/qmk_firmware/tree/master/keyboards/tzarc/djinn, licensed as GPL2+. \ No newline at end of file diff --git a/1209/4920/index.md b/1209/4920/index.md index 11896bdf..6d7247d6 100644 --- a/1209/4920/index.md +++ b/1209/4920/index.md @@ -2,8 +2,10 @@ layout: pid title: Ghoul Mechanical Keyboard owner: tzarc -license: GPLv3 -site: https://github.com/tzarc/ghoul -source: https://github.com/tzarc/ghoul +license: CERN-OHL-S +site: https://github.com/tzarc/keyboards/tree/main/Ghoul +source: https://github.com/tzarc/keyboards/tree/main/Ghoul --- The Ghoul is a 40-key mechanical keyboard -- dual 4x5 with an RGB OLED and encoder. It also sports a MicroMod connector for hot-swap of MCU! + +Firmware uses QMK, and can be found at https://github.com/qmk/qmk_firmware/tree/master/keyboards/tzarc/ghoul, licensed as GPL2+. \ No newline at end of file diff --git a/1209/4921/index.md b/1209/4921/index.md new file mode 100644 index 00000000..dc6ca789 --- /dev/null +++ b/1209/4921/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: Kobold Macropad +owner: tzarc +license: CERN-OHL-S +site: https://github.com/tzarc/keyboards/tree/main/Kobold +source: https://github.com/tzarc/keyboards/tree/main/Kobold +--- +The Kobold is an ortho-4x4 macropad -- RGB, NOR flash, V/I measurement, and a failsafe hardware reset circuit. + +Firmware uses QMK, and can be found at https://github.com/qmk/qmk_firmware/tree/master/keyboards/tzarc/kobold, licensed as GPL2+. \ No newline at end of file diff --git a/1209/4A01/index.md b/1209/4A01/index.md new file mode 100644 index 00000000..79801fe2 --- /dev/null +++ b/1209/4A01/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MidiPression +owner: EOA-electronics +license: GPLv3 +site: https://oslab.eoa-electronics.com/projects/MidiPression +source: http://github.com/eoa-electronics/MidiPression +--- +A simple device to connect guitar expression-pedals to software-synths via USB. \ No newline at end of file diff --git a/1209/4A46/index.md b/1209/4A46/index.md new file mode 100644 index 00000000..040f24eb --- /dev/null +++ b/1209/4A46/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: JellyfishOPP +owner: hyperglitch +license: CERN-OHL-S-2.0 +site: https://hyperglitch.com/jellyfish +source: https://gitlab.com/hyperglitch/jellyfish +--- +JellyfishOPP (Open Power Profiler) is an open hardware test & measurement device designed to provide advanced, bidirectional power measurements, power optimizations, and battery profiling/simulation as well as being a programmable power supply. diff --git a/1209/4C53/index.md b/1209/4C53/index.md new file mode 100644 index 00000000..7031a079 --- /dev/null +++ b/1209/4C53/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Clavier +owner: lsartory +license: CERN-OHL-P-2.0 and MIT +site: https://github.com/lsartory/Clavier +source: https://github.com/lsartory/Clavier +--- +Clavier is an FPGA-based mechanical keyboard with an integrated USB switch and programming interfaces (JTAG, SPI, I2C, UART) diff --git a/1209/4D01/index.md b/1209/4D01/index.md new file mode 100644 index 00000000..3da43a6b --- /dev/null +++ b/1209/4D01/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: MIDAL MIDI Interface +owner: heathen.pro +license: Apache-2.0 +site: https://github.com/vheathen/midal +source: https://github.com/vheathen/midal +--- +A standalone MIDI interface for acoustic-style piano pedals compatible with Kawai GFP-3 triple pedal unit. + +Supports USB MIDI 1.0/2.0, BLE MIDI and classic DIN-5 MIDI simultaneous broadcast. The project currently built around Pro Micro nRF52840 board with additional shielding and indication/control elements and a custom firmware. \ No newline at end of file diff --git a/1209/5020/index.md b/1209/5020/index.md new file mode 100644 index 00000000..c2657794 --- /dev/null +++ b/1209/5020/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: vuinputd +owner: joleuger +license: MIT +site: https://github.com/joleuger/vuinputd +source: https://github.com/joleuger/vuinputd +--- + +A user-space service for forwarding virtual input devices from containers to the host on Linux via uinput and CUSE. diff --git a/1209/53A0/index.md b/1209/53A0/index.md new file mode 100644 index 00000000..4b42e3b8 --- /dev/null +++ b/1209/53A0/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: Diskomator 9000 Pro Max +owner: "0x53A" +license: MIT +site: https://0x53a.github.io/esp32-partylight/ +source: https://github.com/0x53A/esp32-partylight +--- +An ESP32 based Neopixel controller with a microphone, to blink a Pixelmatrix to the beat. + +For the time being, this uses an ESP32-S3 DevKit and a I2S microphone (ICS43434) breakout-board, so no custom hardware is required. \ No newline at end of file diff --git a/1209/5AB2/index.md b/1209/5AB2/index.md new file mode 100644 index 00000000..3a23dee7 --- /dev/null +++ b/1209/5AB2/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: GR-Trackpad65 experiment kit +owner: geek-rabb1t +license: MIT +site: https://github.com/geek-rabb1t/grt65-expkit +source: https://github.com/geek-rabb1t/grt65-expkit +--- +The GR-Trackpad65 Experimental Kit is a kit for trying out the GR-Trackpad65. +It works as a macro pad with a trackpad for multi-touch support up to 4 fingers. diff --git a/1209/6102/index.md b/1209/6102/index.md new file mode 100644 index 00000000..169c630d --- /dev/null +++ b/1209/6102/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ASIC Bitcoin miner +owner: Bitaxe +license: CERN-OHL-S-2.0 +site: https://bitaxe.org +source: https://github.com/bitaxeorg/bitaxeGamma +--- +Bitaxe is the first open source hardware ASIC Bitcoin miner. Running [esp-miner](https://github.com/bitaxeorg/esp-miner) firmware. \ No newline at end of file diff --git a/1209/6362/index.md b/1209/6362/index.md new file mode 100644 index 00000000..b3a106ae --- /dev/null +++ b/1209/6362/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ilo nena +owner: SadaleNet +license: BSD +site: https://ilonena.sadale.net/ +source: https://github.com/SadaleNet/ilo-nena +--- +ilo nena is a Toki Pona keyboard with built-in Wakalito input method diff --git a/1209/6369/index.md b/1209/6369/index.md new file mode 100644 index 00000000..b0b96738 --- /dev/null +++ b/1209/6369/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: cinque +owner: swaziloo +license: MIT +site: https://github.com/swaziloo/cinque +source: https://github.com/swaziloo/cinque +--- +cinque is a compact columnar staggered split low-profile mechanical keyboard employing QMK or ZMK firmware on RP2040 or NRF52840 controllers. diff --git a/6660/index.md b/1209/6660/index.md similarity index 100% rename from 6660/index.md rename to 1209/6660/index.md diff --git a/1209/6970/index.md b/1209/6970/index.md new file mode 100644 index 00000000..95f802e2 --- /dev/null +++ b/1209/6970/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Tiramisu +owner: skyevg +license: MIT +site: https://github.com/vgskye/tiramisu-fw-ng +source: https://github.com/vgskye/tiramisu-fw-ng +--- +A small VR full-body tracker. \ No newline at end of file diff --git a/1209/6971/index.md b/1209/6971/index.md new file mode 100644 index 00000000..aea46d03 --- /dev/null +++ b/1209/6971/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Mascarpone +owner: skyevg +license: MIT +site: https://github.com/vgskye/tiramisu-fw-ng +source: https://github.com/vgskye/tiramisu-fw-ng +--- +A dongle for a small VR full-body tracker. \ No newline at end of file diff --git a/1209/7042/index.md b/1209/7042/index.md new file mode 100644 index 00000000..c83577bd --- /dev/null +++ b/1209/7042/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: dbu +owner: brucebiotech +license: BSD 3-Clause and Creative Commons Attribution-ShareAlike 4.0 +site: https://github.com/brucebiotech +source: https://github.com/brucebiotech/dbu/tree/main/software +hardware: https://github.com/brucebiotech/dbu/tree/main/hardware +--- +This device is a cmsis-dap multi-adapter used for debugging ARM processors. With dbu, a single usb-attached adapter can debug up to 6 CPU's on the target board. diff --git a/1209/7230/index.md b/1209/7230/index.md new file mode 100644 index 00000000..272e1c8f --- /dev/null +++ b/1209/7230/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: FULLMONI-WIDE +owner: tomoya723 +license: MIT +site: https://github.com/tomoya723/FULLMONI-WIDE +firmware: https://github.com/tomoya723/FULLMONI-WIDE/tree/main/Firmware +hardware: https://github.com/tomoya723/FULLMONI-WIDE/tree/main/Hardware +--- +Digital Claster for MoTeC. diff --git a/1209/7366/index.md b/1209/7366/index.md new file mode 100644 index 00000000..623030bb --- /dev/null +++ b/1209/7366/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: SigFeather +owner: mucki.dev +license: CC-BY-4.0 +site: https://github.com/mucki-at/sigfeather +source: https://github.com/mucki-at/sigfeather +--- +A DIY oscilloscope and logic analyzer based on adafruit feather rp2350 HSTX board \ No newline at end of file diff --git a/1209/7410/index.md b/1209/7410/index.md new file mode 100644 index 00000000..d45e038f --- /dev/null +++ b/1209/7410/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: TF Mux +owner: wcysite +license: CERN-OHL-SR-2.0 (hardware), AGPL-3.0 +site: https://github.com/wychlw/TF_MUX/ +source: https://github.com/wychlw/TF_MUX/ +--- +A mux supporting switch a TF card between a reader and a physical port. Useful when you want to remotely control a device and its storage. diff --git a/1209/7689/index.md b/1209/7689/index.md new file mode 100644 index 00000000..3b2cffb3 --- /dev/null +++ b/1209/7689/index.md @@ -0,0 +1,20 @@ +--- +layout: pid +title: LGDXRobot2 +owner: LGDXRobotics +license: MIT and GPLv3 (ChassisTuner only) +site: https://lgdxrobot.bristolgram.uk/lgdxrobot2/ +source: https://gitlab.com/lgdxrobotics/lgdxrobot2-mcu +--- +LGDXRobot2 is a DIY Mecanum wheel chassis designed for building ROS2 robots using low-cost hardware. It offers complete freedom to customise hardware specifications and aims to inspire your enthusiasm on robotics. + +The hardware is divided into two controllers. The MCU part runs on an STM32, which controls motor movements in real time and PID control for the motors. The PC part runs ROS2, featuring 3D visualisation in RViz, remote control via joystick, navigation using NAV2, and simulation in Webots. + +LGDXRobot2 is distributed across several Git repositories. The project is released under the MIT Licence, except ChassisTuner, which is released under GPLv3. + +- [Homepage](https://lgdxrobot.bristolgram.uk/lgdxrobot2/) +- [Documentation](https://docs.lgdxrobot.bristolgram.uk/lgdxrobot2/) +- LGDXRobot2 Design: ([GitLab](https://gitlab.com/lgdxrobotics/lgdxrobot2-design) | [GitHub](https://github.com/yukaitung/lgdxrobot2-design)) +- LGDXRobot2 MCU: ([GitLab](https://gitlab.com/lgdxrobotics/lgdxrobot2-mcu) | [GitHub](https://github.com/yukaitung/lgdxrobot2-mcu)) +- LGDXRobot2 ChassisTuner: ([GitLab](https://gitlab.com/lgdxrobotics/lgdxrobot2-chassistuner) | [GitHub](https://github.com/yukaitung/lgdxrobot2-chassistuner)) +- LGDXRobot2 ROS2: ([GitLab](https://gitlab.com/lgdxrobotics/lgdxrobot2-ros2) | [GitHub](https://github.com/yukaitung/lgdxrobot2-ros2)) diff --git a/1209/7EAD/index.md b/1209/7EAD/index.md new file mode 100644 index 00000000..a1102593 --- /dev/null +++ b/1209/7EAD/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: TheadMouse +owner: pietrmar +license: GPL-3.0-or-later, CERN-OHL-S-2.0 +site: https://theadmouse.com +source: https://github.com/pietrmar/theadmouse +--- +The TheadMouse is an open-source IMU-based head-tracking mouse designed for people with disabilities. diff --git a/1209/8118/index.md b/1209/8118/index.md new file mode 100644 index 00000000..b4d68445 --- /dev/null +++ b/1209/8118/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: kv +owner: ralsina +license: MIT +site: https://github.com/ralsina/kv +source: https://github.com/ralsina/kv +--- +This is a complete remote KVM solution aimed at working with generic hardware (most other implementations require very specific SBCs or video capture equipment) + +It currently acts as a USB keyboard/mouse/mass storage/ethernet composite device. diff --git a/1209/8777/index.md b/1209/8777/index.md new file mode 100644 index 00000000..884cd430 --- /dev/null +++ b/1209/8777/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: KLIP30 USB Fast Pulse Generator +owner: circuitvalley +license: GNU version 3 +site: https://www.circuitvalley.com +source: https://github.com/circuitvalley/KLIP30_30ps_Fast_Pulse_Generator +--- +Cross platform USB Fast Edge Generator implemented with PIC MCU along with PLL to get progammble clock, fast driver to get fast edge, Qt. diff --git a/1209/8885/index.md b/1209/8885/index.md new file mode 100644 index 00000000..6b5dc264 --- /dev/null +++ b/1209/8885/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: TKEY-USB-V2 +owner: Tillitis AB +license: CERN-OHL-S-2.0, GPLv2 +site: https://www.tillitis.se/products/ +source: https://github.com/tillitis/tk1-pcba, https://github.com/tillitis/tillitis-key1 +--- +Version 2 of the USB controller used in the Tillitis Tkey. The TKey is a flexible USB security token. diff --git a/1209/8B17/index.md b/1209/8B17/index.md new file mode 100644 index 00000000..5f88f5d9 --- /dev/null +++ b/1209/8B17/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Dendy-compatible Joystick USB HID Interface +owner: alukovenko +license: MIT +site: https://github.com/alukovenko/Dendy_Joystick_USB +source: https://github.com/alukovenko/Dendy_Joystick_USB +--- + +USB HID interface for Dendy (NES Famiclone) controller emulation. This project transforms a classic Dendy/Famicom gamepad into a modern USB HID device using an STM32 BluePill board. Features include support for all standard buttons (D-pad, A/B, Start/Select) plus Turbo A/B functionality with 15Hz rapid fire capability. Perfect for retro gaming enthusiasts who want to use authentic hardware with modern emulators and systems. diff --git a/1209/9120/index.md b/1209/9120/index.md new file mode 100644 index 00000000..b470f778 --- /dev/null +++ b/1209/9120/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Gravity36 +owner: GreenKeys +license: CC-BY-NC-SA +site: https://green-keys.info/ +source: https://drive.google.com/drive/folders/1uQUcPEpWWyN-oy_dpldONlol7jjU-95X +--- +It is a 36-key DIY split keyboard. diff --git a/1209/9121/index.md b/1209/9121/index.md new file mode 100644 index 00000000..faac024a --- /dev/null +++ b/1209/9121/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Gravity45 +owner: GreenKeys +license: CC-BY-NC-SA +site: https://green-keys.info/ +source: https://drive.google.com/drive/folders/1e-c62-ID7IzSl4b39KkLNPqCPHoULJKY +--- +It is a 45-key DIY integrated keyboard. diff --git a/1209/A000/index.md b/1209/A000/index.md new file mode 100644 index 00000000..ddd36e6e --- /dev/null +++ b/1209/A000/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Gamepad projects +owner: LeeNX +license: Creative Commons Attribution-ShareAlike 4.0 International License +site: https://leenx.org +source: https://gitlab.com/leet/ble-gamepad-collection +--- +A collection of open-source BLE gamepad and controller projects, including research and variations designed for educational robotics, custom input devices, and experimental HID implementations. The firmware is based on ESP32-BLE-Gamepad and NimBLE-Arduino plus other open-source libraries, ensuring efficient BLE communication with minimal resource usage. Hardware designs are tailored for ESP32-based microcontrollers, optimized for low power consumption and reliable connectivity. All associated hardware and firmware are released under permissive open-source licenses, enabling community contributions and modifications. Source code and hardware designs are available at: https://gitlab.com/leet/ble-gamepad-collection. diff --git a/1209/A001/index.md b/1209/A001/index.md new file mode 100644 index 00000000..9f85a94c --- /dev/null +++ b/1209/A001/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: PostalPoint Kiosk Controller +owner: PostalPortal +license: BSD software/CC-BY-SA 4.0 hardware +site: https://postalpoint.app/hardware +source: https://source.netsyms.com/PostalPortal/PostalPoint_Hardware +--- +Device that enables software to control and monitor a secure parcel drop and unlock it when authorized by a postal worker. diff --git a/1209/A002/index.md b/1209/A002/index.md new file mode 100644 index 00000000..184e8c05 --- /dev/null +++ b/1209/A002/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: PostalPoint Parcel Dimensioner +owner: PostalPortal +license: BSD software/CC-BY-SA 4.0 hardware +site: https://postalpoint.app/hardware +source: https://source.netsyms.com/PostalPortal/PostalPoint_Hardware +--- +Low-cost parcel dimensioner that uses ultrasonic or laser rangefinders for measuring +the size of a cuboid, streaming measurements to a connected computer via USB HID. diff --git a/1209/A0D1/index.md b/1209/A0D1/index.md new file mode 100644 index 00000000..7f2ce226 --- /dev/null +++ b/1209/A0D1/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: blueTag +owner: Aodrulez +license: MIT +site: https://github.com/Aodrulez/blueTag +source: https://github.com/Aodrulez/blueTag/src +--- +JTAGulator alternative & a hardware hacker's multi-tool for RP2040 microcontroller based development boards. diff --git a/1209/A711/index.md b/1209/A711/index.md new file mode 100644 index 00000000..ca40c358 --- /dev/null +++ b/1209/A711/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: ATLAS-11 +owner: hanshuebner +license: MIT +site: http://github.com/hanshuebner/atlas-11 +source: http://github.com/hanshuebner/atlas-11 +--- +ATLAS-11 is an expansion card for the DJC-11 SBC by Peter Schranz. It emulates UARTs +and other hardware devices to extend the capabilities of the single board computer. diff --git a/1209/A831/index.md b/1209/A831/index.md new file mode 100644 index 00000000..31261b5d --- /dev/null +++ b/1209/A831/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Diva Card +owner: diva-eng +license: MIT +site: https://github.com/diva-eng/diva-card +source: https://github.com/diva-eng/diva-card +--- +Raspberry RP2040 based development board/card with builtin LED matrix \ No newline at end of file diff --git a/1209/AA88/index.md b/1209/AA88/index.md new file mode 100644 index 00000000..7068f26c --- /dev/null +++ b/1209/AA88/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ALLPRO88 USB +owner: KippCannon +license: GPLv3 +site: https://github.com/cannon-zz/allpro88-fx2-hard +source: https://github.com/cannon-zz/allpro88-fx2-hard +--- +USB interface for Logical Devices' ALLPRO88 software driven device programmer. diff --git a/1209/ACE0/index.md b/1209/ACE0/index.md new file mode 100644 index 00000000..1ab7df46 --- /dev/null +++ b/1209/ACE0/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: Custom HID Controller +owner: MediaCode +license: MIT +site: https://www.media-code.ru +source: https://github.com/VictorBorchenko/HIDControllerV2 +--- +This project implements a custom USB HID controller using an Arduino Micro (ATmega32u4) with no external HID libraries required. The controller features: + +🔘 Rotary Encoder +🖲️ 5 Push Buttons +🧲 Hall Sensor (for zero-position detection) +🌈 Controlled RGB Lighting +🔌 Bi-directional HID communication (IN/OUT reports) \ No newline at end of file diff --git a/1209/ACE1/index.md b/1209/ACE1/index.md new file mode 100644 index 00000000..1ab7df46 --- /dev/null +++ b/1209/ACE1/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: Custom HID Controller +owner: MediaCode +license: MIT +site: https://www.media-code.ru +source: https://github.com/VictorBorchenko/HIDControllerV2 +--- +This project implements a custom USB HID controller using an Arduino Micro (ATmega32u4) with no external HID libraries required. The controller features: + +🔘 Rotary Encoder +🖲️ 5 Push Buttons +🧲 Hall Sensor (for zero-position detection) +🌈 Controlled RGB Lighting +🔌 Bi-directional HID communication (IN/OUT reports) \ No newline at end of file diff --git a/1209/AE86/index.md b/1209/AE86/index.md new file mode 100644 index 00000000..98ae598e --- /dev/null +++ b/1209/AE86/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Glider EPD Controller +owner: ModosTech +license: CERN-OHL-S (hardaware) and MIT (firmware) +site: https://github.com/Modos-Labs/Glider +source: https://github.com/Modos-Labs/Glider +--- +Open-source EPD controller board/ kit with an emphasis on low latency. diff --git a/1209/B010/index.md b/1209/B010/index.md new file mode 100644 index 00000000..061074ca --- /dev/null +++ b/1209/B010/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Game Bub +owner: second-bedroom +license: GPL-3.0-only, CC-BY-SA-4.0 +site: https://gamebub.net +source: https://github.com/elipsitz/gamebub +--- +Game Bub is an open-source FPGA retro emulation handheld, with support for Game Boy, Game Boy Color, and Game Boy Advance games. \ No newline at end of file diff --git a/1209/B126/index.md b/1209/B126/index.md new file mode 100644 index 00000000..90566940 --- /dev/null +++ b/1209/B126/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: noForth t CDC driver +owner: noForth +license: MIT +site: https://home.hccnet.nl/anij/nof/noforth.html +source: https://github.com/WillemOuwerkerk/noForth-T-hardware-examples-RP2040/tree/main/USB-CDC +--- +noForth t compact interactive development system for RP2040 +following the Forth 2012 standards document + + diff --git a/1209/B1C1/index.md b/1209/B1C1/index.md new file mode 100644 index 00000000..70976c91 --- /dev/null +++ b/1209/B1C1/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: pico2-ice +owner: tinyVision.ai +license: MIT +site: https://github.com/tinyvision-ai-inc/pico2-ice +source: https://github.com/tinyvision-ai-inc/pico2-ice +--- diff --git a/1209/B806/index.md b/1209/B806/index.md new file mode 100644 index 00000000..a74f8f9b --- /dev/null +++ b/1209/B806/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: UIAPduino Pro Micro CH32V006 +owner: UIAP +license: MIT-x11, CC BY-SA 4.0, Public Domain +site: https://www.uiap.jp/en/uiapduino/pro-micro/ch32v006/ +source: https://github.com/YuukiUmeta-UIAP/rv003usb +--- +Forked from cnlohr/rv003usb, and Hardware implementation for it. \ No newline at end of file diff --git a/1209/BB07/index.md b/1209/BB07/index.md new file mode 100644 index 00000000..25aae3d2 --- /dev/null +++ b/1209/BB07/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: BloomBoot UF2/DFU bootloader +owner: pietrmar +license: MIT +site: https://github.com/pietrmar/bloomboot +source: https://github.com/pietrmar/bloomboot +--- +BloomBoot is a simple UF2/DFU bootloader. diff --git a/1209/BBD0/index.md b/1209/BBD0/index.md new file mode 100644 index 00000000..d96df0b0 --- /dev/null +++ b/1209/BBD0/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Chahor Adaptive Keyboard v1 +owner: clackups +license: MIT +site: https://github.com/clackups/chahor_rotary_keyboard +source: https://github.com/clackups/chahor_rotary_keyboard +--- +A specialized keyboard for a user with cerebral palsy. It consists of a rotary encoder, screen and 8 keys. \ No newline at end of file diff --git a/1209/BC01/index.md b/1209/BC01/index.md new file mode 100644 index 00000000..533c2b3a --- /dev/null +++ b/1209/BC01/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: fat8 +owner: kearney.dev +license: BSD + CERN-OHL +site: https://github.com/jkearneyma/fat8 +source: https://github.com/jkearneyma/fat8 +--- +A tiny Intel 8008-based computer capable of running most existing 8008 software and with expansion capabilities. + diff --git a/1209/BCBC/index.md b/1209/BCBC/index.md new file mode 100644 index 00000000..c991036e --- /dev/null +++ b/1209/BCBC/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Snowflake v2 +owner: Tygo-van-den-Hurk +license: EPL-v2.0 +site: https://tygo-van-den-hurk.github.io/Snowflake-Hardware/ +source: https://github.com/Tygo-van-den-Hurk/Snowflake-Hardware +--- + +A split USB keyboard made with lots of love and passion. diff --git a/1209/C00D/index.md b/1209/C00D/index.md new file mode 100644 index 00000000..549a1108 --- /dev/null +++ b/1209/C00D/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Modern Cadet keyboard +owner: TheCoren +license: BSD-2-Clause +site: https://github.com/Cauren/modern-cadet +source: https://github.com/Cauren/modern-cadet +--- +# Modern Cadet +A 120% keyboard for nerds paying hommage to the IBM model M and Space Cadet keyboards. + +Licensed BSD 2-Clause diff --git a/1209/C0FE/index.md b/1209/C0FE/index.md new file mode 100644 index 00000000..487a5cd1 --- /dev/null +++ b/1209/C0FE/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Multidevice Emulator +owner: OgmaVision +license: GPL-3.0 +site: https://getogma.com/ +source: https://github.com/OGMAvision/multidevice-emulator +--- +A device emulator to help the community develop and test software that interacts with OpenOGMA astronomy equipment. \ No newline at end of file diff --git a/1209/CAC1/index.md b/1209/CAC1/index.md new file mode 100644 index 00000000..51324a87 --- /dev/null +++ b/1209/CAC1/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Push-n-Turn 61 +owner: ConceptCodeDesign +license: GNU AGPL v3.0 license +site: +source: https://github.com/concept-code-design/push-n-turn-midi61 +--- +USB Midi controller with 6 keys and a rotary encoder based on the CH55G. diff --git a/1209/CAC2/index.md b/1209/CAC2/index.md new file mode 100644 index 00000000..691a6c05 --- /dev/null +++ b/1209/CAC2/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Push-n-Turn 31 +owner: ConceptCodeDesign +license: GNU AGPL v3.0 license +site: +source: https://github.com/concept-code-design/push-n-turn-midi31 +--- +USB Midi controller with 3 keys and a rotary encoder based on the CH55G (Aliexpress hardware). diff --git a/1209/CAC3/index.md b/1209/CAC3/index.md new file mode 100644 index 00000000..9a9c5933 --- /dev/null +++ b/1209/CAC3/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Fad 4 +owner: ConceptCodeDesign +license: GNU AGPL v3.0 license +site: +source: https://github.com/concept-code-design/FAD4-midi +--- +USB Midi controller with sliders based on the CH55G. diff --git a/1209/CCCC/index.md b/1209/CCCC/index.md new file mode 100644 index 00000000..144ff15f --- /dev/null +++ b/1209/CCCC/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: zeptoforth CDC Console +owner: zeptoforth +license: MIT +site: https://github.com/tabemann/zeptoforth/ +source: https://github.com/tabemann/zeptoforth/ +--- +zeptoforth is a FLOSS Forth compiler and operating system for ARM Cortex-M microcontrollers. + diff --git a/1209/CE93/index.md b/1209/CE93/index.md new file mode 100644 index 00000000..73a85c7c --- /dev/null +++ b/1209/CE93/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: GPSFreak +owner: rcls +license: GPL, CERN_OHL_S_V2 +site: https://github.com/rcls/gpsfreak +source: https://github.com/rcls/gpsfreak +--- +A custom GPS disciplined clock generator, using a U-Blox MAX-F10S GPS unit and a +TI LMK05318b ultra-low jitter clock generator. It has a STM32 microcontroller +for the USB interface and control logic. diff --git a/1209/CECE/index.md b/1209/CECE/index.md new file mode 100644 index 00000000..3ac49d47 --- /dev/null +++ b/1209/CECE/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Omnimo nRF52840 +owner: eAFAQ +license: CERN-OHL-P-2.0 +site: https://www.crowdsupply.com/eafaq/omnimo-nrf52840 +source: https://github.com/eAFAQ/omnimo-nRF52840 +--- +Omnimo nRF52840 is a compact development board powered by Nordic's nRF52840 multiprotocol SoC with extensive support for a wide range of add-ons diff --git a/1209/DE20/index.md b/1209/DE20/index.md new file mode 100644 index 00000000..6e60a56d --- /dev/null +++ b/1209/DE20/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Deltaboard +owner: Badbird5907 +license: MIT +site: https://github.com/Badbird5907/deltaboard/ +source: https://github.com/Badbird5907/deltaboard/ +--- +Deltaboard is a rp2040-based TKL mechanical keyboard. It runs the [QMK](https://qmk.fm/) firmware. diff --git a/1209/DEC1/index.md b/1209/DEC1/index.md new file mode 100644 index 00000000..83777e97 --- /dev/null +++ b/1209/DEC1/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: RP2350B Core +owner: WeActStudio +license: GPLv2 +site: https://www.weact-tc.cn/ +source: https://github.com/WeActStudio/WeActStudio.RP2350BCoreBoard +--- +WeAct RP2350B Core Board is a small USB-C board exposing all 48 I/Os from the Raspberry Pi RP2350B Cortex-M33/RISC-V microcontroller through two 30-pin headers. +This PID is used to make this board to work with Circuitpython. +More info at https://github.com/adafruit/circuitpython/pull/10646 \ No newline at end of file diff --git a/1209/EC00/index.md b/1209/EC00/index.md new file mode 100644 index 00000000..cdb295f2 --- /dev/null +++ b/1209/EC00/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: MCmacro +owner: QuadState +license: MIT, CC BY 4.0 +site: https://github.com/QuadState/MCmacro +source: https://github.com/QuadState/MCmacro +--- +MCmacro is an ultra‑slim USB macro pad with Kailh Choc V2 low‑profile mechanical switches. +MCmacro is for quick shortcuts. diff --git a/1209/EC02/index.md b/1209/EC02/index.md new file mode 100644 index 00000000..7d893d07 --- /dev/null +++ b/1209/EC02/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: ECmacro +owner: QuadState +license: MIT, CC BY 4.0 +site: https://github.com/QuadState/ECmacro +source: https://github.com/QuadState/ECmacro +--- +A compact USB macro pad utilizing electrostatic capacitive switches like topre. +ECmacro achieves capacitive sensing with only a microcontroller and a few passive components. diff --git a/1209/EC1A/index.md b/1209/EC1A/index.md new file mode 100644 index 00000000..2a6645c8 --- /dev/null +++ b/1209/EC1A/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: EclairM0 +owner: mateusznowakdev +license: CERN-OHL-W v2, MIT +site: https://mateusznowak.dev/eclair +source: https://github.com/mateusznowakdev/eclair +--- + +Small, thin, lightweight notepad device, with PC data sync and other USB HID capabilities. Featuring a tiny display, 14 tactile keys, rechargeable battery, and apps written in TinyGo. Powered by an underclocked SAMD21E18A microcontroller. diff --git a/1209/F541/index.md b/1209/F541/index.md new file mode 100644 index 00000000..3c61c6ad --- /dev/null +++ b/1209/F541/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: pico1541 +owner: piers.rocks +license: GPL v3 and CC SA-BY 4.0 +site: https://github.com/piersfinlayson/pico1541-rs/ +source: https://github.com/piersfinlayson/pico1541-rs/ +--- +The pico1541 allows you to connect IEC and IEEE-488 Commodore disk drives to modern Windows, Linux and Mac machines using USB. It provides all of the functionality of an xum1541 adapter and hence supports widely used tools such as OpenCBM, but also offers an enhanced mode, providing additional functionality such as WiFi. It is based on the Raspberry Pi Pico line of embedded devices. diff --git a/1209/F600/index.md b/1209/F600/index.md new file mode 100644 index 00000000..6d002c89 --- /dev/null +++ b/1209/F600/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Mr.Duppl +owner: UTBDK +license: MIT +site: https://github.com/buglloc/mr.duppl +source: https://github.com/buglloc/mr.duppl +--- +Mr.Duppl is a simple USB sniffer and isolator based on the RP2040 and ADuM3160. \ No newline at end of file diff --git a/1209/F666/index.md b/1209/F666/index.md new file mode 100644 index 00000000..2a5509f0 --- /dev/null +++ b/1209/F666/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: PEP +owner: keshbach +license: Apache 2.0 +site: https://github.com/keshbach/PEP +source: https://github.com/keshbach +--- +USB adapter to the EPROM+ System from Andromeda Research Labs. diff --git a/1209/F800/index.md b/1209/F800/index.md new file mode 100644 index 00000000..7f1ab2c4 --- /dev/null +++ b/1209/F800/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MachiKania Gamepad +owner: MachiKania +license: MIT +site: https://github.com/kmorimatsu/machikania_gamepad +source: https://github.com/kmorimatsu/machikania_gamepad +--- +Simple USB gamepad for MachiKania. diff --git a/1209/FE80/index.md b/1209/FE80/index.md new file mode 100644 index 00000000..cc212715 --- /dev/null +++ b/1209/FE80/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: coquette +owner: skji +license: EUPL-1.2 +site: https://thei.rs/coquette +source: https://thei.rs/coquette +--- +lovingly over-engineered keyboard (column-stagger, mono-block, split, 42-key) designed to run ZMK with inspiration from: [hummingbird](https://github.com/PJE66/hummingbird), [ruby-choccy](https://thei.rs/rchoc) diff --git a/1209/FF06/index.md b/1209/FF06/index.md new file mode 100644 index 00000000..77baddac --- /dev/null +++ b/1209/FF06/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: TReK Periodt +owner: digitarhythm +license: MIT +site: https://github.com/digitarhythm/periodt +source: https://github.com/digitarhythm/periodt +--- diff --git a/org/0x53A/index.md b/org/0x53A/index.md new file mode 100644 index 00000000..461b8b7c --- /dev/null +++ b/org/0x53A/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: "0x53A (Lukas Rieger)" +site: https://github.com/0x53A +--- +Hi, I'm currently studying mechatronics in Frankfurt. \ No newline at end of file diff --git a/org/256foundation/index.md b/org/256foundation/index.md new file mode 100644 index 00000000..051a7900 --- /dev/null +++ b/org/256foundation/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: 256 Foundation +site: https://256foundation.org +--- +The 256 Foundation is a 501(c)(3) non-profit public charity based in Nashville, TN that raises money to support open-source developers to build free and open Bitcoin mining software and hardware, we also support education initiatives on the topic through our weekly podcast, [POD256](https://www.pod256.org/) and our monthly [newsletter](https://news.256foundation.org/). Our mission is to dismantle the proprietary mining empire that has stifled innovation and created centralizing forces that jeopardize the attributes that make Bitcoin a powerful freedom technology tool. 100% of donations are passed through to the developers and engineers working on the projects. diff --git a/org/Aodrulez/index.md b/org/Aodrulez/index.md new file mode 100644 index 00000000..870a614f --- /dev/null +++ b/org/Aodrulez/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Aodrulez +site: https://github.com/Aodrulez +--- +Aodrulez is a hardware hacker and an information security researcher, crafting open-source tools for embedded systems, security, and custom electronics. diff --git a/org/Badbird5907/index.md b/org/Badbird5907/index.md new file mode 100644 index 00000000..7bf6a3ff --- /dev/null +++ b/org/Badbird5907/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Badbird5907 +site: https://badbird.dev/ +--- +Hi, I'm Evan. I make hardware and software projects. You can find out more about me at my website: https://badbird.dev/ diff --git a/org/BarkItUp/index.md b/org/BarkItUp/index.md new file mode 100644 index 00000000..a6a87354 --- /dev/null +++ b/org/BarkItUp/index.md @@ -0,0 +1,11 @@ +--- +layout: org +title: Bark It Up! +site: https://barkitup.dog +--- +Fursuits and Rave gear. +We are new and setting up shop! (Website under construction) +Custom designed LED controller and rave harnesses and collars, fursuits, and other accessories. + +Full Repo is live with hardware and code. +https://github.com/joshuawboone/barkitup/tree/main/zettalights diff --git a/org/Bitaxe/index.md b/org/Bitaxe/index.md new file mode 100644 index 00000000..d9dda928 --- /dev/null +++ b/org/Bitaxe/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Bitaxe +site: http://bitaxe.org/ +--- +Bitaxe is a fully open source hardware and firmware ASIC Bitcoin miner. \ No newline at end of file diff --git a/org/BruinSpacecraftGroup/index.md b/org/BruinSpacecraftGroup/index.md new file mode 100644 index 00000000..33d8eee5 --- /dev/null +++ b/org/BruinSpacecraftGroup/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Bruin Spacecraft Group +site: https://bruinspace.com/ +--- +BruinSpace at UCLA is a student-led organization dedicated to fostering innovation, collaboration, and hands-on experience in the field of aerospace engineering. Through hands-on projects, educational programs, and industry partnerships, BruinSpace is creating an environment where students can grow, lead, and make a tangible impact on the world of space exploration. \ No newline at end of file diff --git a/org/Butterfly/index.md b/org/Butterfly/index.md new file mode 100644 index 00000000..f7f00190 --- /dev/null +++ b/org/Butterfly/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Butterfly +site: https://github.com/butterfly-community +--- +We are building core infrastructure connecting blockchain with physical devices. \ No newline at end of file diff --git a/org/Concept-and-Code b/org/Concept-and-Code new file mode 100644 index 00000000..effa353f --- /dev/null +++ b/org/Concept-and-Code @@ -0,0 +1,6 @@ +--- +layout: org +title: Concept & Code +site: https://github.com/concept-code-design/ +--- +Concept & Code designs (custom)(midi) hardware based on a variety of controllers, such as CH55G, RP2040, SAMD21, ESP32. diff --git a/org/ConceptCodeDesign/index.md b/org/ConceptCodeDesign/index.md new file mode 100644 index 00000000..effa353f --- /dev/null +++ b/org/ConceptCodeDesign/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Concept & Code +site: https://github.com/concept-code-design/ +--- +Concept & Code designs (custom)(midi) hardware based on a variety of controllers, such as CH55G, RP2040, SAMD21, ESP32. diff --git a/org/Domesday86/index.md b/org/Domesday86/index.md new file mode 100644 index 00000000..19465318 --- /dev/null +++ b/org/Domesday86/index.md @@ -0,0 +1,10 @@ +--- +layout: org +title: Domesday86 +site: https://domesday86.com/ +--- +domesday86.com is a project dedicated to preserving and emulating the BBC Domesday Project (1986), +providing tools, documentation, and software that allow the original LaserDisc-based content to be +accessed on modern computer systems. + + diff --git a/org/EOA-electronics/index.md b/org/EOA-electronics/index.md new file mode 100644 index 00000000..9614b419 --- /dev/null +++ b/org/EOA-electronics/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: EOA-electronics +site: https://oslab.eoa-electronics.com/ +--- +We are a small team of electronics engineers doing projects in our free time. \ No newline at end of file diff --git a/org/ErgoGain/index.md b/org/ErgoGain/index.md new file mode 100644 index 00000000..515b6098 --- /dev/null +++ b/org/ErgoGain/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: ErgoGain +site: https://ergogain.co.jp +--- +Open-source keyboards and firmware. diff --git a/org/GreenKeys/index.md b/org/GreenKeys/index.md new file mode 100644 index 00000000..e687c8aa --- /dev/null +++ b/org/GreenKeys/index.md @@ -0,0 +1,17 @@ +--- +layout: org +title: GreenKeys +site: https://green-keys.info/ +--- + +GreenKeys was founded in 2022 as a web media dedicated to keyboards. + +Our mission is to introduce products and methods to make your desk environment more comfortable through the human interface device called “keyboard”. + +Today, the Internet environment has developed into a part of our daily life infrastructure, and the PCs that use it have also become an essential part of our lives, whether for business or gaming. + +On the other hand, most people are not interested in keyboards and other input devices, but are more interested in the main hardware and software components such as operating systems. + +Through this web media, we hope to increase interest in input devices and share with our readers the magical power of the keyboard, which is both more efficient and more attractive. + +Translated with DeepL.com (free version) diff --git a/org/KippCannon/index.md b/org/KippCannon/index.md new file mode 100644 index 00000000..113056b3 --- /dev/null +++ b/org/KippCannon/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Kipp Cannon +site: https://github.com/cannon-zz +--- +Sharing personal projects. diff --git a/org/LGDXRobotics/index.md b/org/LGDXRobotics/index.md new file mode 100644 index 00000000..5896d507 --- /dev/null +++ b/org/LGDXRobotics/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: LGDXRobotics +site: https://lgdxrobot.bristolgram.uk/ +--- +LGDXRobotics brings robotics to everyone through openness and simplicity, offering a unified knowledge-access experience. diff --git a/org/LeeNX/index.md b/org/LeeNX/index.md new file mode 100644 index 00000000..752f812d --- /dev/null +++ b/org/LeeNX/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: LeeNX Consultancy +site: https://leenx.org +--- +We run a Free and Open Source Software (FOSS) initiative focused on embedded systems, robotics, and low-power wireless communication. Our projects include custom hardware and firmware for BLE gamepads, educational robots, and small-scale autonomous systems. We actively contribute to the open-source community by developing and sharing tools, libraries, and documentation to support others working with ESP32, ARM-based microcontrollers, and cross-compilation workflows. diff --git a/org/MachiKania/index.md b/org/MachiKania/index.md new file mode 100644 index 00000000..65ea12c8 --- /dev/null +++ b/org/MachiKania/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: MachiKania team +site: https://github.com/machikania +--- +MachiKania is an open platform for microcontrollers with BASIC compiler. diff --git a/org/MediaCode/index.md b/org/MediaCode/index.md new file mode 100644 index 00000000..8eb7a20b --- /dev/null +++ b/org/MediaCode/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: MediaCode, LLC +site: https://www.media-code.ru +--- +We develop, implement and support IT systems for broadcasting, education and medicine. \ No newline at end of file diff --git a/org/ModosTech/index.md b/org/ModosTech/index.md new file mode 100644 index 00000000..1166405f --- /dev/null +++ b/org/ModosTech/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Modos Tech +site: https://modos.tech +--- +Our mission is to help you live a healthy life by creating technology that respects your time, attention, and well-being. We are creating an open hardware and open-source ecosystem of e-ink devices. diff --git a/org/OgmaVision/index.md b/org/OgmaVision/index.md new file mode 100644 index 00000000..1387e7cb --- /dev/null +++ b/org/OgmaVision/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: OgmaVision +site: https://getogma.com/ +--- +Making astronomy more accessible by lowering the cost of high-quality equipment. \ No newline at end of file diff --git a/org/PaulHampson/index.md b/org/PaulHampson/index.md new file mode 100644 index 00000000..f09c6d4f --- /dev/null +++ b/org/PaulHampson/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Paul Hampson +site: https://github.com/paulhampson +--- +Builder of electronic things that do stuff in the real world diff --git a/org/PostalPortal/index.md b/org/PostalPortal/index.md new file mode 100644 index 00000000..6bb68de9 --- /dev/null +++ b/org/PostalPortal/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: PostalPortal LLC d.b.a PostalPoint® +site: https://postalportal.net +--- +Building shipping and postal software for the 21st century. https://postalpoint.app/hardware diff --git a/org/PureCore/index.md b/org/PureCore/index.md new file mode 100644 index 00000000..eff9daa9 --- /dev/null +++ b/org/PureCore/index.md @@ -0,0 +1,13 @@ +--- +layout: org +title: My DIY projects +site: http://puredsd.ru/ +--- + +All my projects are designed to meet the high demands of Hi-End audio standards. +Technical support for my projects is available at https://forum.puredsd.ru + +Pavel Pogodin +pavel.pogodin@gmail.com + + diff --git a/org/QuadState/index.md b/org/QuadState/index.md new file mode 100644 index 00000000..fb3d50d3 --- /dev/null +++ b/org/QuadState/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: QuadState +site: https://github.com/QuadState +--- + +QuadState is a personal developer focused on human-interface devices (HID), particularly custom keyboards, electrostatic capacitive switches, and embedded systems. \ No newline at end of file diff --git a/org/SadaleNet/index.md b/org/SadaleNet/index.md new file mode 100644 index 00000000..c8074300 --- /dev/null +++ b/org/SadaleNet/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Sadale.net (jan Sate) +site: https://sadale.net/ +--- +Sadale (jan Sate) is a hobbyist that makes electronics, mainly for toki pona community. Sadale is the first person in the world that develop Toki Pona electronic devices. diff --git a/org/Summa-Cogni/index.md b/org/Summa-Cogni/index.md new file mode 100644 index 00000000..2deb7120 --- /dev/null +++ b/org/Summa-Cogni/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Summa Cogni +site: http://www.summacogni.org/ +--- +A company founded and run by Magne Lauritzen. Summa Cogni aims to release useful open source hardware of high quality. \ No newline at end of file diff --git a/org/Tygo-van-den-Hurk/index.md b/org/Tygo-van-den-Hurk/index.md new file mode 100644 index 00000000..6b86b9dc --- /dev/null +++ b/org/Tygo-van-den-Hurk/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Tygo van den Hurk (@Tygo-van-den-Hurk) +site: https://github.com/Tygo-van-den-Hurk/ +--- +Computer Scientist with that hobby that is quickly growing out of hand. diff --git a/org/UTBDK/index.md b/org/UTBDK/index.md new file mode 100644 index 00000000..ca6d6df9 --- /dev/null +++ b/org/UTBDK/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: UTBDK +site: https://buglloc.com +--- +An enthusiast of open-source software and hardware. diff --git a/org/WeActStudio/index.md b/org/WeActStudio/index.md new file mode 100644 index 00000000..ddf0afab --- /dev/null +++ b/org/WeActStudio/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: WeAct Studio +site: https://www.weact-tc.cn/ +--- +A studio dedicated to the design of one-of-a-kind electronic modules \ No newline at end of file diff --git a/org/alukovenko/index.md b/org/alukovenko/index.md new file mode 100644 index 00000000..6222f26b --- /dev/null +++ b/org/alukovenko/index.md @@ -0,0 +1,9 @@ +--- +layout: org +title: Andrei Lukovenko +site: https://helpso.me/ +--- + +Engineer by trade and soul. Infrastructure automation, embedded systems, network protocols, Linux systems and automation. + +Building distributed systems, bare-metal deployments, and precision timing protocols. From hardware to large-scale network infrastructure - crafting solutions where hardware meets software since 1990s. diff --git a/org/avdyushin/index.md b/org/avdyushin/index.md new file mode 100644 index 00000000..cc4a1a76 --- /dev/null +++ b/org/avdyushin/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Grigory Avdyushin +site: https://blog.grigory.nl/ +--- +I'm software engineer from Rotterdam who has interest in hardware, security, retro and open source stuff. diff --git a/org/badgeteam/index.md b/org/badgeteam/index.md index 7dea74a4..ae77a6ae 100644 --- a/org/badgeteam/index.md +++ b/org/badgeteam/index.md @@ -1,12 +1,12 @@ --- layout: org -title: BADGE.TEAM +title: Badge.Team site: https://www.badge.team/ --- -BADGE.TEAM is a group of people developing electronic conference badges. +Badge.Team is a group of volunteers developing electronic conference badges. We've created the hardware for the [SHA2017](https://sha2017.org), [HackerHotel 2019 & 2020](https://hackerhotel.nl) and [MCH2022](https://mch2022.org) badges as well as a universal software platform powering not only our own but also a whole list of other conference badges such as the [Disobey.fi 2019 and 2020](https://disobey.fi/), [CampZone 2019 and 2020](https://campzone.nl/) and [Troopers 2022](https://troopers.de/) badges. -Documentation about our projects can be found at [docs.badge.team](https://docs.badge.team). +Documentation about our projects can be found on [our website](https://badge.team). diff --git a/org/brucebiotech/index.md b/org/brucebiotech/index.md new file mode 100644 index 00000000..80b5de79 --- /dev/null +++ b/org/brucebiotech/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Bruce Biotech +site: https://github.com/brucebiotech +--- +Bruce Biotech develops robotics hardware and software for the horticulture and agriculture industries. diff --git a/org/clackups/index.md b/org/clackups/index.md new file mode 100644 index 00000000..1b054013 --- /dev/null +++ b/org/clackups/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: clackups +site: https://github.com/clackups +--- +Open source adaptive electronics for users with disabilities. \ No newline at end of file diff --git a/org/diva-eng/index.md b/org/diva-eng/index.md new file mode 100644 index 00000000..9e7b60b1 --- /dev/null +++ b/org/diva-eng/index.md @@ -0,0 +1,7 @@ +--- +--- +layout: org +title: Diva Engineering +site: https://github.com/diva-eng +--- +Diva Engineering is an open-source engineering group focused on embedded systems, tooling, and practical maker projects. This project is community-focused and aims to bring the Vocaloid community together. \ No newline at end of file diff --git a/org/eAFAQ/index.md b/org/eAFAQ/index.md new file mode 100644 index 00000000..b117448f --- /dev/null +++ b/org/eAFAQ/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: eAFAQ +site: https://eafaq.com/ +--- +Open-hardware & IoT solutions diff --git a/org/hanshuebner/index.md b/org/hanshuebner/index.md new file mode 100644 index 00000000..d864a544 --- /dev/null +++ b/org/hanshuebner/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Hans Hübner +site: https://github.com/hanshuebner +--- +Berlin based computer tinkerer diff --git a/org/heathen.pro/index.md b/org/heathen.pro/index.md new file mode 100644 index 00000000..5828d195 --- /dev/null +++ b/org/heathen.pro/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: heathen.pro +site: http://heathen.pro/ +--- +That bald dude with the braid. An IT guy collecting hobbies like Pokémon. diff --git a/org/hyperglitch/index.md b/org/hyperglitch/index.md new file mode 100644 index 00000000..c5a7cdfe --- /dev/null +++ b/org/hyperglitch/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: HYPERGLITCH Ltd +site: https://hyperglitch.com +--- +HYPERGLITCH Ltd is a hardware and software R&D company from Croatia, providing development services and creating open hardware and open software solutions. diff --git a/org/its_kronos/index.md b/org/its_kronos/index.md new file mode 100644 index 00000000..225c6d6e --- /dev/null +++ b/org/its_kronos/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: its_kronos +--- + +Hi! I am a teenage developer who likes working on various projects in my free time. diff --git a/org/johannh/index.md b/org/johannh/index.md new file mode 100644 index 00000000..dcae3889 --- /dev/null +++ b/org/johannh/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: Johann Hanne +--- +Open source software and hardware hobbyist. diff --git a/org/joleuger/index.md b/org/joleuger/index.md new file mode 100644 index 00000000..0c0c854c --- /dev/null +++ b/org/joleuger/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: joleuger +site: https://github.com/joleuger/ +--- + +Software architect, and open-source enthusiast interested in low-level Linux systems in my free time. diff --git a/org/kearney.dev/index.md b/org/kearney.dev/index.md new file mode 100644 index 00000000..716d43c1 --- /dev/null +++ b/org/kearney.dev/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: kearney.dev +--- +Open source hardware and software, mostly focused on retro/vintage activities of one sort or another. diff --git a/org/kennyblackprinting/index.md b/org/kennyblackprinting/index.md new file mode 100644 index 00000000..14d85dea --- /dev/null +++ b/org/kennyblackprinting/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Kenny Black Printing LLC +site: https://github.com/YodaDistro +--- +I am designing a 3D printed case and wired direct pin macro pad for distribution using open source code and QMK Firmware. \ No newline at end of file diff --git a/org/keshbach/index.md b/org/keshbach/index.md new file mode 100644 index 00000000..67247452 --- /dev/null +++ b/org/keshbach/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Kevin Eshbach +site: https://github.com/keshbach +--- +An open-source unofficial Windows application and USB adapter for the EPROM+ System from Andromeda Research Labs. diff --git a/org/lsartory/index.md b/org/lsartory/index.md new file mode 100644 index 00000000..245a7f2c --- /dev/null +++ b/org/lsartory/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Lambert Sartory +site: https://github.com/lsartory +--- +I'm an embedded engineer that likes to work on side projects once in a while, mostly related to FPGAs. diff --git a/org/mateusznowakdev/index.md b/org/mateusznowakdev/index.md new file mode 100644 index 00000000..a0e4218c --- /dev/null +++ b/org/mateusznowakdev/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Mateusz Nowak +site: https://mateusznowak.dev +--- + +Software engineer, tinkering with electronics in his free time. diff --git a/org/molnarkares/index.md b/org/molnarkares/index.md new file mode 100644 index 00000000..5a1a130c --- /dev/null +++ b/org/molnarkares/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Karoly Molnar +site: https://github.com/molnarkares +--- +I am building software and hardware tools for embedded development + diff --git a/org/mucki.dev/index.md b/org/mucki.dev/index.md new file mode 100644 index 00000000..e96a13a6 --- /dev/null +++ b/org/mucki.dev/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: mucki.dev +site: https://mucki.dev/ +--- +I am a retired software engineer building software and hardware projects for fun. \ No newline at end of file diff --git a/org/noForth/index.md b/org/noForth/index.md new file mode 100644 index 00000000..50d85016 --- /dev/null +++ b/org/noForth/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: noForth +site: https://home.hccnet.nl/anij/nof/noforth.html +--- +We develop open source noForth systems and lots of examples for MSP430, Risc-V and RP2040. We provide free lectures and tutorials too. + diff --git a/org/pawpawworks/index.md b/org/pawpawworks/index.md new file mode 100644 index 00000000..dcf44627 --- /dev/null +++ b/org/pawpawworks/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Pawpaw Works +site: https://github.com/universalhandle +--- +Pawpaw Works develops music technology from Washington, D.C. diff --git a/org/piers.rocks/index.md b/org/piers.rocks/index.md new file mode 100644 index 00000000..ba077fc9 --- /dev/null +++ b/org/piers.rocks/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: piers.rocks +site: https://piers.rocks/ +--- +Piers is a technology enthusiast and enjoys creating open source software and hardware, often based around unusual or retro tech. diff --git a/org/pietrmar/index.md b/org/pietrmar/index.md new file mode 100644 index 00000000..ed705c24 --- /dev/null +++ b/org/pietrmar/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Martin Pietryka +site: https://pietryka.at/ +--- +Embedded software and hardware engineer. diff --git a/org/ralsina/index.md b/org/ralsina/index.md new file mode 100644 index 00000000..a0272751 --- /dev/null +++ b/org/ralsina/index.md @@ -0,0 +1,9 @@ +--- +layout: org +title: Roberto Alsina +site: https://ralsina.me +--- +I am a hobbyist developer. I am the author of a remote KVM which uses Linux composite gadget to control a server from a SBC, which means I need a PID. + +You can see that app at https://github.com/ralsina/kv + diff --git a/org/rcls/index.md b/org/rcls/index.md new file mode 100644 index 00000000..ec170970 --- /dev/null +++ b/org/rcls/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: rcls +site: https://github.com/rcls +--- +I'm a hobbyist software and hardware developer. See +https://github.com/rcls/gpsfreak for a current project. \ No newline at end of file diff --git a/org/second-bedroom/index.md b/org/second-bedroom/index.md new file mode 100644 index 00000000..1b0a8707 --- /dev/null +++ b/org/second-bedroom/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Second Bedroom +site: https://gamebub.net/ +--- + +Retrocomputing and other projects \ No newline at end of file diff --git a/org/skji/index.md b/org/skji/index.md new file mode 100644 index 00000000..63cc5761 --- /dev/null +++ b/org/skji/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: skji +--- +skji is a cozy community with enough lovely nerds in it to constitute a virtual hackspace diff --git a/org/skyevg/index.md b/org/skyevg/index.md new file mode 100644 index 00000000..dbf80d34 --- /dev/null +++ b/org/skyevg/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Skye Green +site: https://skye.vg/ +--- +I make stuff sometimes. \ No newline at end of file diff --git a/org/swaziloo/index.md b/org/swaziloo/index.md new file mode 100644 index 00000000..eb7cd7cd --- /dev/null +++ b/org/swaziloo/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: swaziloo +site: https://github.com/swaziloo +--- +The Esoteric Order of Mechanical Switches, Improvised Engineering, and Extraneous Distractions. diff --git a/org/tcsenpai/index.md b/org/tcsenpai/index.md new file mode 100644 index 00000000..0858857e --- /dev/null +++ b/org/tcsenpai/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: tcsenpai +site: https://github.com/tcsenpai +--- +Backend developer, privacy enthusiast and tinkerer. Founder of kynesys labs. diff --git a/org/tomoya723/index.md b/org/tomoya723/index.md new file mode 100644 index 00000000..b96b724a --- /dev/null +++ b/org/tomoya723/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: tomoya723 +site: https://github.com/tomoya723 +--- +I am designing open source digital cluster. \ No newline at end of file diff --git a/org/wcysite/index.md b/org/wcysite/index.md new file mode 100644 index 00000000..bba79a80 --- /dev/null +++ b/org/wcysite/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: wcysite +site: https://wcysite.com/ +--- +An individual enthusiast in CS and EE. diff --git a/org/wlanpi/index.md b/org/wlanpi/index.md new file mode 100644 index 00000000..f7f115e2 --- /dev/null +++ b/org/wlanpi/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: WLAN Pi +site: http://wlanpi.com +--- +Open Source Multitool for Wireless Pros diff --git a/org/zeptoforth/index.md b/org/zeptoforth/index.md new file mode 100644 index 00000000..e4771317 --- /dev/null +++ b/org/zeptoforth/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: zeptoforth +site: http://github.com/tabemann/zeptoforth/ +--- +zeptoforth is a project for the development of a FLOSS Forth compiler and operating system for ARM Cortex-M microcontrollers.