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...
Hello,
I Preparing the KC (korea-certification. about bluetooth)
KC requirements as follows:
Set Test Modes
Set Continuous modulation mode
Set Unmodulated...
I'm interested in getting started with NRF51, but the full DK is quite expensive here and I don't need it. Does the nRF51-Dongle sku come with a key for downloading & using...
Hi,
Can someone tell me (definitively) what the max SPI clock speed is?
I have seen 2,4 and 8Mhz here and in recent documentation and I'm confused.
Thanks
Hi
I have been experimenting with encryption and bonding and I think I don't understand completely the bond procedure.
To bond a device, it is necessary using the bond...
HI ,all !
I have a question about PORT event function.
as the 4 channels of GPIOTE (channel0 to channel3 ) have been used for other usage.
i need to use a general IO...
The only documentation I can find for s120 is part of the nRF51 SDK . Though it isn't clearly stated the SDK assumes release 1.0.1 of S120 is being used.
The v2.0.0 S120...
Hi
I got some questions about KEIL MDK uVision5.12 PACK.
I tried uVision5.12 PACK to install Nordic SDK package. Currenly, their latest version is v7.1.0.
If...
Hi,
I get 0x2001 error in spi_master_close() at the following 2 lines.
/* Disable interrupt */
APP_ERROR_CHECK(sd_nvic_ClearPendingIRQ(p_spi_instance->irq_type));
...
I got my UART working just in basic sending and receiving.
Now I am trying to implement buffer feature and other non-blocking features. I have done this on other CPU's many...
I've been playing with the simple_uart example and it seems like it might be missing responses. Does it buffer incoming data until the simple_uart_get() is called?
Hi,
I searched through the devzone but I cannot find a answer on this question but the question has been asked before.
Some background. I have a working solution from...
Hello,
I am working with nRF51822 DK. For the development of my system, I want more BLE devices. So I am planning to buy nRF51 dongle. But I need to know how many times I...
Hi, I'm using mbed version nrf51-dongle. ( developer.mbed.org/.../)
It made an error when count it to the OSX Yosemite, so I tried to fix this error.
...and I gave up...
Hi,
I am try to read and write sd/sdhc card with file system with nrf51822 controller for that i need sd card library for read and write.But i read and write raw data into...