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 @@
- Layout crafted with <3 by John Otander (@4lpine). - </> available on Github. + Layout crafted with <3 by John Otander (@4lpine). + </> available on Github.
- -{% if site.google_analytics %} - -{% endif %} diff --git a/_includes/head.html b/_includes/head.html index 13bc629d..45fc405b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,8 +12,8 @@ - - + + {% if site.show_social_icons or site.show_sharing_icons %} {% endif %} diff --git a/_includes/post_footer.html b/_includes/post_footer.html index 9fdb646e..0d3dfb9c 100755 --- a/_includes/post_footer.html +++ b/_includes/post_footer.html @@ -1,7 +1,7 @@
John Otander

- Pixyll is an open-source Jekyll theme that's built by John Otander. + Pixyll is an open-source Jekyll theme that's built by John Otander. When he's not writing code and building things, he likes to ski. A. Lot.

diff --git a/howto.md b/howto.md index 3a6dde84..27b7fe97 100644 --- a/howto.md +++ b/howto.md @@ -47,6 +47,7 @@ license: MIT site: http://www.mysite.com/ source: http://github.com/myorg/mydevice/ --- +A short description of my device and what it does. ``` The `title` field is what will appear on the pid.codes directory. Titles will be prefixed with the name of your organisation, so don't include that in the title. Try and pick a name you'd want to see in Device Manager or dmesg. @@ -55,7 +56,7 @@ For the `owner` field, specify the name of the directory you created for your or The `site` field should point to the most relevant URL about your project. The `source` field must point to a URL at which users can find the source code for your device; this includes both PCB designs and firmware. This does not have to be on GitHub. The two URLs can be the same. -Under the second triple-dashed line, you may write a short description of your project, if you wish; this is not mandatory. +Under the second triple-dashed line, you should write a short description of your project including what hardware and software it uses. ## 4. Send us a pull request Commit your changes to your fork of the repository with a descriptive commit message, and [send us a pull request](https://help.github.com/articles/using-pull-requests/). Pull requests will only be accepted if they follow the rules laid out for the VID you are requesting a PID under. If this is not your first PID, or you're requesting multiple PIDs, we may ask for more details and justification. Once we accept your pull request, your registration will go live and appear on pid.codes. diff --git a/org/4project/index.md b/org/4project/index.md new file mode 100644 index 00000000..6a53490a --- /dev/null +++ b/org/4project/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: 4project +site: https://www.4project.co.il/ +--- +The largest electronics, mechanics and robotics parts distributor in Israel. diff --git a/org/AtrivaTECH/index.md b/org/AtrivaTECH/index.md new file mode 100644 index 00000000..bed36ff9 --- /dev/null +++ b/org/AtrivaTECH/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: AtrivaTECH +site: http://www.atrivatech.com/ +--- +AtrivaTECH established in 2009 has been providing SaaS and HaaS services. Now also assisting with microcontroller development boards and educational tools manufacture and design. diff --git a/org/BadgerdTechnologies/index.md b/org/BadgerdTechnologies/index.md new file mode 100644 index 00000000..690395d2 --- /dev/null +++ b/org/BadgerdTechnologies/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Badgerd Technologies B.V. +site: https://badgerd.nl +--- +Creating specialized hardware to make developers life easier. diff --git a/org/BlueSCSI/index.md b/org/BlueSCSI/index.md new file mode 100644 index 00000000..fa203f3c --- /dev/null +++ b/org/BlueSCSI/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: BlueSCSI +site: https://BlueSCSI.com +--- +The BlueSCSI gang develops an open source SCSI emulator for use with vintage computers. diff --git "a/org/Brad\303\241n.Lane.STUDIO/index.md" "b/org/Brad\303\241n.Lane.STUDIO/index.md" new file mode 100644 index 00000000..89aaa49e --- /dev/null +++ "b/org/Brad\303\241n.Lane.STUDIO/index.md" @@ -0,0 +1,6 @@ +--- +layout: org +title: Bradán Lane STUDIO +site: https://bradanlane.com/ +--- +Bradán Lane STUDIO is a single person lab creating electronics - primarily electronic badges, puzzles, and products which use CircuitPython for easy programming and customization. \ No newline at end of file diff --git a/org/BroncoSpace/index.md b/org/BroncoSpace/index.md new file mode 100644 index 00000000..427258eb --- /dev/null +++ b/org/BroncoSpace/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Bronco Space +site: https://www.broncospace.com/ +--- +Bronco Space, a laboratory at Cal Poly Pomona, is part of the [Open Source Space initiative](https://www.opensource.space/). This initiative aims to make space technology more accessible to pre-college and undergraduate students by providing open source hardware and software designs for satellites. diff --git a/org/CANnectivity/index.md b/org/CANnectivity/index.md new file mode 100644 index 00000000..a15759df --- /dev/null +++ b/org/CANnectivity/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: CANnectivity +site: https://github.com/CANnectivity +--- +USB to CAN adapter firmware diff --git a/org/EricRoy/index.md b/org/EricRoy/index.md new file mode 100644 index 00000000..fa903721 --- /dev/null +++ b/org/EricRoy/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Eric Roy +site: https://ericroy.net/ +--- +An engineer that works more on its side projects than on it's real job. +Located near Barcelona, Spain. diff --git a/org/FMDX.org/index.md b/org/FMDX.org/index.md new file mode 100644 index 00000000..8ace88db --- /dev/null +++ b/org/FMDX.org/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: FMDX.org +site: https://fmdx.org/ +--- +Worldwide community of DXers dedicated to open-source projects diff --git a/org/HXR.DK/index.md b/org/HXR.DK/index.md new file mode 100644 index 00000000..f7dac4ac --- /dev/null +++ b/org/HXR.DK/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: HXR.DK +site: https://hxr.dk/ +--- +Different projects designed by Thomas Flummer, mostly electronics but also a few other things \ No newline at end of file diff --git a/org/HedgeTech/index.md b/org/HedgeTech/index.md new file mode 100644 index 00000000..2db9e83d --- /dev/null +++ b/org/HedgeTech/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: HedgeTech +site: https://github.com/hedgetechllc/ +--- +HedgeTech is a technology contractor and consultant. diff --git a/org/JS-SimSport/index.md b/org/JS-SimSport/index.md new file mode 100644 index 00000000..909d81a1 --- /dev/null +++ b/org/JS-SimSport/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: JS-SimSport +site: https://github.com/Jordessey/ExpandableDash +--- +Looking to build low cost plug and play & open source hardware to make creating your dream sim rig a reality diff --git a/org/Jancgk/index.md b/org/Jancgk/index.md new file mode 100644 index 00000000..345c3d8e --- /dev/null +++ b/org/Jancgk/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Jancgk +site: https://github.com/Jackadminx +--- +Amateur hardware and software developers \ No newline at end of file diff --git a/org/JellyTitan/index.md b/org/JellyTitan/index.md new file mode 100644 index 00000000..439352aa --- /dev/null +++ b/org/JellyTitan/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: JellyTitan +site: https://github.com/JellyTitan +--- +Individual contributor developing hardware and software, specializing in keyboards. \ No newline at end of file diff --git a/org/Maebe.Me/index.md b/org/Maebe.Me/index.md new file mode 100644 index 00000000..ac6a7cd1 --- /dev/null +++ b/org/Maebe.Me/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Maebe.Me +site: http://maebe.me +--- +A Software Engineer who wants to share the joy of hardware with others diff --git a/org/MelanieT/index.md b/org/MelanieT/index.md new file mode 100644 index 00000000..63654d6c --- /dev/null +++ b/org/MelanieT/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: MelanieT +--- +Individual maker and developer diff --git a/org/SlimeVR/index.md b/org/SlimeVR/index.md new file mode 100644 index 00000000..50d821b2 --- /dev/null +++ b/org/SlimeVR/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: SlimeVR +site: https://slimevr.dev/ +--- +A small company enthusiastically pursuing the goal of bringing accessible VR to a wide audience. \ No newline at end of file diff --git a/org/Smuggr/index.md b/org/Smuggr/index.md new file mode 100644 index 00000000..646a6636 --- /dev/null +++ b/org/Smuggr/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Smuggr +site: https://smuggr.xyz/ +--- +We are a group of passionate students from Poland dedicated to developing FOSS and FOSH. We create various things, from cool IoT gadgets to software solutions. diff --git a/org/TurtlPass/index.md b/org/TurtlPass/index.md new file mode 100644 index 00000000..9f8cdbe8 --- /dev/null +++ b/org/TurtlPass/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: TurtlPass +site: https://turtlpass.com/ +--- +Easily generate strong, unique passwords with TurtlPass. No more weak, easy-to-guess passwords. diff --git a/org/UIAP/index.md b/org/UIAP/index.md new file mode 100644 index 00000000..2eb4ddee --- /dev/null +++ b/org/UIAP/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: UIAP +site: https://www.uiap.jp/ +--- +Developer of the several open source USB products. diff --git a/org/Vegetronix/index.md b/org/Vegetronix/index.md new file mode 100644 index 00000000..fdd43da5 --- /dev/null +++ b/org/Vegetronix/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Vegetronix +site: https://www.vegetronix.com/ +--- +A company specializing in agricultural electronics and soil moisture sensors, but we like to create any new project that catches our interest. diff --git a/org/ammlab.org/index.md b/org/ammlab.org/index.md new file mode 100644 index 00000000..928e24be --- /dev/null +++ b/org/ammlab.org/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: ammlab.org +site: https://ammlab.org +--- +An open source synchronizer for electronic musical instruments + diff --git a/org/apfelaudio/index.md b/org/apfelaudio/index.md new file mode 100644 index 00000000..513b4172 --- /dev/null +++ b/org/apfelaudio/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: apfelaudio +site: https://www.apfelaudio.com/ +--- +Open audio hardware and FPGA-based tools for musicians and engineers. diff --git a/org/brxken128/index.md b/org/brxken128/index.md index 5e197853..3a4b3c4e 100644 --- a/org/brxken128/index.md +++ b/org/brxken128/index.md @@ -1,6 +1,6 @@ --- layout: org title: brxken128 -site: https://github.com/brxken128/ +site: https://brxken.dev/ --- a rust OSS developer diff --git a/org/circuitart/index.md b/org/circuitart/index.md new file mode 100644 index 00000000..edfa33a6 --- /dev/null +++ b/org/circuitart/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: CircuitArt +site: https://github.com/CircuitART +--- +Open-source dev boards diff --git a/org/dtcooper/index.md b/org/dtcooper/index.md new file mode 100644 index 00000000..89bf1dd5 --- /dev/null +++ b/org/dtcooper/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: David Cooper +site: http://github.com/dtcooper +--- +Physical hardware projects, mostly related to +[Tomato Radio Automation](https://github.com/dtcooper/tomato/) diff --git a/org/elmaczete_customs/index.md b/org/elmaczete_customs/index.md new file mode 100644 index 00000000..0093f59e --- /dev/null +++ b/org/elmaczete_customs/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: elmaczete_customs +site: https://jmacheta.github.io +--- +Overengineered but robust Hardware Solutions diff --git a/org/eta/index.md b/org/eta/index.md new file mode 100644 index 00000000..5868dbda --- /dev/null +++ b/org/eta/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: eta +site: https://eta.st +--- +I'm a software engineer and occasional electronics hobbyist. There's more about me on my website! diff --git a/org/first.ac/index.md b/org/first.ac/index.md new file mode 100644 index 00000000..cda48540 --- /dev/null +++ b/org/first.ac/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: First.AC +--- +Gizmos and gadgets for camera technicians in the film industry. diff --git a/org/gadgetproject/index.md b/org/gadgetproject/index.md new file mode 100644 index 00000000..74b8aa5c --- /dev/null +++ b/org/gadgetproject/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Gadget Project +site: https://github.com/gadgetproject +--- +The idea behind Gadget Project is a space to express our creative talents making useful mini-products that can be built or improved by fellow "tinkerers". diff --git a/org/geek-rabb1t/index.md b/org/geek-rabb1t/index.md new file mode 100644 index 00000000..7f8aac0a --- /dev/null +++ b/org/geek-rabb1t/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: geek-rabb1t +site: https://github.com/geek-rabb1t +--- +I make input devices such as keyboards and trackpads as a hobby. \ No newline at end of file diff --git a/org/gusmanb/index.md b/org/gusmanb/index.md new file mode 100644 index 00000000..06cefa53 --- /dev/null +++ b/org/gusmanb/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Dr. Gusman +site: https://github.com/gusmanb +--- +I'm a passionate developer creating open source tools for the community \ No newline at end of file diff --git a/org/jeff3/index.md b/org/jeff3/index.md new file mode 100644 index 00000000..8d3a8dbf --- /dev/null +++ b/org/jeff3/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: JeffPeng +site: https://www.jeff3.win/ +--- +A person who uses github as a social media. diff --git a/org/joric/index.md b/org/joric/index.md new file mode 100644 index 00000000..c13872a2 --- /dev/null +++ b/org/joric/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: joric +site: https://github.com/joric/nrfmicro +--- +nRFMicro author diff --git a/org/kelvinA/index.md b/org/kelvinA/index.md new file mode 100644 index 00000000..e40e78bd --- /dev/null +++ b/org/kelvinA/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: kelvinA +site: https://hackaday.io/kelvinA +--- +An individual that mentally computes potential solutions, such as more effective human-computer interfaces or more capable 3D printers. diff --git a/org/kerislab/index.md b/org/kerislab/index.md new file mode 100644 index 00000000..0f81aad7 --- /dev/null +++ b/org/kerislab/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: KERI's Lab +site: https://www.kerislab.jp/ +--- +Hobby Electronics, Robotics, etc. diff --git a/org/manoukianv/index.md b/org/manoukianv/index.md new file mode 100644 index 00000000..f6cd03b0 --- /dev/null +++ b/org/manoukianv/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Vincent Manoukian (Acapeo) +site: https://github.com/manoukianv +--- +I'm a Vincent Manoukian, I developp and share in opensource firmware/software for simracing in my free time. +You can find in my repo several project : ledextender, wheel, pedals, etc. diff --git a/org/mnt-research/index.md b/org/mnt-research/index.md new file mode 100644 index 00000000..493bbcdb --- /dev/null +++ b/org/mnt-research/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: MNT Research +site: https://mntre.com +--- +MNT Research is driven by the idea of a digital future that is open source, accessible and modular. For us, giving people the ability to modify, update and customize their devices to their individual preferences is vital. diff --git a/org/openenergymonitor/index.md b/org/openenergymonitor/index.md new file mode 100644 index 00000000..0a5c9bc5 --- /dev/null +++ b/org/openenergymonitor/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: OpenEnergyMonitor +site: https://openenergymonitor.org +--- +Open-source tools for energy monitoring and analysis. diff --git a/org/openrobots/index.md b/org/openrobots/index.md new file mode 100644 index 00000000..fbca5b4d --- /dev/null +++ b/org/openrobots/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Openrobots +site: https://git.openrobots.org +--- +Openrobots is a collection of free and opensource software for autonomous +robots developed at [LAAS/CNRS](https://www.laas.fr). diff --git a/org/oxion/index.md b/org/oxion/index.md new file mode 100644 index 00000000..2fc51d07 --- /dev/null +++ b/org/oxion/index.md @@ -0,0 +1,9 @@ +--- +layout: org +title: Oxion +site: https://16n-faderbank.github.io +--- + +Oxion is a not--quite-brand-name for a range of MIDI and musical controllers. + +(Named, of course, for the first product, 16n: `0x10n`) diff --git a/org/pkoscik/index.md b/org/pkoscik/index.md new file mode 100644 index 00000000..16ffaae4 --- /dev/null +++ b/org/pkoscik/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: pkoscik +site: https://blog.pkoscik.net +--- +Engineer and hobbyist, specializing in bug creation during my free time. diff --git a/org/raurodse/index.md b/org/raurodse/index.md new file mode 100644 index 00000000..7a8f73a9 --- /dev/null +++ b/org/raurodse/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: Raul Rodrigo +--- +I'm a open source developer and mechanical keyboard enthusiast. diff --git a/org/saybur/index.md b/org/saybur/index.md new file mode 100644 index 00000000..6a5211fb --- /dev/null +++ b/org/saybur/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: saybur +site: https://www.github.com/saybur +--- +Retro hardware is best hardware. diff --git a/org/till-s/index.md b/org/till-s/index.md new file mode 100644 index 00000000..b9ba067f --- /dev/null +++ b/org/till-s/index.md @@ -0,0 +1,11 @@ +--- +layout: org +title: Till's USB Gadgets +site: https://www.github.com/till-s +--- +I got interested in FPGAs several years ago and thought that having +an open-source USB-2.0 device implementation is very handy for building +hobby projects. + +My designs are based on https://www.github.com/till-s/mecatica-usb/ + diff --git a/org/toxygen.net/index.md b/org/toxygen.net/index.md new file mode 100644 index 00000000..c43c231b --- /dev/null +++ b/org/toxygen.net/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: toxygen.net +site: https://toxygen.net/ +--- +Just a software engineer. diff --git a/org/tritoke/index.md b/org/tritoke/index.md new file mode 100644 index 00000000..c6b4f5c3 --- /dev/null +++ b/org/tritoke/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: tritoke +site: https://github.com/tritoke +--- + +A queer software engineer with a love for low level systems diff --git a/org/uni-due.ies/index.md b/org/uni-due.ies/index.md new file mode 100644 index 00000000..4237ba3f --- /dev/null +++ b/org/uni-due.ies/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: uni-due.ies +site: https://uni-due.de/es +--- +We are the research group intelligent embedded systems at the university of Duisburg-Essen in germany. We build hardware accelerators for AI. + diff --git a/org/zbauman3/index.md b/org/zbauman3/index.md new file mode 100644 index 00000000..940bbb8a --- /dev/null +++ b/org/zbauman3/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: zbauman3 +site: https://github.com/zbauman3 +--- +Zane Bauman - I make hobby projects for fun.