This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Static pass key implementation

ble_app_uart_s110_pca10028_nuevo.uvprojx

Hi, I´m using a nRF51244 with s110. I program it in nRFgo Studio (s110_nrf51_8.0.0_softdevice.hex)

I try turn on the passkey using the information you send to me, but It dont work. I dont know wher I make the misstake.

I edit the last post, and upload my proyect.

thanks for your reply

  • If you want reviews on your code I suggest you upload your complete project, and include what SDK and SoftDevice version you are using. Don't just paste your complete main.c Anyways, didn't I answer you here? If the answer in insufficient or it is unclear, please add a comment explaining.

  • What doesn't work? Have you made any modifications or is it just the project I gave you? If you want reviews on your code you need to uoload the complete project, you have just uploaded the project file. What SDK version are you using? If you haven't downloaded the You can download the SDK here. The project I gave you was made with SDK 8.1.0, so download that one. Unzip it. Then put the project I gave you in \examples\ble_peripheral\

  • I tried use your project, but I could not to add your project as a new example, I decided to create a new project and I obtain this errors:

    C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.0\gpiote\nrf_drv_gpiote.c(30): error: #20: identifier "GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS" is undefined nrf_drv_gpiote_evt_handler_t handlers[NUMBER_OF_GPIO_TE+GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS]; C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.0\gpiote\nrf_drv_gpiote.c(148): error: #20: identifier "GPIOTE_CONFIG_IRQ_PRIORITY" is undefined nrf_drv_common_irq_enable(GPIOTE_IRQn, GPIOTE_CONFIG_IRQ_PRIORITY); C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.0\gpiote\nrf_drv_gpiote.c: 0 warnings, 2 errors

    I dont know how I can to solve this problem. thanks you very much

  • Why couldn't you add my project? Can you please give me a bit more information on what you are doing. So I can help you.

    And again, please upload your complete project if you want reviews on your code. You have just uploaded the project file- Zip the project directory you are working on in \examples\ble_peripheral\ What SDK are you working on?

Related