https://github.com/tim-raphael/ble_adv_parser
https://github.com/tim-raphael/ble_adv_parser
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-raphael/ble_adv_parser
- Owner: Tim-Raphael
- License: mit
- Created: 2024-10-20T18:13:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T10:27:36.000Z (about 1 year ago)
- Last Synced: 2024-11-27T11:28:08.329Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLE Advertisement Packet Parser
An exercise I did to learn about BLE (used [Bluetooth Advertisement Data Basics](https://docs.silabs.com/bluetooth/2.13/bluetooth-fundamentals-advertising-scanning/bluetooth-adv-data-basics) as a resource). It would probably have made more sense to start with a BLE packet parser and work my way down.
## TODO
Note to myself: found this nice website [Bluetooth Low Energy Fundamentals](https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-1-bluetooth-low-energy-introduction/") which seems like a great resource to get a structured overview of the whole topic.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute, report issues, or suggest improvements.