I have a Redbear BLENDv2 and want to program it with Keil. I am new to both Nordik SDK and Keil. Any help how to get to the example or open the example projects
I have a Redbear BLENDv2 and want to program it with Keil. I am new to both Nordik SDK and Keil. Any help how to get to the example or open the example projects
Hi devkumar!
I think the Redbear Blend v2 uses the Nordic nRF52832. In that case I would recommend that you use the latest SDK that supports your device. At the moment that is SDK v14.0.0. You can download the SDK you want to use here.
I don't know what example you want to use, but if you want to try out the UART example you navigate to the: <SDK_Install_folder>\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs\
and open the ble_app_uart_pca10040_s132.uvprojx
file.
I suggest you take a look at the tutorials here on Devzone. Specially these tutorials:
If you face any problems, let me know and I will do my best to help you.
Best regards,
Joakim
Hi devkumar!
I think the Redbear Blend v2 uses the Nordic nRF52832. In that case I would recommend that you use the latest SDK that supports your device. At the moment that is SDK v14.0.0. You can download the SDK you want to use here.
I don't know what example you want to use, but if you want to try out the UART example you navigate to the: <SDK_Install_folder>\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs\
and open the ble_app_uart_pca10040_s132.uvprojx
file.
I suggest you take a look at the tutorials here on Devzone. Specially these tutorials:
If you face any problems, let me know and I will do my best to help you.
Best regards,
Joakim