I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Hi thank for reading with your kindness
I used keil with nrfready_desktop_2_/* files
when I clicked "Start/Stop Debug Session" with simulator in debugging session, ...
HI,ALL
i notice that the buttons_leds_init is initiating the bsp function.
just like LED and Buttons.
uint32_t err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS,...
I recently purchased nrf51-DK. I was going through a getting started document which said to update the firmware on the board. After updating it the boards just keep disconnecting...
Hi:
There is a worried question around me.
when i put my product and phone in a firm place after the product connect with APP of phone.
I find that there are lots of...
L.S.
For our products we have chosen to use the RFDigital RFD22301 (previously RFD51822) product which has a nrf81522 chip inside.
Last year we discovered some issues...
What are the S130 SoftDevice v2.0.0-7 alpha iROM and iRAM settings for the nRF51822 and the ble_app_hids_keyboard example?
Someone at Nordic Support suggested the following...
Hii Nordic guys,
I'm trying to test the example project examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay so I just compiled and trying to flash on...
Hello
I am developing an application with BLE and I have just faced to a problem.
I want to check my IDE settings and development environment.
I am using the development...
A good problem to have... we're only seeing 300nA current draw with a 3V lithium primary while in SystemOFF on the nRF51822, using LDO.
Is that correct? We've measured...
HI , ALL
i added a event in the function 'on_ble_evt' like followings:
case BLE_GAP_EVT_ADV_REPORT:
printf("Start Advertising\r\n");
break;
At first i think...
Hi, I mostly use the SDK 7.2 or SDK 10 and S110 7.1 or 8.0
since I have multiple custom boards that uses revision 2 and 3 chips.
My custom board I'm about to use has...
I want get an interrupt from the ADC after every sample (oversampled by 4, so burst is enabled). This works fine with EasyDMA, but I want to be able to not use the EasyDMA...
Is there some documentation somewhere to explain how these work?
I kinda understand but in app_timer, why use a software interrupt of the same priority as the RTC interrupt...
In my project, the nrf51422 chip will be hosted on a board with another CPU. I need to be able to flash the firmware through the SWD interface, controlled by the host CPU...