diff --git a/1209/214C/index.md b/1209/214C/index.md new file mode 100644 index 0000000..7eaf889 --- /dev/null +++ b/1209/214C/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Passing Link +owner: jmgao +license: MIT +site: https://github.com/jmgao/passinglink/ +--- +Open source USB HID game controller firmware and PCB design diff --git a/1209/214D/index.md b/1209/214D/index.md new file mode 100644 index 0000000..18bc50a --- /dev/null +++ b/1209/214D/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Passing Link Bootloader +owner: jmgao +license: MIT +site: https://github.com/jmgao/passinglink/ +--- +Bootloader for Passing Link diff --git a/1209/3A00/index.md b/1209/3A00/index.md new file mode 100644 index 0000000..642123f --- /dev/null +++ b/1209/3A00/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Mouse +owner: ploopy +license: CERN OHL v1.2 (hardware), GPLv3+ (firmware) +site: https://github.com/ploopyco/mouse +source: https://github.com/ploopyco/mouse +--- diff --git a/1209/5252/index.md b/1209/5252/index.md new file mode 100644 index 0000000..e5d4d90 --- /dev/null +++ b/1209/5252/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: PSK-X20 PPG Waveform Sensor +owner: PskOnline +license: MIT +site: https://www.psk-online.ru/ +source: https://github.com/adadurov/PskOnline.X20.Firmware +--- \ No newline at end of file diff --git a/1209/5741/index.md b/1209/5741/index.md new file mode 100644 index 0000000..abfeb09 --- /dev/null +++ b/1209/5741/index.md @@ -0,0 +1,24 @@ +--- +layout: pid +title: autopilot +owner: ArduPilot +license: GPLv3 +site: http://www.ardupilot.org/ +source: https://github.com/ArduPilot/ +--- +The ArduPilot project supports many open source hardware designs. We +don't design the hardware ourselves (we are a software project), but +we work closely with many organisations and companies that do make +open source hardware. For those that don't have their own VID we use a +single VID/PID pair for all boards, then distinguish boards using the +product ID strings in the bootloader and application firmware. + +Schematics for some of the boards we support are here: + + https://github.com/ArduPilot/Schematics + +We use two PIDs, 5740 and 5741. We need two in order to support both +single endpoint and dual-endpoint CDCACM devices on +windows. Dual-endpoint devices need to have a different PID from +single endpoint in order to install the correct driver. + diff --git a/1209/6060/index.md b/1209/6060/index.md new file mode 100644 index 0000000..35216d4 --- /dev/null +++ b/1209/6060/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: r68 65% keyboard +owner: rpedde +license: GPLv2 (or later) +site: http://github.com/rpedde/r68 +source: http://github.com/rpedde/r68 +--- \ No newline at end of file diff --git a/1209/7D00/index.md b/1209/7D00/index.md new file mode 100644 index 0000000..03f3710 --- /dev/null +++ b/1209/7D00/index.md @@ -0,0 +1,14 @@ +--- +layout: pid +title: RIOT standard peripherals +owner: RIOT +license: LGPL-2.1-only +site: http://riot-os.org/ +source: https://github.com/RIOT-OS/RIOT +--- +This PID describes devices that contain the board's USB-emulated peripherals (currently CDC-ACM (serial) and/or CDC-ECM (Ethernet)). + +It is not bound to a particular hardware and can be used by any RIOT board that has a USB peripheral implemented. + +It is only applicable to programs that run no own USB code but merely use the peripherals provided by the operating system to satisfy the module requirements of the application. +Those USB devices stand in for special-purpose hardware (UART adapter, Ethernet controller) available on other boards. diff --git a/1209/7D01/index.md b/1209/7D01/index.md new file mode 100644 index 0000000..a45b458 --- /dev/null +++ b/1209/7D01/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: RIOT Test PID +owner: RIOT +license: any +site: http://riot-os.org/ +source: https://github.com/RIOT-OS/RIOT +--- +This PID describes devices that implement custom USB functionality in addition to their board's provided USB functionality as described for [PID 7D00](../7D00/). + +In particular, it is used whenever an example program of RIOT implements custom USB functionality. + +The pid.codes policy for test PIDs applies: + +This PID is reserved for use in private testing. Anyone may assign it to their device while they're testing in-house, but it MUST NOT be used on any device that will be redistributed, sold, or manufactured. Source code and configuration that references this VID/PID should warn users that the PID is not universally unique and should not be used outside test environments. diff --git a/1209/9229/index.md b/1209/9229/index.md new file mode 100644 index 0000000..0ddfe4b --- /dev/null +++ b/1209/9229/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Smoria's Knob +owner: Smoria +license: MIT +site: http://www.smoria.com/knob +source: http://github.com/smoria/volume-knob/ +--- +Simple volume knob base board made for custom handmade enhancements/tops. \ No newline at end of file diff --git a/1209/A1F1/index.md b/1209/A1F1/index.md new file mode 100644 index 0000000..6ab1679 --- /dev/null +++ b/1209/A1F1/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Shapeshifter 4060 +owner: kitsunekeyboards +license: MIT +site: http://www.kitsunekeyboards.com/ +source: https://github.com/vosechu/qmk_firmware/tree/master/keyboards/laptreus +--- diff --git a/1209/ABC1/index.md b/1209/ABC1/index.md new file mode 100644 index 0000000..997f0cb --- /dev/null +++ b/1209/ABC1/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: ABCKEY +owner: ABCKEY.COM +license: Mix of licenses (Apache-2.0, MIT) +site: https://abckey.com +source: https://github.com/abckeyCOM +--- diff --git a/1209/AFDD/index.md b/1209/AFDD/index.md new file mode 100644 index 0000000..85a20b4 --- /dev/null +++ b/1209/AFDD/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: FlexFloppy +owner: catphish +license: MIT +site: https://github.com/catphish/flex-floppy +source: https://github.com/catphish/flex-floppy +--- +FlexFloppy is a USB floppy controller to allow a standard floppy +disk drive to read and write a variety of floppy disk formats via +a USB interface. \ No newline at end of file diff --git a/1209/B196/index.md b/1209/B196/index.md new file mode 100644 index 0000000..43c5e01 --- /dev/null +++ b/1209/B196/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Analog Dance Pad +owner: Kauhsa +license: MIT +site: https://github.com/Kauhsa/analog-dance-pad/ +source: https://github.com/Kauhsa/analog-dance-pad/ +--- + +Software collection for turning microcontrollers to dance gaming platforms. diff --git a/1209/BAB5/index.md b/1209/BAB5/index.md new file mode 100644 index 0000000..b91497f --- /dev/null +++ b/1209/BAB5/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: Magspoof V3 +owner: ElectronicCats +license: CERN OHL 1.2 (hardware design) +site: https://github.com/ElectronicCats/magspoof +source: https://github.com/ElectronicCats/magspoof +--- +MagSpoof is a device that can spoof/emulate any magnetic stripe or credit card. It can work "wirelessly", even on standard magstripe/credit card readers, by generating a strong electromagnetic field that emulates a traditional magnetic stripe card. + +With love for everyone from Aguascalientes - Mexico. + +Get your kit, visit: https://electroniccats.com diff --git a/1209/BAB7/index.md b/1209/BAB7/index.md new file mode 100644 index 0000000..33b92b3 --- /dev/null +++ b/1209/BAB7/index.md @@ -0,0 +1,15 @@ +--- +layout: pid +title: BastWAN +owner: ElectronicCats +license: CERN OHL 1.2 (hardware design) +site: https://github.com/ElectronicCats/Bast-WAN +source: https://github.com/ElectronicCats/Bast-WAN +--- +Bast WAN is all the best in the world format Feather and LoRa with a SAML21 M0+ core, 32 bits of power!, Feather pin to pin compatible with a micro USB port. + +Bast-WAN is supported in the Arduino development environment and Circuit Python + +With love for everyone from Aguascalientes - Mexico. + +Get your kit, visit: https://electroniccats.com diff --git a/1209/BAB8/index.md b/1209/BAB8/index.md new file mode 100644 index 0000000..4ec0327 --- /dev/null +++ b/1209/BAB8/index.md @@ -0,0 +1,14 @@ +--- +layout: pid +title: NFC Copy Cat +owner: ElectronicCats +license: CERN OHL 1.2 (hardware design) +site: https://github.com/ElectronicCats/NFC-Copy-Cat +source: https://github.com/ElectronicCats/NFC-Copy-Cat +--- +NFCopyCat is a device to make replay attacks against NFC payment systems with Magspoof. This tiny version is a combination of SAMD21 and a small PN532 board. Adding a 3.7 LiPo battery. Also I added a LED with a resistor just for debugging and to show activity. + + +With love for everyone from Aguascalientes - Mexico. + +Get your kit, visit: https://electroniccats.com diff --git a/1209/BD10/index.md b/1209/BD10/index.md new file mode 100644 index 0000000..522ed78 --- /dev/null +++ b/1209/BD10/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: BDIOHID +owner: Parkrrrr +license: GPLv3 +site: https://github.com/parkrrrr/bdio/ +source: https://github.com/parkrrrr/bdio/ +--- +BDIOHID is software that runs on a suitable Linux SBC to provide Braille HID (USB-IF HID HUTRR-78) functionality to +legacy refreshable Braille display hardware. diff --git a/1209/DCB0/index.md b/1209/DCB0/index.md new file mode 100644 index 0000000..c10f575 --- /dev/null +++ b/1209/DCB0/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Robin-Zeabus Acoustic Processing +owner: RobinLab +license: BSD +site: https://www.facebook.com/zeabus/ +source: https://github.com/zeabusTeam/zeabus_hydrophone +--- +The module processes the underwater acoustic signals acquired from multiple hydrophones (microphone for underwater signal). It is used to located the signal origin in 3D coordinates. diff --git a/1209/EFEF/index.md b/1209/EFEF/index.md new file mode 100644 index 0000000..bb6fba5 --- /dev/null +++ b/1209/EFEF/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: CircuitBrains Deluxe +owner: kevinneubauer +license: MIT +site: https://kevinneubauer.com/portfolio/circuitbrains-deluxe/ +source: https://github.com/neubauek/CircuitBrains +--- +Small form-factor castellated pad module. Capable of running CircuitPython, Arduino, and bare-metal ARM programs. + diff --git a/1209/F150/index.md b/1209/F150/index.md new file mode 100644 index 0000000..f61c410 --- /dev/null +++ b/1209/F150/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: EFIS +owner: MavericSystems +license: MIT +site: http://www.mavericsystems.com.au/ +source: https://github.com/GertvdMerwe73/M260-a---EFIS +--- diff --git a/org/ABCKEY.COM/index.md b/org/ABCKEY.COM/index.md new file mode 100644 index 0000000..f9e40f5 --- /dev/null +++ b/org/ABCKEY.COM/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: ABCKEY.COM +site: https://abckey.com +--- +ABCKEY is a blockchain key, an open source hardware wallet. diff --git a/org/Kauhsa/index.md b/org/Kauhsa/index.md new file mode 100644 index 0000000..2067a26 --- /dev/null +++ b/org/Kauhsa/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Kauhsa +site: https://github.com/Kauhsa +--- + +Hi, I am a software developer from Finland. Sometimes I do dance gaming related things, sometimes I don't! diff --git a/org/MavericSystems/index.md b/org/MavericSystems/index.md new file mode 100644 index 0000000..3d259d3 --- /dev/null +++ b/org/MavericSystems/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: MavericSystems +site: http://www.mavericsystems.com.au/ +--- +I am a contract designer. At them moment I am looking into designing and open source EFIS products +for the Recreational aviators as well as supporting hardware with USB connectivity diff --git a/org/Parkrrrr/index.md b/org/Parkrrrr/index.md new file mode 100644 index 0000000..70c93b7 --- /dev/null +++ b/org/Parkrrrr/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Ron Parker +site: https://parkrrrr.github.io/ +--- +I'm just a guy who does Windows when I'm not melting windows. diff --git a/org/PskOnline/index.md b/org/PskOnline/index.md new file mode 100644 index 0000000..48d09b9 --- /dev/null +++ b/org/PskOnline/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: PskOnline +site: https://www.psk-online.ru/ +--- +We are a small team striving to improve reliability of professional activities of humans operating large and dangerous facilities like power plants, electrical grids and the like. We create our own open-source PPG waveform sensor with USB interface to estimate the stress levels using the methods based on HRV analysis. \ No newline at end of file diff --git a/org/RIOT/index.md b/org/RIOT/index.md new file mode 100644 index 0000000..da79fa0 --- /dev/null +++ b/org/RIOT/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: RIOT Operating System +site: http://riot-os.org// +--- +RIOT: The friendly Operating System for the Internet of Things. diff --git a/org/RobinLab/index.md b/org/RobinLab/index.md new file mode 100644 index 0000000..4b23c71 --- /dev/null +++ b/org/RobinLab/index.md @@ -0,0 +1,6 @@ +--- +layout : org +title : Robotics and Intelligent Mechatronics Laboratory (RobIn Lab), Faculty of Engineering, Kasetsart University, THAILAND +site : https://www.facebook.com/zeabus/ +--- +The lab is running research in robotic area. It also organizes an undergraduate team named Zeabus. The team has to develop an autonomous underwater vehicle (AUV) as parts of some undergraduate projects. The AUV should finally participate in the ROBOSUB (https://robonation.org/programs/robosub/). diff --git a/org/Smoria/index.md b/org/Smoria/index.md new file mode 100644 index 0000000..b0db32a --- /dev/null +++ b/org/Smoria/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Smoria +site: http://www.smoria.com/ +--- +Single C++ software developer from Ukraine. Have developed a couple of AVR based devices. \ No newline at end of file diff --git a/org/catphish/index.md b/org/catphish/index.md new file mode 100644 index 0000000..01cd0de --- /dev/null +++ b/org/catphish/index.md @@ -0,0 +1,8 @@ +--- +layout: org +title: Charlie Smurthwaite (catphish) +site: https://github.com/catphish/ +--- +I'm a software engineer electronics hobbyist who likes to contribute +hardware and software to the open source community. Technical Director +at aTech Media. \ No newline at end of file diff --git a/org/jmgao/index.md b/org/jmgao/index.md new file mode 100644 index 0000000..877b47e --- /dev/null +++ b/org/jmgao/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Josh Gao +site: https://jmgao.dev/ +--- +Hobbyist hardware hacker diff --git a/org/kevinneubauer/index.md b/org/kevinneubauer/index.md new file mode 100644 index 0000000..912798e --- /dev/null +++ b/org/kevinneubauer/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Kevin Neubauer +site: http://www.kevinneubauer.com/ +--- +I design electronics products as a hobby and a creative outlet. My products are typically targeted towards hobbyists and makers. diff --git a/org/kitsunekeyboards/index.md b/org/kitsunekeyboards/index.md new file mode 100644 index 0000000..a14cffa --- /dev/null +++ b/org/kitsunekeyboards/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Kitsune Keyboards +site: http://www.kitsunekeyboards.com/ +--- + +Kitsune Keyboards builds ergonomic keyboards that travel with the user to where they're needed most. diff --git a/org/ploopy/index.md b/org/ploopy/index.md new file mode 100644 index 0000000..1f83348 --- /dev/null +++ b/org/ploopy/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: Ploopy +--- +We make consumer products. diff --git a/org/rpedde/index.md b/org/rpedde/index.md new file mode 100644 index 0000000..4b86eae --- /dev/null +++ b/org/rpedde/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Ron Pedde +site: http://github.com/rpedde +--- +Various open source hardware and software for fun and amusement. +Mostly but not exclusively keyboards.