From 17a03bcc5827259ac87ef19f693402ad5e559397 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Sun, 5 Jan 2020 14:58:06 -0800 Subject: [PATCH 01/18] Reserve 0x214C, 0x214D for passinglink. (#457) --- 1209/214C/index.md | 8 ++++++++ 1209/214D/index.md | 8 ++++++++ org/jmgao/index.md | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 1209/214C/index.md create mode 100644 1209/214D/index.md create mode 100644 org/jmgao/index.md 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/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 From ebc8087ba217b91a9c4c6ed5677d322976988d4a Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sun, 5 Jan 2020 16:58:47 -0600 Subject: [PATCH 02/18] Request PID 0x6060 for keyboard (#466) QMK based firmware in /qmk, hardware in kicad in /schematic with gerbers linked from the README. All under GPL2 (or later) --- 1209/6060/index.md | 8 ++++++++ org/rpedde/index.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/6060/index.md create mode 100644 org/rpedde/index.md 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/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. From 6aecd09aa9cee0d3d46f8be668722e260263e58f Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 6 Jan 2020 00:00:10 +0100 Subject: [PATCH 03/18] Request 7D00 and 7D01 for RIOT devices (#468) See-Also: https://github.com/RIOT-OS/RIOT/issues/12273 --- 1209/7D00/index.md | 14 ++++++++++++++ 1209/7D01/index.md | 15 +++++++++++++++ org/RIOT/index.md | 6 ++++++ 3 files changed, 35 insertions(+) create mode 100644 1209/7D00/index.md create mode 100644 1209/7D01/index.md create mode 100644 org/RIOT/index.md 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/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. From a08b0589a8d7a8f58bfd7bfdb09ee454091aeb25 Mon Sep 17 00:00:00 2001 From: ploopyco <54917504+ploopyco@users.noreply.github.com> Date: Sun, 5 Jan 2020 18:00:27 -0500 Subject: [PATCH 04/18] Ploopy Mouse PID request (#469) * added Ploopy organization and PID request for Mouse device * fixed index.md --- 1209/3A00/index.md | 8 ++++++++ org/ploopy/index.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 1209/3A00/index.md create mode 100644 org/ploopy/index.md 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/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. From bacee1e890c2ef8c71233a502117dd422de2721a Mon Sep 17 00:00:00 2001 From: Charlie Smurthwaite Date: Sun, 5 Jan 2020 23:01:23 +0000 Subject: [PATCH 05/18] Add "catphish" organization and "0xAFDD FlexFloppy" PID (#472) --- 1209/AFDD/index.md | 11 +++++++++++ org/catphish/index.md | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 1209/AFDD/index.md create mode 100644 org/catphish/index.md 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/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 From efae10c72f64f9adf19f7fc49a476c471d83f91d Mon Sep 17 00:00:00 2001 From: Chuck Lauer Vose Date: Sun, 5 Jan 2020 15:01:42 -0800 Subject: [PATCH 06/18] Add Kitsune Keyboards and the first wireless board the Shapeshifter 4060 (#473) --- 1209/A1F1/index.md | 8 ++++++++ org/kitsunekeyboards/index.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/A1F1/index.md create mode 100644 org/kitsunekeyboards/index.md 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/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. From 8b32e6a8b6c12ac4b7590b02b837a0a4be57879a Mon Sep 17 00:00:00 2001 From: JockLee Date: Mon, 6 Jan 2020 07:03:27 +0800 Subject: [PATCH 07/18] Request PID 0xABC1 for ABCKEY (#475) * Create index.md * Create index.md * Rename org/abckey.com/index.md to org/ABCKEY.COM/index.md --- 1209/ABC1/index.md | 8 ++++++++ org/ABCKEY.COM/index.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 1209/ABC1/index.md create mode 100644 org/ABCKEY.COM/index.md 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/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. From 78c2eb03a1882bb2f282aac596c49f8e1d1eb0d4 Mon Sep 17 00:00:00 2001 From: Kauhsa Date: Mon, 6 Jan 2020 01:04:12 +0200 Subject: [PATCH 08/18] Request PID 0xB196 for Analog Dance Pad (#476) --- 1209/B196/index.md | 10 ++++++++++ org/Kauhsa/index.md | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 1209/B196/index.md create mode 100644 org/Kauhsa/index.md 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/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! From b610756250519a6a71286e000eba9467bcb3afd9 Mon Sep 17 00:00:00 2001 From: Gert van der Merwe <36830084+GertvdMerwe73@users.noreply.github.com> Date: Mon, 6 Jan 2020 07:04:49 +0800 Subject: [PATCH 09/18] New Pull Request (#478) * Create index.md * Create index.md * Update index.md * Update index.md * Update index.md * Update index.md --- 1209/F150/index.md | 8 ++++++++ org/MavericSystems/index.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/F150/index.md create mode 100644 org/MavericSystems/index.md 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/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 From 3204d3d89d752bec7d262b76b445be699c66ce8c Mon Sep 17 00:00:00 2001 From: Vlad Smorodsky Date: Mon, 6 Jan 2020 01:05:08 +0200 Subject: [PATCH 10/18] Simple volume knob base board made for custom handmade enhancements/tops. (#481) --- 1209/9229/index.md | 9 +++++++++ org/Smoria/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/9229/index.md create mode 100644 org/Smoria/index.md 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/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 From 08b48f5e41d059e2e393df860ff350e2b1458388 Mon Sep 17 00:00:00 2001 From: Ron Parker Date: Sun, 5 Jan 2020 15:05:36 -0800 Subject: [PATCH 11/18] Add Parkrrrr org and 1209/BD10 PID for bdiohid (#482) --- 1209/BD10/index.md | 10 ++++++++++ org/Parkrrrr/index.md | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 1209/BD10/index.md create mode 100644 org/Parkrrrr/index.md 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/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. From 09ee99890331a9bba6128d846b902043897d3a78 Mon Sep 17 00:00:00 2001 From: Akrapong Patchararungruang Date: Mon, 6 Jan 2020 06:06:21 +0700 Subject: [PATCH 12/18] request PID for RobinLab Acoustic Processing module (#483) --- 1209/DCB0/index.md | 9 +++++++++ org/RobinLab/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/DCB0/index.md create mode 100644 org/RobinLab/index.md 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/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/). From 4ece23b9589fe8d945c6e38a3a861e2299997508 Mon Sep 17 00:00:00 2001 From: Sabas Date: Sun, 5 Jan 2020 17:06:45 -0600 Subject: [PATCH 13/18] PID request for Magspoof V3 (#484) * Add to Electronic Cats organization * Add CatSat Zero * match the directory name of the org file * Information correct of Meow Meow * Add BAB2 PID for CatWAN USB-Stick * add citizen * Escornabot Makech * add magspoofv3 Co-authored-by: Eduardo --- 1209/BAB5/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1209/BAB5/index.md 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 From 5951f3f14bf4bc310c3138049c41dfc5d8d8ef31 Mon Sep 17 00:00:00 2001 From: Sabas Date: Sun, 5 Jan 2020 17:07:06 -0600 Subject: [PATCH 14/18] PID request for BastWAN (#485) * Add to Electronic Cats organization * Add CatSat Zero * match the directory name of the org file * Information correct of Meow Meow * Add BAB2 PID for CatWAN USB-Stick * add citizen * Escornabot Makech * add bastwan Co-authored-by: Eduardo --- 1209/BAB7/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 1209/BAB7/index.md 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 From 8d3a6bbc35f6e4d5717115261cbc01bcb30a9f22 Mon Sep 17 00:00:00 2001 From: Sabas Date: Sun, 5 Jan 2020 17:07:35 -0600 Subject: [PATCH 15/18] PID request for NFC Copy Cat (#486) * Add to Electronic Cats organization * Add CatSat Zero * match the directory name of the org file * Information correct of Meow Meow * Add BAB2 PID for CatWAN USB-Stick * add citizen * Escornabot Makech * add NFC Copy Cat Co-authored-by: Eduardo --- 1209/BAB8/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 1209/BAB8/index.md 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 From 1436c67dfb9b9aa9d460795996976a9ccae45b6e Mon Sep 17 00:00:00 2001 From: neubauek Date: Sun, 5 Jan 2020 17:07:57 -0600 Subject: [PATCH 16/18] Added Org and PID details (#487) * Added Org and PID details Request for PID for CircuitBrains Deluxe module. * Fix? --- 1209/EFEF/index.md | 10 ++++++++++ org/kevinneubauer/index.md | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 1209/EFEF/index.md create mode 100644 org/kevinneubauer/index.md 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/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. From 3eaf43e1e4a8b57c686fc99637b3d6f94ffb1a92 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 6 Jan 2020 10:08:51 +1100 Subject: [PATCH 17/18] request PID 5741 for ArduPilot (#491) --- 1209/5741/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 1209/5741/index.md 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. + From a1c97e379f8d2d677fc1804749ab6483426520a6 Mon Sep 17 00:00:00 2001 From: Alexey Adadurov Date: Mon, 6 Jan 2020 02:09:17 +0300 Subject: [PATCH 18/18] Request VID/PID 1209/5252 for PskOnline PSK-X20 PPG Waveform Sensor (#492) --- 1209/5252/index.md | 8 ++++++++ org/PskOnline/index.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 1209/5252/index.md create mode 100644 org/PskOnline/index.md 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/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