Skip to content

et1975/xbee-zigbee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}, ],

About

nostd crate for Zigbee framing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages