nRF51 SDK - S310 SoftDevice
|
The Bicycle Power receiver implementation implements all of the features, which are required for the receiver to be fully compliant with the ANT+ Bike Power profile, as defined by the ANT+ Bicycle Power Profile specification:
The general architecture of the bicycle power minium receiver is illustrated in the picture below.
A simple user interface exists consisting of button1, which allows the user to start manual zero-offset calibration procedure.
The calibration process statemachine is illustrated in the picture below.
The following compile time configuration options are available to suite various bicycle power receiver implementations:
The bicycle power receiver will trace profile specific information to UART depending on the selected compile time configuration options.
The following compile time configuration options are available, and enabled by default, to assist in the development phase of the bicycle power receiver implementation:
The name of the example is ant_bicycle_power_minimum_receiver_pca10028. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\Nordic\nrf51\examples\ant\ant_bicycle_pwr\bicycle_power_minimum_receiver
The Bicycle Power-Only sensor implementation implements all the features, which are required for the sensor to be compliant with the ANT+ Bike Power profile, as defined by the ANT+ Bicycle Power Profile specification:
The general architecture of the power-only sensor is illustrated in the picture below.
A simple user interface exists consisting of 2 keypad buttons, which allow the user to decrease or increase the instantaneous power value.
The following compile time configuration options are available to suite various bicycle power-only sensor implementations:
The bicycle power-only sensor will trace ASSERT macro specific information to UART depending on the selected compile time configuration options.
The following compile time configuration options are available, and enabled by default, to assist in the development phase of the power-only sensor implementation:
The name of the example is ant_bicycle_power_only_sensor_pca10028. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\Nordic\nrf51\examples\ant\ant_bicycle_pwr\bicycle_power_only_sensor