Prototype RF driver for STM Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo.
Prototype RF Driver for STM Sub-1 GHz RF Expansion Boards based on the SPSGRF-868 and SPSGRF-915 Modules for STM32 Nucleo
Currently supported boards:
Note, in order to use expansion board X-NUCLEO-IDS01A4
in mbed you need to perform the following HW modifications on the board:
- Unmount resistor
R4
- Mount resistor
R7
Furthermore, on some Nucleo development boards (e.g. the NUCLEO_F429ZI), in order to be able to use Ethernet together with these Sub-1 GHz RF expansion boards, you need to compile this driver with macro SPIRIT1_SPI_MOSI=PB_5
defined, while the development board typically requires some HW modification as e.g. described here!
This driver can be used together with the 6LoWPAN stack (a.k.a. Nanostack).
History
Correct comments/documentation
2018-02-02, by Wolfgang Betz [Fri, 02 Feb 2018 14:13:24 +0100] rev 82
Correct comments/documentation
Merge branch 'master' of hg::https://os.mbed.com/teams/ST/code/stm-spirit1-rf-driver
2018-02-02, by Wolfgang Betz [Fri, 02 Feb 2018 09:57:17 +0100] rev 81
Merge branch 'master' of hg::https://os.mbed.com/teams/ST/code/stm-spirit1-rf-driver
Added tag v1.0.1 for changeset a9a9807bf3ed
2018-02-02, by Wolfgang Betz [Fri, 02 Feb 2018 09:53:50 +0100] rev 80
Added tag v1.0.1 for changeset a9a9807bf3ed
Added tag v1.0.0 for changeset 8dc65c09af67
2018-02-02, by Wolfgang Betz [Fri, 02 Feb 2018 09:53:50 +0100] rev 79
Added tag v1.0.0 for changeset 8dc65c09af67
Cleanup unnecessary header files
2018-02-01, by Wolfgang Betz [Thu, 01 Feb 2018 16:15:57 +0100] rev 78
Cleanup unnecessary header files
Merge pull request #3 from SeppoTakalo/skip
2018-01-18, by Wolfgang Betz [Thu, 18 Jan 2018 15:07:23 +0100] rev 77
Merge pull request #3 from SeppoTakalo/skip
Skip compilation if FEATURE_NANOSTACK is not enabled
Skip compilation if FEATURE_NANOSTACK is not enabled
2018-01-18, by Seppo Takalo [Thu, 18 Jan 2018 13:29:40 +0200] rev 76
Skip compilation if FEATURE_NANOSTACK is not enabled
Clarification on radio configuration
2017-09-01, by Wolfgang Betz [Fri, 01 Sep 2017 08:51:04 +0200] rev 75
Clarification on radio configuration
Minor comment corrections
2017-07-21, by Wolfgang Betz [Fri, 21 Jul 2017 15:30:53 +0200] rev 74
Minor comment corrections
Comment also main class
2017-07-21, by Wolfgang Betz [Fri, 21 Jul 2017 15:18:37 +0200] rev 73
Comment also main class