Hello All,
I am Entry level in BLE.
Anyone Have Example Of MAX31856 with NRF51 or NRF52.
Thank you in advance.
Hello All,
I am Entry level in BLE.
Anyone Have Example Of MAX31856 with NRF51 or NRF52.
Thank you in advance.
I am Entry level in BLE
Do you have experience with microcontrollers in general?
Example Of MAX31856
Have you looked at
https://www.maximintegrated.com/en/products/sensors/MAX31856.html#tech-docs
https://www.maximintegrated.com/en/products/sensors/MAX31856.html#design-developement
Remember that the MAX31856 neither knows nor cares what microcontroller you use - all it sees are the transactions on the SPI wires.
Maxim provide example code for STM32: https://www.maximintegrated.com/en/design/software-description.html/swpart=SFW0006270A - so you could study that. Only the low-level details of the SPI controller will differ.
similarly, as far as the nRF is concerned, it's just another SPI slave - the SPI controller always works in the same way irrespective of what slave you use.
EDIT
nRF52832 SPI Controller documentation:
nRF5 SDK SPI Master example:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/spi_master_example.html
I am Entry level in BLE
Do you have experience with microcontrollers in general?
Example Of MAX31856
Have you looked at
https://www.maximintegrated.com/en/products/sensors/MAX31856.html#tech-docs
https://www.maximintegrated.com/en/products/sensors/MAX31856.html#design-developement
Remember that the MAX31856 neither knows nor cares what microcontroller you use - all it sees are the transactions on the SPI wires.
Maxim provide example code for STM32: https://www.maximintegrated.com/en/design/software-description.html/swpart=SFW0006270A - so you could study that. Only the low-level details of the SPI controller will differ.
similarly, as far as the nRF is concerned, it's just another SPI slave - the SPI controller always works in the same way irrespective of what slave you use.
EDIT
nRF52832 SPI Controller documentation:
nRF5 SDK SPI Master example:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/spi_master_example.html