Hi,
I am using nRF52832 development kit PCA10040 V1.2.1 2017:38. I am able to successfully run nRF_Examples\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_beacon example and able to see the beacons in my nRF Master Control Panel app.
But, I found this: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fapp_example%2Fsolar_beacon%2Fread_sensor.html&cp=2_6_0_4 What modifications do I need to do in the ble_app_beacon code in the path mentioned above so that instead of Major, Minor and RSSI, Temperature and Pressure would be displayed in the Master Control Panel app?
I dont need the firmware to measure temperature and pressure. All I need is how to change the words "Major, Minor and RSSI" in the app to display "Temperature and Pressure" . Also, I would need the values to be displayed under temperature and pressure as decimal (float) values instead of hex values.
Thanks.