Skip to content

Releases: Wireless-Information-Networking/RFID-Reader-FX7500

v4.0.0

04 Jun 10:55
790b419

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0

04 Feb 12:58

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

23 Jan 14:40
c280b7c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

21 Jan 11:46

Choose a tag to compare

📦 Release Notes

📅 Version 1.0.0 - 2025-10-15

🚀 New Features

  • Main Script:
    • Added the main script main.py to handle the main flow of the program.
    • Integrated the reader module for RFID data reading.
  • MQTT Setup Script:
    • Added mqtt_set_up.sh script for setting up the MQTT broker.
  • Plotting:
    • Added plotting.py script for generating plots from RFID data.
    • Included plots.ipynb notebook for detailed plotting.

🛠️ Improvements

  • Documentation:
    • Created a detailed README.md with setup instructions and project structure.
    • Added 01_Regular_Set_Up.md and 02_Network_Set_Up.md for regular and networkless setup guides.
  • Project Structure:
    • Organized the project into docs, src, and root directories for better maintainability.

🐛 Bug Fixes

  • Initial release, no bug fixes.

📜 License

  • Project is licensed under the MIT License. See the LICENSE file for details.

📂 Project Structure

RFID-Reader-FX7500/
├── docs/
│   ├── 01_Regular_Set_Up.md
│   └── 02_Network_Set_Up.md
├── src/
│   ├── reader.py
│   └── plotting.py
├── main.py
├── mqtt_set_up.sh
├── requirements.txt
├── LICENSE
└── README.md