mplogas / SmartMass

Making every Gram count!
MIT License
5 stars 0 forks source link

EPIC: NFC/RFID integration #3

Closed mplogas closed 1 year ago

mplogas commented 1 year ago

In order to track spools (and to prepare for a Spoolman integration) additional spool information such as vendor, material, color etc could be stored on an RFID/NFC sticker that is added to the spool and read once the spool is weighted. Requires some changes to the JSON de/serialization, MQTT client and 3D models

mplogas commented 1 year ago

writing: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchbook/ESP32_RFID_Write/ESP32_RFID_Write.ino datasheet: https://cdn.shopify.com/s/files/1/1509/1638/files/RFID_RC522_Set_mit_Reader_Chip_und_Card_13_56MHz_Datenblatt.pdf?2098853292011892896

mifare 1k tag documentation:

https://shop.sonmicro.com/Downloads/MIFARECLASSIC-UM.pdf (good for memory overview) https://www.nxp.com/docs/en/data-sheet/MF1S50YYX_V1.pdf (manufacturer)

mplogas commented 1 year ago

information that needs to be stored on the tag:

information that could be stored on the tag

considerations

mplogas commented 1 year ago

closed with 83105cf