Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hello All,
For the S120 softdevice active scanner, it appears that when ADV_IND is received and a scan request/response exchange occurs there will be two BLE_GAP_EVT_ADV_REPORT...
Hi,
I am getting the NRF_ERROR_INVALID_STATE error when I call dm_security_setup_req in my security timer timeout handler. The function's description says I'll get this...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
The comment in dfu_init_prevalidate says the following
// To support application versioning, this check should be updated.
// This template allows for any application...
Hi,
As far as I know the ADC pins can be used as digital inputs. Is it the same with NRF9E5? I could not find anything like pros/cons. Datasheet doesnot say anything about...
Hi,
i have been struggling with UICR Config in nrf52. The code:
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Ren << NVMC_CONFIG_WEN_Pos);
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Dear nordic.
We are developing nRF51822 with S120 as central.
When advertising from Peripheral, RSSI value is changed it's position.
Measured RSSI range is -60 dBM...
Hi,
I am trying to get the sniffer to work on my new Win10 machine.
I am using the PCA10001 board.
I have tried:
SEGGER: 6.00g and 5.12f
Wireshark: 1.12.x,...
Hi to everybody,
I have configured the nrf52 DK (SDK 11) with FreeRTOS and the UARTE with a DMA buffer of 16 bytes and it works. The problem comes when I don’t want to...
Hi,
I'm working on ble_app_hrs_c application with Nordic beacon.
Using nRF51822 Ver.H0 with S120 and modified to using Internal 32.768KHz RCOSC and UART at 115200bps...
Hi guys,
I'm playing with a beacon kit, nRF51822-BK.
It works out of box, no problem but I have a simple question. One of our customer asked me if is possible to control...
Hello,
I am using nrf51 SDK version 10.0.0 along with the nRF51822, and I believe I have found an issue with a macro that is supposed to check the correctness of a bit...
Hi All,
Another question for those out there much smarter than myself...
We're developing an application using nrf52, sdk11 and softdevice s132 2.0.0 and have been using...
I see it is advised not to just stop a timer, but to also shut it down for certain of the nRF52s. What call is necessary to achieve this since I understand it is deprecated...
I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id,
bool *...