I want to make a Bluetooth connection with nrf51422. I am using the Keil software. But I do not understand what the program will do the bluetooth connection. Can you help me
I want to make a Bluetooth connection with nrf51422. I am using the Keil software. But I do not understand what the program will do the bluetooth connection. Can you help me
Which part(s) don't you understand?
Have you looked at the provided examples - both the nRF51422 embedded code and the sample Android/iOS apps?
If you are new to the nRF51 I recommend you look at the Getting Started section in the SDK documentation. Then you should probably look at BLE Advertising, a beginner's tutorial and BLE Services, a beginner's tutorial, which will teach you the basics of creating a BLE peripheral.
I understand I wrote some code to Keil programs. I want to make Android phone connections. The application I use UART NRF ToolBox (UART Service) What should I write the program Keil for UART service
Have you looked at the UART/Serial Port Emulation over BLE example?
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.1\gpiote\nrf_drv_gpiote.c(43): error: #20: identifier "GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS" is undefined nrf_drv_gpiote_evt_handler_t handlers[ UMBER_OF_GPIO_TE+GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS];
I have to do I get this error