diff --git a/.github/workflows/htmlproofer.yml b/.github/workflows/htmlproofer.yml index ad7f8f7e..6c852ee2 100644 --- a/.github/workflows/htmlproofer.yml +++ b/.github/workflows/htmlproofer.yml @@ -5,12 +5,12 @@ jobs: runs-on: ubuntu-latest name: HTML Proofer env: - HTMLPROOFER_OPTIONS: './_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug --url-ignore /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$/' + 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: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '3.3' - uses: actions/cache@v4 with: path: vendor/bundle @@ -23,7 +23,7 @@ jobs: bundle install --jobs 4 --retry 3 - run: bundle exec jekyll doctor - run: bundle exec jekyll build - - run: bundle exec htmlproofer $HTMLPROOFER_OPTIONS --disable-external + - run: bundle exec htmlproofer ./_site --swap-urls "http[s]\://pid.codes:" --no-enforce-https --disable-external --log-level=:debug $HTMLPROOFER_OPTIONS # External check fail because they fetch too quickly from sites and get # 429 responses. We should cache checks and rate limit them as well. # - run: bundle exec htmlproofer $HTMLPROOFER_OPTIONS diff --git a/1209/2011/index.md b/1209/2011/index.md new file mode 100644 index 00000000..b9a3a0c0 --- /dev/null +++ b/1209/2011/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Exapandable Dash +owner: JS-SimSport + +license: MIT +site: https://github.com/Jordessey/ExpandableDash +source: https://github.com/Jordessey/ExpandableDash +--- diff --git a/1209/2024/index.md b/1209/2024/index.md new file mode 100644 index 00000000..bf34ca63 --- /dev/null +++ b/1209/2024/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: PicUNO RP2040 +owner: AtrivaTECH +license: MIT, GNU +site: http://www.atrivatech.com/picuno +source: http://github.com/atrivatech/picuno +--- +The PicUNO is an RP2040 powered UNO form Factor Pico board with level shifting to 5V on certain GPIO compatible with Micro Python, CircuitPython and Arduino IDE (C/C++) diff --git a/1209/2025/index.md b/1209/2025/index.md new file mode 100644 index 00000000..12f9adb9 --- /dev/null +++ b/1209/2025/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: emon +owner: openenergymonitor +license: CC SA 4.0 +site: https://openenergymonitor.org +source: https://github.com/awjlogan/emon32 +--- diff --git a/1209/2026/index.md b/1209/2026/index.md new file mode 100644 index 00000000..bc9e5e5c --- /dev/null +++ b/1209/2026/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Tempo SAMD51-based Logger +owner: rrainey +license: GNU GPLv3 +site: https://github.com/rrainey +source: https://github.com/rrainey/tempo +--- \ No newline at end of file diff --git a/1209/2070/index.md b/1209/2070/index.md new file mode 100644 index 00000000..e53c3e1a --- /dev/null +++ b/1209/2070/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: VG3D Printer +owner: Vegetronix +license: GPLv3.0 +site: https://www.vegetronix.com/Products/3D-Printers +source: https://github.com/Vegetronix-Inc/VG3D-Source-Index +--- +VG3D Printer Control board which uses forked versions of the stk500v2 bootloader, the PrusaOwners/mk3-32u2-firmware, and the prusa3d/Prusa-Firmware:MK3_3.14.0, and uses the ultimachine/Einsy-Rambo board as its hardware. diff --git a/1209/2077/index.md b/1209/2077/index.md new file mode 100644 index 00000000..0502737f --- /dev/null +++ b/1209/2077/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: LoRaptor +owner: Smuggr +license: MIT +site: https://loraptor.smuggr.xyz/ +source: http://github.com/smegg99/LoRaptor/ +--- +LoRaptor is a communication device leveraging the ESP32-S3-MINI-1 microcontroller and the RA-02 LoRa module. It facilitates seamless peer-to-peer communication over a mesh network topology, managed through an intuitive companion application. diff --git a/1209/2350/index.md b/1209/2350/index.md new file mode 100644 index 00000000..253a8ed4 --- /dev/null +++ b/1209/2350/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: CircuitArt RP2350 zero +owner: circuitart +license: MIT +site: https://github.com/CircuitART/RP2350zero +source: https://github.com/CircuitART/RP2350zero +--- diff --git a/1209/2404/index.md b/1209/2404/index.md new file mode 100644 index 00000000..35388887 --- /dev/null +++ b/1209/2404/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Badgerd SDWire +owner: BadgerdTechnologies +license: Apache-2.0 +site: https://badgerd.nl/sdwirec +source: https://github.com/Badger-Embedded/badgerd-sdwirec +--- +A usb media hub with SDCard multiplexing capability. It switches sd card between +target device and host pc with the commandline utility. diff --git a/1209/2445/index.md b/1209/2445/index.md new file mode 100644 index 00000000..67d573de --- /dev/null +++ b/1209/2445/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: tk3-paparazzi +owner: openrobots +license: BSD +site: https://git.openrobots.org/projects/tk3-paparazzi +source: https://git.openrobots.org/projects/tk3-paparazzi/repository +--- +Custom firmware for the +[Paparazzi](https://wiki.paparazziuav.org/wiki/Category:Autopilots) boards +used in the Aerial Robotics Testbed at [LAAS/CNRS](https://www.laas.fr) diff --git a/1209/2525/index.md b/1209/2525/index.md new file mode 100644 index 00000000..d306ccf5 --- /dev/null +++ b/1209/2525/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: MFSerial +owner: first.ac +license: GPLv3 +site: https://github.com/zibredlektab/MFSerial +source: https://github.com/zibredlektab/MFSerial +--- +A device for converting the zoom signal from a Preston MicroForce into a serial signal for communication with a Preston MDR. Allows for setting limits & smoothing of zooms. USB for firmware updates. + +Hardware: https://github.com/zibredlektab/MFSerial/ +Firmware: https://github.com/zibredlektab/Prestonduino/ diff --git a/1209/2828/index.md b/1209/2828/index.md new file mode 100644 index 00000000..f8a9c3f9 --- /dev/null +++ b/1209/2828/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: TotTag +owner: HedgeTech +license: Apache-2.0 +site: https://github.com/lab11/socitrack +source: https://github.com/lab11/socitrack +--- +The TotTag is a self-contained sensor which utilizes a hybrid ultra +wideband (UWB) and Bluetooth Low Energy (BLE) radio design to enable +high-fidelity interaction tracking between devices without requiring +any supporting infrastructure. diff --git a/1209/2982/index.md b/1209/2982/index.md new file mode 100644 index 00000000..2c10f247 --- /dev/null +++ b/1209/2982/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ppk +owner: toxygen.net +license: Creative Commons Attribution-ShareAlike 3.0 +site: https://github.com/wojtekka/ppk +source: https://github.com/wojtekka/ppk +--- +Palm™ Portable Keyboard USB adapter diff --git a/1209/3020/index.md b/1209/3020/index.md new file mode 100644 index 00000000..6793ea2d --- /dev/null +++ b/1209/3020/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: LogicAnalyzer +owner: gusmanb +license: GPL-3.0 +site: https://github.com/gusmanb/logicanalyzer +source: https://github.com/gusmanb/logicanalyzer +--- +Versatile logic analyzer based on the Raspberry Pico \ No newline at end of file diff --git a/1209/3249/index.md b/1209/3249/index.md new file mode 100644 index 00000000..0d7613c3 --- /dev/null +++ b/1209/3249/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: USB MIDI to Sync Converter +owner: ammlab.org +license: GPLv3 +site: https://github.com/YuuichiAkagawa/USBMIDItoSyncConverter +source: https://github.com/YuuichiAkagawa/USBMIDItoSyncConverter +--- +Converts USB MIDI clock messages to sync signals diff --git a/1209/3706/index.md b/1209/3706/index.md new file mode 100644 index 00000000..26b0f8a8 --- /dev/null +++ b/1209/3706/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: DMG1083 panel driver +owner: eta +license: Apache-2.0 +site: https://eta.st/dmg1083 +source: https://git.eta.st/eta/led-panel-zone +--- diff --git a/1209/3919/index.md b/1209/3919/index.md new file mode 100644 index 00000000..1982317d --- /dev/null +++ b/1209/3919/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Thermostat +owner: Sinara +license: GPLv3.0, CERN OHL v1.2 +site: https://github.com/sinara-hw/Thermostat +source: https://github.com/quartiq/thermostat-mqtt +--- +Thermostat is a 2-channel temperature controller for NTC Thermistors and +TEC/Peltier/resistive heating elements. diff --git a/1209/391A/index.md b/1209/391A/index.md new file mode 100644 index 00000000..f7e8aded --- /dev/null +++ b/1209/391A/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Thermostat-EEM +owner: Sinara +license: MIT/Apache-2.0, CERN OHL v1.2 +site: https://github.com/sinara-hw/Thermostat_EEM +source: https://github.com/quartiq/thermostat-eem +--- +Thermostat-EEM is a multi-channel temperature controller for up to 16 NTC thermistors and +4 TEC/Peltier/resistive heating elements. diff --git a/1209/455A/index.md b/1209/455A/index.md new file mode 100644 index 00000000..35309d4d --- /dev/null +++ b/1209/455A/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: ErgoDonk Zero Split Keyboard +owner: JellyTitan +license: MIT +site: https://www.ergodonk.com +source: https://github.com/JellyTitan/ErgoDonk-Zero +--- + +ErgoDonk Zero is a 6×9+6 keys split ortholinear keyboard with encoder, solenoid support, hot-swop sockets for MX or Choc v1 low profile switches, and uses the RP2040 "Zero" MCU. diff --git a/1209/4567/index.md b/1209/4567/index.md new file mode 100644 index 00000000..71bea1d2 --- /dev/null +++ b/1209/4567/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: Plug-n-Play SAMD21 Development Board +owner: 4project +license: MIT +site: https://github.com/abetis/PlugAndPlay-SAMD21 +source: https://github.com/abetis/EBF +--- +Plug-n-Play is an Arduino based system of parts that allows easier and permanent connections. +Allowing easy development with interrupts and power-saving in mind. +SAMD21 Development board is the first "logic" part in the PnP series. diff --git a/1209/4B42/index.md b/1209/4B42/index.md new file mode 100644 index 00000000..aea17be0 --- /dev/null +++ b/1209/4B42/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: HID bridge +owner: gadgetproject +license: CC0 +site: https://github.com/gadgetproject/ +source: https://github.com/gadgetproject/hidbridge/ +--- +BLE-to-USB HID bridge device for connecting BLE keyboards to PC BIOS etc. diff --git a/1209/4C48/index.md b/1209/4C48/index.md new file mode 100644 index 00000000..207798ae --- /dev/null +++ b/1209/4C48/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ElasticNode +owner: uni-due.ies +license: MIT +site: https://www.uni-due.de/es/en/en_elastic_ai.php +source: https://github.com/es-ude/elastic-ai +--- +ElasticNode Hardware for researchers diff --git a/1209/4DF6/index.md b/1209/4DF6/index.md new file mode 100644 index 00000000..1aadbb1e --- /dev/null +++ b/1209/4DF6/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: RPGA Feather +owner: OakDevelopmentTechnologies +license: MIT +site: https://github.com/Oak-Development-Technologies/RPGA-Feather +source: https://github.com/skerr92/circuitpython/tree/rpga_feather/ports/raspberrypi/boards/odt_rpga_feather +--- diff --git a/1209/4E00/index.md b/1209/4E00/index.md new file mode 100644 index 00000000..6ee2311b --- /dev/null +++ b/1209/4E00/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Acapeo LedExtender +owner: manoukianv +license: LGPL-3.0 +site: https://github.com/manoukianv/LedExtender +source: https://github.com/manoukianv/LedExtender +--- +LedExtender is a OpenSource firwmare to build a StripLed which light informations from SimRacing games. +The firmware received data from SimHub and show status with led color. + +This firmware is developed for RP2040 and WS2812. diff --git a/1209/5284/index.md b/1209/5284/index.md new file mode 100644 index 00000000..aed43bd3 --- /dev/null +++ b/1209/5284/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: nRFMicro Bootloader +owner: joric +license: MIT +site: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 +source: https://github.com/joric/nrfmicro +--- +A Pro Micro alternative for wireless keyboards. diff --git a/1209/5687/index.md b/1209/5687/index.md new file mode 100644 index 00000000..361e9367 --- /dev/null +++ b/1209/5687/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ECCN M0 +owner: Bradán.Lane.STUDIO +license: MIT +site: https://gitlab.com/bradanlane/eccn_m0 +source: https://github.com/bradanlane/circuitpython/tree/bls_coin_m0 +--- +The ECCN M0 is a small SAMD21G18 design with 4MB flash, touch pads, LEDs, and a buzzer. It supports both C/C++ and CircuitPython. An example use for the the ECCN M0 would be a 3-button macropad. diff --git a/1209/5801/index.md b/1209/5801/index.md new file mode 100644 index 00000000..4b2ce705 --- /dev/null +++ b/1209/5801/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Lily58 Lite Rev3 +owner: yuchi +license: MIT +site: https://kata0510.github.io/Lily58-Document/ +source: https://github.com/kata0510/Lily58 +--- +Lily58 is 6×4+4keys column-staggered split keyboard. diff --git a/1209/5AB1/index.md b/1209/5AB1/index.md new file mode 100644 index 00000000..b888657b --- /dev/null +++ b/1209/5AB1/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Futaba +owner: geek-rabb1t +license: MIT +site: https://github.com/geek-rabb1t/futaba +source: https://github.com/geek-rabb1t/futaba +--- +Futaba is a keyboard with trackpad. \ No newline at end of file diff --git a/1209/5C51/index.md b/1209/5C51/index.md new file mode 100644 index 00000000..ae641b9c --- /dev/null +++ b/1209/5C51/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: BlueSCSI V2 +owner: BlueSCSI +license: GPL3 +site: https://bluescsi.com +source: https://github.com/BlueSCSI/BlueSCSI-V2 +--- +An open source SCSI adapter for connecting modern hardware to vintage computer hardware. diff --git a/1209/6036/index.md b/1209/6036/index.md new file mode 100644 index 00000000..4021c26f --- /dev/null +++ b/1209/6036/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: WK-50 Trackball Keyboard +owner: kelvinA +license: GPLv3 +site: https://hackaday.io/project/197550-wk-50-trackball-keyboard +source: https://github.com/Glodigit/wk-50 +--- +40%, backlit, hot-swappable keyboard from AliExpress that uses an ADNS-5050 optical sensor to read a centered trackball. It also has a backlit encoder. It can run CircuitPython. diff --git a/1209/6687/index.md b/1209/6687/index.md new file mode 100644 index 00000000..d0945f21 --- /dev/null +++ b/1209/6687/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: TEF668X Headless USB Tuner +owner: FMDX.org +license: CERN-OHL-W v2 (HW), GPL-3.0 (FW) +site: https://fmdx.org/ +source: https://github.com/FMDX-org/tef668x-headless-usb-tuner +--- +USB radio tuner based on STM32F072 MCU and TEF6687 RF receiver with three antenna inputs and digital audio. +Firmware is available in a separate repository: https://github.com/kkonradpl/FM-DX-Tuner diff --git a/1209/6804/index.md b/1209/6804/index.md new file mode 100644 index 00000000..8a7a24fd --- /dev/null +++ b/1209/6804/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Hootswitch +owner: saybur +license: GPLv3 (firmware), CERN-OHL-S-2.0 (hardware) +site: https://github.com/saybur/hootswitch +source: https://github.com/saybur/hootswitch +--- +ADB keyboard/mouse switch for vintage Mac computers. diff --git a/1209/6D00/index.md b/1209/6D00/index.md new file mode 100644 index 00000000..7fb6b868 --- /dev/null +++ b/1209/6D00/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Keyboard 2.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/reform-handbook/hardware.html#keyboard +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-keyboard2-pcb +--- +Mechanical Keyboard with WLED backlighting and Atmega32U4 MCU, used in MNT Reform laptops and as standalone USB device. diff --git a/1209/6D01/index.md b/1209/6D01/index.md new file mode 100644 index 00000000..c680673c --- /dev/null +++ b/1209/6D01/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Keyboard 3.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/reform-handbook/hardware.html#keyboard +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-keyboard3-pcb +--- +Mechanical Keyboard with WLED backlighting and Atmega32U4 MCU, traditional stagger, used in MNT Reform laptops and as standalone USB device. diff --git a/1209/6D02/index.md b/1209/6D02/index.md new file mode 100644 index 00000000..7ad8b517 --- /dev/null +++ b/1209/6D02/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Keyboard 4.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://shop.mntre.com/products/mnt-reform-keyboard-40 +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-keyboard4-pcb +--- +Mechanical Keyboard with RGB backlighting and RP2040 MCU, used in MNT Reform and MNT Reform Next laptops and as standalone USB device. diff --git a/1209/6D03/index.md b/1209/6D03/index.md new file mode 100644 index 00000000..7cfeba13 --- /dev/null +++ b/1209/6D03/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Trackball 1.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/reform-handbook/hardware.html#trackball +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-trackball-pcb +--- +Optical Trackball (first version) with Atmega32U2 MCU, used in the MNT Reform Laptop. diff --git a/1209/6D04/index.md b/1209/6D04/index.md new file mode 100644 index 00000000..8fb6223f --- /dev/null +++ b/1209/6D04/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Trackball 2.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/reform-handbook/hardware.html#trackball +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-trackball2-pcb +--- +Optical Trackball with RP2040 MCU, used in the MNT Reform Laptop. diff --git a/1209/6D05/index.md b/1209/6D05/index.md new file mode 100644 index 00000000..a1c1d0a2 --- /dev/null +++ b/1209/6D05/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Trackpad 1.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/reform-handbook/hardware.html#trackpad +source: https://source.mnt.re/reform/reform/-/tree/master/reform2-trackpad-pcb +--- +Capacitive Trackpad with Atmega32U2 MCU, used in the MNT Reform Laptop. diff --git a/1209/6D06/index.md b/1209/6D06/index.md new file mode 100644 index 00000000..00fece79 --- /dev/null +++ b/1209/6D06/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: MNT Pocket Reform Input 1.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://mntre.com/documentation/pocket-reform-handbook/hardware.html#keyboard +source: https://source.mnt.re/reform/pocket-reform/-/tree/main/pocket-reform-keyboard-kailh-ortho +--- +Combined Mechanical Keyboard/Trackball with RP2040 +MCU, used in the MNT Pocket Reform Mini Laptop. diff --git a/1209/6D07/index.md b/1209/6D07/index.md new file mode 100644 index 00000000..27ffcfa6 --- /dev/null +++ b/1209/6D07/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Pocket Reform System Controller 1.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://source.mnt.re/reform/pocket-reform +source: https://mntre.com/documentation/pocket-reform-handbook/hardware.html#motherboard +--- +Motherboard of the MNT Pocket Reform Laptop, with USB exposed System Controller (RP2040 MCU). diff --git a/1209/6D08/index.md b/1209/6D08/index.md new file mode 100644 index 00000000..e4fc79ef --- /dev/null +++ b/1209/6D08/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Next System Controller 1.0 +owner: mnt-research +license: CERN OHL-S v2 +site: https://source.mnt.re/reform/reform-next +source: https://source.mnt.re/reform/reform-next/-/tree/main/nref-motherboard +--- +Motherboard of the MNT Reform Next Laptop, with USB exposed System Controller (RP2040 MCU). diff --git a/1209/6D09/index.md b/1209/6D09/index.md new file mode 100644 index 00000000..29108337 --- /dev/null +++ b/1209/6D09/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MNT Reform Camera +owner: mnt-research +license: CERN OHL-S v2 +site: https://source.mnt.re/reform/reform-camera +source: https://source.mnt.re/reform/reform-camera +--- +Modular open hardware USB Camera, designed for use with the MNT Reform laptop, but works with any USB Video Class compatible computer. diff --git a/1209/7111/index.md b/1209/7111/index.md new file mode 100644 index 00000000..5d4ddb90 --- /dev/null +++ b/1209/7111/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Tomato Radio Automation Button Box +owner: dtcooper +license: MIT +site: https://github.com/dtcooper/tomato/blob/main/controller/README.md +source: https://github.com/dtcooper/tomato/tree/main/controller +--- diff --git a/1209/7672/index.md b/1209/7672/index.md index b23b8cd9..73dd5421 100644 --- a/1209/7672/index.md +++ b/1209/7672/index.md @@ -2,7 +2,8 @@ layout: pid title: VR61 Keyboard owner: Tecsmith -license: MIT -site: https://tecsmith.com.au -source: https://github.com/Tecsmith/vr61-keyboard-pcb +license: CC BY-SA 4.0 +site: https://c1k.it.vr61 +source: https://github.com/tecsmith/vr61-keyboard-pcb --- +A 61-key "poker" loayout keyboard designed to fit GH60 cases and features a pluggable SparkFun MicroMod MCU module running QMK firmware. diff --git a/1209/7690/index.md b/1209/7690/index.md new file mode 100644 index 00000000..de93a982 --- /dev/null +++ b/1209/7690/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: SlimeNRF Receiver +owner: SlimeVR +license: MIT OR Apache-2.0 +site: https://github.com/SlimeVR/SlimeNRF-Receiver +source: https://github.com/SlimeVR/SlimeNRF-Receiver +--- +A dongle for connecting SlimeVR smol trackers \ No newline at end of file diff --git a/1209/7691/index.md b/1209/7691/index.md new file mode 100644 index 00000000..08d01065 --- /dev/null +++ b/1209/7691/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: SlimeNRF Receiver Bootloader +owner: SlimeVR +license: MIT OR Apache-2.0 +site: https://github.com/SlimeVR/SlimeNRF-Receiver +source: https://github.com/SlimeVR/Adafruit_nRF52_Bootloader +--- +UF2 bootloader for SlimeVR receiver \ No newline at end of file diff --git a/1209/7692/index.md b/1209/7692/index.md new file mode 100644 index 00000000..e52a06a1 --- /dev/null +++ b/1209/7692/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: SlimeNRF Tracker +owner: SlimeVR +license: MIT OR Apache-2.0 +site: https://github.com/SlimeVR/SlimeNRF-Tracker +source: https://github.com/SlimeVR/SlimeNRF-Tracker +--- +SlimeVR smol rotation-based vr trackers \ No newline at end of file diff --git a/1209/7693/index.md b/1209/7693/index.md new file mode 100644 index 00000000..852025ce --- /dev/null +++ b/1209/7693/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: SlimeNRF Tracker Bootloader +owner: SlimeVR +license: MIT OR Apache-2.0 +site: https://github.com/SlimeVR/SlimeNRF-Tracker +source: https://github.com/SlimeVR/Adafruit_nRF52_Bootloader +--- +UF2 bootloader for SlimeVR smol slime \ No newline at end of file diff --git a/1209/8738/index.md b/1209/8738/index.md new file mode 100644 index 00000000..ae1e7382 --- /dev/null +++ b/1209/8738/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: UniversalIO +owner: jeff3 +license: MIT +site: https://github.com/jeffpeng3/UniversalIO +source: https://github.com/jeffpeng3/UniversalIO +--- + +UniversalIO utilizes an external board's I2C, SPI, and other interfaces through a system-level driver, enabling seamless expansion of the system bus for both debugging and production environments. diff --git a/1209/8851/index.md b/1209/8851/index.md new file mode 100644 index 00000000..e808ca63 --- /dev/null +++ b/1209/8851/index.md @@ -0,0 +1,26 @@ +--- +layout: pid +title: The Tic-Nic PTP Adapter with GPS and Hardware I/O +owner: till-s +license: EUPL +site: https://www.github.com/till-s/tic-nic +source: https://www.github.com/till-s/tic-nic +--- +The Tic-Nic is based on the DP83640 PHY with IEEE-1588 (PTP) +support. The PHY has several hardware GPIOs which can be used to +capture or generate PTP-synchronized events. These are routed +to connectors and pins on the board. + +A USB CDC-NCM network adapter which connects to the PHY is +implemented in a Trion-T20 FPGA. + +The FPGA has plenty of resources for added user functionality +(but the device operates just fine as-is). + +The board also features an optional GPS receiver which lets you +operate in PTP grand-master mode. The NMEA data are accessible +via a USB CDC-ACM interface. + +The DP83640 is well-supported under linux; a kernel driver +which extends the vanilla CDC-NCM driver to integrate PHY +access via MDIO is part of this project (GPL). diff --git a/1209/8990/index.md b/1209/8990/index.md new file mode 100644 index 00000000..54912572 --- /dev/null +++ b/1209/8990/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: KVM-Card-Mini K/M port +owner: Jancgk +license: MIT +site: https://github.com/Jackadminx/KVM-Card-Mini +source: https://github.com/Jackadminx/KVM-Card-Mini +--- + KVM-Card-Mini is a plug-and-play KVM (Keyboard Video Mouse) device control card. + +The USB data port transfers keyboard and mouse data via HID protocol. +The USB K/M port is used to emulate a keyboard and mouse. \ No newline at end of file diff --git a/1209/8991/index.md b/1209/8991/index.md new file mode 100644 index 00000000..ebc58eae --- /dev/null +++ b/1209/8991/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: KVM-Card-Mini Data port +owner: Jancgk +license: MIT +site: https://github.com/Jackadminx/KVM-Card-Mini +source: https://github.com/Jackadminx/KVM-Card-Mini +--- + KVM-Card-Mini is a plug-and-play KVM (Keyboard Video Mouse) device control card. + +The USB data port transfers keyboard and mouse data via HID protocol. +The USB K/M port is used to emulate a keyboard and mouse. \ No newline at end of file diff --git a/1209/9779/index.md b/1209/9779/index.md new file mode 100644 index 00000000..70c2ee88 --- /dev/null +++ b/1209/9779/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Unicorne +owner: raurodse +license: MIT +site: https://github.com/raurodse/unicorne +source: https://github.com/raurodse/unicorne +--- diff --git a/1209/AA61/index.md b/1209/AA61/index.md new file mode 100644 index 00000000..89de3965 --- /dev/null +++ b/1209/AA61/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: apfelbug +owner: apfelaudio +license: MIT +site: https://github.com/apfelaudio/apfelbug +source: https://github.com/apfelaudio/apfelbug +--- +`apfelbug` is an RP2040-based JTAG debugger and CDC/UART terminal that is built into the Tiliqua FPGA-based audio multitool and other devices from apfelaudio. It runs firmware based on the `pico-dirtyJtag` project with some additional features. diff --git a/1209/AA62/index.md b/1209/AA62/index.md new file mode 100644 index 00000000..728f8755 --- /dev/null +++ b/1209/AA62/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: tiliqua +owner: apfelaudio +license: CERN-OHL-S-2.0 +site: https://github.com/apfelaudio/tiliqua +source: https://github.com/apfelaudio/tiliqua +--- +Tiliqua is a standalone FPGA-based audio multitool in a Eurorack module. It has 8 proximity-sensitive audio channels, MIDI, USB2 audio capability using the provided high-speed PHY, a built-in debugger and PMOD-compatible expansion headers. + +Tiliqua has 2 USB ports: a high-speed USB2 port for class-compliant USB audio (this pid), and a built-in debugger which enumerates as `apfelbug` (separate pid). diff --git a/1209/ABFF/index.md b/1209/ABFF/index.md new file mode 100644 index 00000000..35cf85a1 --- /dev/null +++ b/1209/ABFF/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: PiLomar stepper driver +owner: MelanieT +license: BSD-3-Clause +site: https://github.com/MelanieT/PiLomar-pico-controller +source: https://github.com/MelanieT/PiLomar-pico-controller +--- +A stepper motor driver for the PiLomar astrophotography project diff --git a/1209/B001/index.md b/1209/B001/index.md new file mode 100644 index 00000000..be268be1 --- /dev/null +++ b/1209/B001/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Zephyr based GRUB boot selector switch +owner: pkoscik +license: Apache-2.0 +site: https://github.com/pkoscik/grub-bootsel-zephyr +source: https://github.com/pkoscik/grub-bootsel-zephyr +--- +A Zephyr RTOS-based application for selecting GRUB bootloader entries. diff --git a/1209/B803/index.md b/1209/B803/index.md new file mode 100644 index 00000000..a2d74dda --- /dev/null +++ b/1209/B803/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: UIAPduino Pro Micro CH32V003 +owner: UIAP +license: MIT-x11, CC BY-SA 4.0, Public Domain +site: https://www.uiap.jp/en/uiapduino/pro-micro/ch32v003/ +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/C00B/index.md b/1209/C00B/index.md new file mode 100644 index 00000000..7706b3dc --- /dev/null +++ b/1209/C00B/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Teensy Keyboard Bridge +owner: tritoke +license: apache-2.0 +site: https://github.com/tritoke/teensy-keyboard-bridge +source: https://github.com/tritoke/teensy-keyboard-bridge +--- +Computer to computer keyboard bridge. diff --git a/1209/C55A/index.md b/1209/C55A/index.md new file mode 100644 index 00000000..c9a6ebc6 --- /dev/null +++ b/1209/C55A/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ch55xduino for audio devices +owner: ThinkCreate +license: LGPL +site: https://github.com/DeqingSun/ch55xduino +source: https://github.com/DeqingSun/ch55xduino +--- +ch55xduino is an Arduino-like programming API for the CH55X, a family of low-cost MCS51 USB MCU. The project tries to remove the difficulty of setting up a compiling environment. diff --git a/1209/CA01/index.md b/1209/CA01/index.md new file mode 100644 index 00000000..0f855b35 --- /dev/null +++ b/1209/CA01/index.md @@ -0,0 +1,19 @@ +--- +layout: pid +title: USB to CAN adapter +owner: CANnectivity +license: Apache-2.0 +site: https://github.com/CANnectivity/cannectivity +source: https://github.com/CANnectivity/cannectivity +--- +CANnectivity is an open source firmware for Universal Serial Bus (USB) +to Controller Area Network (CAN) adapters. + +The firmware implements the Geschwister Schneider USB/CAN device +protocol (often referred to as "gs_usb"). This protocol is supported +by the Linux kernel SocketCAN gs_usb driver, by python-can, and by +many other software packages. + +The firmware, which is based on the Zephyr RTOS, allows turning your +favorite microcontroller development board into a full-fledged USB to +CAN adapter. diff --git a/1209/CA02/index.md b/1209/CA02/index.md new file mode 100644 index 00000000..b48accb6 --- /dev/null +++ b/1209/CA02/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: USB to CAN adapter (DFU) +owner: CANnectivity +license: Apache-2.0 +site: https://github.com/CANnectivity/cannectivity +source: https://github.com/CANnectivity/cannectivity +--- +CANnectivity is an open source firmware for Universal Serial Bus (USB) +to Controller Area Network (CAN) adapters. + +The firmware has the capability of being upgraded via USB Device +Firmware Upgrade (DFU) mode. diff --git a/1209/CB65/index.md b/1209/CB65/index.md new file mode 100644 index 00000000..d5814285 --- /dev/null +++ b/1209/CB65/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Gemini +owner: "0xCB" +license: CERN OHL v2-S, GPL v3.0, CC-BY-SA 4.0 +site: https://keeb.supply/products/0xcb-gemini +source: https://github.com/0xCB-dev/0xCB-Gemini +--- + +RP2040 based pro micro compatible microcontroller specially designed for keyboards. Smaller brother of the 0xCB Helios + +Software Source: [here](https://github.com/qmk/qmk_firmware/tree/master/keyboards/0xcb) and staging is located [here](https://github.com/0xCB-dev/keeb-firmware-source). diff --git a/1209/D035/index.md b/1209/D035/index.md new file mode 100644 index 00000000..07622101 --- /dev/null +++ b/1209/D035/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: CH32X035 RISC-V USB "003fun" Example Applicaiton +owner: cnlohr +license: MIT-x11 +site: http://github.com/cnlohr/ch32v003fun +--- +The CH32X035 is a 24 cent microcontroller. This is the demo/example VID/PID for the ch32v003fun USB stack that runs on the ch32x035. + diff --git a/1209/DFAB/index.md b/1209/DFAB/index.md new file mode 100644 index 00000000..ac2f56d5 --- /dev/null +++ b/1209/DFAB/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: numatray +owner: marksard +license: CERN-OHL-P v2 +site: https://marksard.github.io +source: https://github.com/marksard/numatray +--- + +numatray is a 4-key macropad and fountain pen rest project. diff --git a/1209/E004/index.md b/1209/E004/index.md new file mode 100644 index 00000000..a6ce8c35 --- /dev/null +++ b/1209/E004/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: PROVES Kit RP2040 v4 +owner: BroncoSpace +license: CERN Open Hardware Licence Version 2 - Weakly Reciprocal +site: https://www.proveskit.space/ +source: https://github.com/proveskit/flight_controller_board/ +--- +PROVES (Pleiades Rapid Orbital Verification Experimental System) Kit RP2040 v4 is an open-source hardware and software platform designed for satellite missions. It provides a cost-effective and reliable solution for conducting scientific experiments in space. diff --git a/1209/E128/index.md b/1209/E128/index.md index c1098e27..a30f2038 100644 --- a/1209/E128/index.md +++ b/1209/E128/index.md @@ -1,8 +1,8 @@ --- layout: pid -title: PassPico +title: passta owner: brxken128 license: BSD 2-Clause -site: https://github.com/brxken128/passpico -source: https://github.com/brxken128/passpico +site: https://github.com/brxken128/passta +source: https://github.com/brxken128/passta --- diff --git a/1209/E501/index.md b/1209/E501/index.md new file mode 100644 index 00000000..023819b0 --- /dev/null +++ b/1209/E501/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: KERIgoKBD v1 +owner: kerislab +license: GPL v2 +site: https://www.kerislab.jp/ +source: https://github.com/kerikun11/kerigokbd +--- +KERI's Ergonomic Keyboard diff --git a/1209/EACC/index.md b/1209/EACC/index.md new file mode 100644 index 00000000..41f6f14f --- /dev/null +++ b/1209/EACC/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: gtfog dfu +owner: elmaczete_customs +license: CERN-OHL-S v2 +site: https://github.com/jmacheta/GTFOg +source: https://github.com/jmacheta/GTFOg +--- + +GTFOg - Smart anti-fog system for Airsoft applications - DFU \ No newline at end of file diff --git a/1209/EACD/index.md b/1209/EACD/index.md new file mode 100644 index 00000000..6e5edd86 --- /dev/null +++ b/1209/EACD/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: gtfog +owner: elmaczete_customs +license: CERN-OHL-S v2 +site: https://github.com/jmacheta/GTFOg +source: https://github.com/jmacheta/GTFOg +--- + +GTFOg - Smart anti-fog system for Airsoft applications. \ No newline at end of file diff --git a/1209/EAEB/index.md b/1209/EAEB/index.md new file mode 100644 index 00000000..0f285072 --- /dev/null +++ b/1209/EAEB/index.md @@ -0,0 +1,20 @@ +--- +layout: pid +title: Pico Controller +owner: Pinscape +license: MIT +site: https://github.com/mjrgh/PinscapePico/ +source: https://github.com/mjrgh/PinscapePico/ +--- +Pinscape Pico is a comprehensive I/O controller for virtual pinball cabinets +that runs on the Rasbperry Pi Pico (RP2040). This project is a sequel to the +original Pinscape KL25Z controller, reimplemented from the ground up for the +Pico. It creates a bridge between virtual pinball software on a PC (such as +Visual Pinball) and the physical input and output devices commonly found in +virtual pin cabs, including button inputs, plunger sensor inputs, accelerometer +(for nudge sensing), and feedback-effect devices (lights, solenoids, motors, +etc). The Pico communicates with host software on the PC via USB, using a +variety of standard HID interfaces and custom application-specific interfaces. +The project includes firmware for the Pico, plus a set of circuit board designs +for "expansion boards" that supplement the Pico's I/O capabilities with added +input ports and high-current output ports for feedback devices. diff --git a/1209/F480/index.md b/1209/F480/index.md new file mode 100644 index 00000000..718567a3 --- /dev/null +++ b/1209/F480/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: WorkerMouse +owner: zbauman3 +license: MIT +site: https://github.com/zbauman3/WorkerMouse +source: https://github.com/zbauman3/WorkerMouse +--- +An AVR project for a simple DIY mouse jiggler, using a minimal number of parts and simple software. diff --git a/1209/F4F4/index.md b/1209/F4F4/index.md new file mode 100644 index 00000000..c5dd55f9 --- /dev/null +++ b/1209/F4F4/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Gyroscreen +owner: EricRoy +license: GPLv3+ +site: https://gyroscreen.ericroy.net/ +source: http://github.com/royalmo/gyroscreen/ +--- +A device that auto-rotates your display programmatically. diff --git a/1209/FA55/index.md b/1209/FA55/index.md new file mode 100644 index 00000000..e0377492 --- /dev/null +++ b/1209/FA55/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Firmware +owner: TurtlPass +license: GPLv3 +site: https://turtlpass.com/ +source: https://github.com/TurtlPass/turtlpass-firmware-arduino +--- diff --git a/1209/FAD1/index.md b/1209/FAD1/index.md new file mode 100644 index 00000000..86809111 --- /dev/null +++ b/1209/FAD1/index.md @@ -0,0 +1,14 @@ +--- +layout: pid +title: 16nx +owner: oxion +license: MIT, CC BY-SA 4.0 +site: https://16n-faderbank.github.io/16nx +source: https://github.com/16n-faderbank/16next_firmware +--- + +16nx is an open-source controller for electronic musical instruments and devices. 16 60mm faders let you control devices over MIDI, CV, and I2C. + +[Hardware repo, CC-BY-SA licensed, is here](https://github.com/16n-faderbank/16nx) + +[Software repo, MIT licensed, is here](https://github.com/16n-faderbank/16next_firmware) diff --git a/1209/FD42/index.md b/1209/FD42/index.md new file mode 100644 index 00000000..199f59d4 --- /dev/null +++ b/1209/FD42/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: SAO Digital Multimeter +owner: HXR.DK +license: CC-BY-SA (hardware), MIT (Circuit Python firmware) +site: https://github.com/flummer/dmm-sao +source: https://github.com/flummer/dmm-sao +--- +A small digital multimeter that is designed as a badge add-on, following the SAO v1.69 specification. It is using the Raspberry Pi RP2040 and features a small OLED screen, rotating knob, function button and probe terminals, all housed in a 3D printed case. + +The firmware is using CircuitPython and the code can easily be hacked, by connecting via USB-C to the RP2040. \ No newline at end of file diff --git a/1209/FF02/index.md b/1209/FF02/index.md new file mode 100644 index 00000000..900ce15f --- /dev/null +++ b/1209/FF02/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: TReK G50 TIJUANA +owner: digitarhythm +license: MIT +site: https://github.com/digitarhythm/tijuana +source: https://github.com/digitarhythm/tijuana +--- diff --git a/1209/FF03/index.md b/1209/FF03/index.md new file mode 100644 index 00000000..4d07ed28 --- /dev/null +++ b/1209/FF03/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: TReK 64 AVAIN +owner: digitarhythm +license: MIT +site: https://github.com/digitarhythm/AVAIN +source: https://github.com/digitarhythm/AVAIN +--- diff --git a/1209/FF04/index.md b/1209/FF04/index.md new file mode 100644 index 00000000..4704376b --- /dev/null +++ b/1209/FF04/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: TReK Lagoon +owner: digitarhythm +license: MIT +site: https://github.com/digitarhythm/Lagoon +source: https://github.com/digitarhythm/Lagoon +--- diff --git a/1209/FF05/index.md b/1209/FF05/index.md new file mode 100644 index 00000000..f5e7442f --- /dev/null +++ b/1209/FF05/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: TReK Lagoon SP +owner: digitarhythm +license: MIT +site: https://github.com/digitarhythm/LagoonSP +source: https://github.com/digitarhythm/LagoonSP +--- diff --git a/6660/index.md b/6660/index.md new file mode 100644 index 00000000..e32bb00e --- /dev/null +++ b/6660/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: The Button +owner: Maebe.Me +license: GNU GPL v3 +site: https://github.com/maebemae/TheButton +source: https://github.com/maebemae/TheButton +--- +A velocity sensitive macro button. Based on the velocity of the button press, a relevant message is typed out. + +The project is based on a STM32C071 MCU, with an off the shelf Emergency Mushroom button, and keyswitch. + +The firmware uses a mix of STM32CubeMX + STM32 HAL and https://github.com/gbm-ii/gbmUSBdevice as the main usb driver diff --git a/Gemfile b/Gemfile index 5090158a..ae80d221 100644 --- a/Gemfile +++ b/Gemfile @@ -1,14 +1,13 @@ +source "https://rubygems.org" + require "json" require "open-uri" -source "https://rubygems.org" - -versions = open("https://pages.github.com/versions.json") do |source| - JSON.parse(source.read) -end +versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json').read) # Github Pages environment gem "github-pages", versions['github-pages'] gem "redcarpet" -gem "html-proofer", '>=3.3.1', '<4.0.0' +gem "html-proofer", '>=3.3.1' + diff --git a/_includes/footer.html b/_includes/footer.html index 9c2ce67d..938f0c41 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,22 +2,9 @@