Releases: Wireless-Information-Networking/RFID-Reader-FX7500
Releases · Wireless-Information-Networking/RFID-Reader-FX7500
v4.0.0
What's Changed
- Measurements/10022025 by @nmb735 in #16
- Feat/sensors by @nmb735 in #17
- Version 4 (NO GUI) by @nmb735 in #18
- Feat/05 interactive cli by @ElvisDiazUAB in #20
- Develop by @ElvisDiazUAB in #21
- Feat/arduino integration by @nmb735 in #22
- Feat/ursi 2025 by @nmb735 in #23
- URSI 2025 Version (v4.0.0) by @nmb735 in #24
Full Changelog: v3.0.0...v4.0.0
v3.0.0
v2.0.0
What's Changed
- Hotfix/requirements by @nmb735 in #5
- Feat/timestamp by @nmb735 in #6
- Feat/params cli by @nmb735 in #7
- Docs/updated documentation by @nmb735 in #8
- feat: Set up for Live USB by @ElvisDiazUAB in #9
- Feat/plots by @nmb735 in #11
New Contributors
- @nmb735 made their first contribution in #5
- @ElvisDiazUAB made their first contribution in #9
Full Changelog: v1.0.0...v2.0.0
v1.0.0
📦 Release Notes
📅 Version 1.0.0 - 2025-10-15
🚀 New Features
- Main Script:
- Added the main script
main.pyto handle the main flow of the program. - Integrated the
readermodule for RFID data reading.
- Added the main script
- MQTT Setup Script:
- Added
mqtt_set_up.shscript for setting up the MQTT broker.
- Added
- Plotting:
- Added
plotting.pyscript for generating plots from RFID data. - Included
plots.ipynbnotebook for detailed plotting.
- Added
🛠️ Improvements
- Documentation:
- Created a detailed
README.mdwith setup instructions and project structure. - Added
01_Regular_Set_Up.mdand02_Network_Set_Up.mdfor regular and networkless setup guides.
- Created a detailed
- Project Structure:
- Organized the project into
docs,src, and root directories for better maintainability.
- Organized the project into
🐛 Bug Fixes
- Initial release, no bug fixes.
📜 License
- Project is licensed under the MIT License. See the
LICENSEfile 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