Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@DeepthiMCHP DeepthiMCHP released this 29 Aug 09:04

### Release Notes :

Standalone PHY v1.1.0 (supported transceivers : AT86RF233, AT86RF212B & AT86RF215)

The physical layer contains the transceiver specific functionalities as mentioned as the requirements of IEEE 802.15.4 specification. It gives the interface to the MAC core layer which is independent of the underlying transceiver. Besides that, the PHY layer provides the set of APIs which can be used to interface a basic application.

The following are the functionalities of PHY layer

  • Frame Transmission (including automatic frame retries)
  • Frame reception (including automatic acknowledgement handling)
  • PHY PIB storage
  • CSMA module
  • Energy detection
  • Power management(Trx Sleep)
  • Interrupt handling
  • Initialization and Reset
  • Enabling High Datarate Support
  • Enabling Promiscuous Mode
  • Enabling Antenna Diversity
  • Enabling Reduced Power consumption modes (Only for RF233. Not supported by RF212B)

Known Issues / Limitations

Host MCU based Deep Sleep feature is not implemented, however, Transceiver deep sleep mode is available.

What's Changed

  • Rf215 integration in #1 & RF215 based P2P PHY application updated

Full Changelog: v1.0.0...v1.1.0