Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/et1975/xbee-zigbee
nostd crate for Zigbee framing
https://github.com/et1975/xbee-zigbee
Last synced: 8 days ago
JSON representation
nostd crate for Zigbee framing
- Host: GitHub
- URL: https://github.com/et1975/xbee-zigbee
- Owner: et1975
- Created: 2018-10-31T15:31:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T19:32:50.000Z (about 6 years ago)
- Last Synced: 2024-11-05T20:06:55.670Z (about 2 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `embedded_hal` based driver for the XBee Zigbee
Implements a few core frame types of Zigbee API
Setup Notes:
- Used Ubuntu 18.04
- install rust from website
- rustup update
- rustup toolchain install nightly-2018-04-08
- rustup toolchain default nightly-2018-04-08
- rustup target: thumbv7em-none-eabihf
- rustup component: rls-preview
- install openocd
- install gdb-multiarch
- VSCode, https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
- build code (cargo.lock file needed)
- when running gdb-multiarch ensure settings in launch.json:
"gdbpath": "gdb-multiarch",
"debugger_args": [
{"-ex":"set arch arm"},
],