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...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi, dear support team,
I program the softdevice(S110,v7.1.0) to the nRF51822 devices(our product) by nRFgo Studio v1.21.1.3.
The nRFgo Studio shows a error message as...
Good afternoon.
I have 2 boards NRF51:
One as beacon (SDK 9), use example code "nRF51_SDK_9.0.0\examples\ble_peripheral\ble_app_beacon".
The other as...
Hi,
I have a problem using Secure DFU Bootloader available in SDK 12.1 on nRF51822_xxAA SoC.
Initilaly i was using nRF51 DK board and Secure Bootloader example in SDK...
Hello,
In our application, we do not use the antenna at Pin30.
However, in Nordic's Reference design in Github, even the simplest design (nRF52832_qfaa_dcdc) has an...
Hello,
Can I interact with the internal device of the nRF52 DK (PCA10040) while an other nRF52 connected through the P20 (or P19) connector?
The JLink tool has a "device...
I implemented an application to advertise indefinitely with APP_ADV_TIMEOUT_IN_SECONDS set to 0 and it works just fine. Now I want to
have a time out and set APP_ADV_TIMEOUT_IN_SECONDS...
Reading the nRF51 RM. On page 82 there is this:
But it doesn't make sense to me to talk about the LSByte of the PAYLOAD field, as it's just arbitrary data, and the Radio...
Has anyone had issues with connecting to the nrf52 DK with linux hcitool? I am able to see the device's MAC address and name (using HRM example design) with hcitool lescan...
I have everything working nicely with gcc, my own Makefiles, and the Nordic SDK12.2. I'd like to move to CMake to better automate my process (in particular, compiling one...
Hi
for few days I seem to got stack in using together UART and radio on nRF21LE01 in ESB mode
and I suspect irq_flags = hal_nrf_get_clear_irq_flags(); to be cause of my...
hai,
i am using mbed to program my nrf51822.
i need the following requirements
1.store some data on nrf51822 flash memory using pstorage .
2.setup bonding for security...
It's my question. I use saadc single mode from nrf52832 to sample voltage .When the original voltage is 24 V ,measurement of the pin is 2.8v,I set the resolution to 10 BITS...
hi,dear engineers,
i use the example experimental_ble_app_buttonless_dfu of nRF5_SDK_13.0.0_04a0bfd,
on the PCA10040 board,Now,i'm sure that I am flashed Softdevice,app...