Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi,
I am using nrf51822xxaa , Keil Uvision 5.14.2.1. SDK 10.0.0 and S130. I need optimisation level O3 for most parts of the code, except for one part (about 10 lines of...
I can't seem to add custom pin definitions to my own board in SDK12. I use the BOARD_CUSTOM define and copied my PCA10040 header file to one call custom_board.h and my pin...
Hello,
I'm working with the experimental BLE blinky application (with nrf52 and s132 SoftDevice).
It works fine, but now I would like to add one more characteristic one...
Hello,
I am working with Arduino blend micro BLE, i am trying to change some advertisement data and uuid service.
I am using the BLEPeripheral library and the next functions...
In the file bsp.c (from the SDK11 ble_hrs example) I don't quite understand the initialization statement:
static bsp_button_event_cfg_t m_events_list[BUTTONS_NUMBER] =...
Hi,
I'm working with UARTE using a receipt timeout. So far so good, I tweaker nrf_drv_uart to get notified upon RXDRDY interrupt (char received but not yet DMA transfered...
Hi,
I've got some software that already uses nordic_uart, so when I try to add another uuid I get NRF_ERROR_NO_MEM.
Now reading around at others with this problem, it...
Dear Nordic,
I am following this test example [https://github.com/NordicSemiconductor/nrf51-ble-app-lbs/tree/throughput-test-5.2.0] while using nrf51822 dev board.
I...
Hello.
I use nRF52 , PCA10040 , S132 , SDK 11 & Keil5.
I want nrf to do bit operation.
The code about bit operation is following.
unsigned char tmp[2];
unsigned short...
Dear Nordic Team,
Thanks for support.
I try to enable dfu service in proximitty example code as per the nordic document .
But its not work. I dont know what i am doing...
To the wizards at Nordic,
I come to you with a rather perplexing issue, we are building a custom application on top of our nrf52 based design. The board seems to work great...