| title | OpenTag3D | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| logo | ./assets/images/logo.svg | |||||||||||||||||||||||||||
| layout | splash | |||||||||||||||||||||||||||
| permalink | / | |||||||||||||||||||||||||||
| header |
|
|||||||||||||||||||||||||||
| excerpt | An open source standard for 3D printer filament RFID tags. Designed for compatibility between printers, filament manufacturers, and accessories, implementation is simple and low-cost. | |||||||||||||||||||||||||||
| intro |
|
|||||||||||||||||||||||||||
| feature_row |
|
{% include feature_row id="intro" type="center" %}
{% include feature_row %}
RFID tags for 3D printer filament is becoming more prevalent, with every printer manufacturer trying to launch their own RFID standard, both closed and open source. With the ever-growing list of conflicting standards, the 3D printing industry needs a centralized standard that is not controlled by any single company, more than ever. OpenTag3D strives to be that standard as a community-driven specification.
OpenTag3D defines standards for the following:
- Hardware - The specific underlying RFID technology
- Mechanical Requirements - Positioning of tag on the spool
- Data Structure - What data should be stored on the RFID tag, and how that data should be formatted
- Web API - How extended data should be formatted when an optional online spool lookup is requested
OpenTag3D is backed by the following projects/companies:
-
{%- for b in site.data.backers.backers -%}
- {{ b.name }} {%- endfor -%}
This standard was designed to be simple to implement in firmware. You will need to add custom firmware and potentially an RFID reader (if your printer doesn't already have one). Make sure to read the reader implementation guidelines!
RFID support can theoretically be added to any printer using off-the-shelf RFID Modules such as the PN532 (as low as $3). This module communicates over SPI.
Did you make a design to add RFID to your printer? Let us know so we can link to it here! Designs can be 3D models, or firmware.