From 56c4be412421a6bb87c2416a1b3efaeae3f18609 Mon Sep 17 00:00:00 2001 From: alefrosa Date: Mon, 11 May 2026 12:27:07 -0300 Subject: [PATCH] Neubras - OpenReader Config Standard (ORCS) aims to standardize the configuration of USB card readers. The VID/PID is necessary for the software to identify the device in compatible configuration mode, similar to a bootloader. We will soon add C code examples for STM32FXX and ESP32-S3. We also intend to include basic board layouts so that beginner developers can test reading common cards, such as NFC. --- 1209/CADA/index.md | 13 +++++++++++++ org/Neubras/index.md | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 1209/CADA/index.md create mode 100644 org/Neubras/index.md diff --git a/1209/CADA/index.md b/1209/CADA/index.md new file mode 100644 index 00000000..47471c0c --- /dev/null +++ b/1209/CADA/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: OpenReader Config Standard (ORCS) +owner: Neubras +license: ORCS Attribution License 1.0 +site: http://neubras.com/open-projects/orcs +source: https://github.com/neubras-br/OpenReader-Config-Standard-ORCS +--- +OpenReader Config Standard (ORCS) is an open source specification for standardizing the configuration mode of RFID/NFC proximity card readers. + +The goal of this project is to make reader configuration interoperable across different software, systems, manufacturers, and devices. + +ORCS does not define a specific hardware design, electronic circuit, firmware architecture, or physical reader model. Instead, it defines a common configuration mode that compatible readers can implement so that any software can detect, configure, and manage them in a predictable way. \ No newline at end of file diff --git a/org/Neubras/index.md b/org/Neubras/index.md new file mode 100644 index 00000000..232b0b0c --- /dev/null +++ b/org/Neubras/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Neurbras - OpenReader Config Standard (ORCS) +site: https://github.com/neubras-br/OpenReader-Config-Standard-ORCS +--- +Proposed open-source Neubras standard for interoperable configuration of USB RFID/Bio readers. Defines parameters such as output format, byte length, byte order, Wiegand, HEX/decimal, VID/PID and HID/serial/keyboard modes, allowing any software to configure compatible readers in a simple and standardized way.