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...
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, guys.
I'm prepareing the Korea certification, KC, with nRF51822 BLE system.
I'm progressing to get KC by certification agency.
Today, They will have RF signal test...
I was comparing the binaries for the S120 and S110 stacks and see the MBR is different.
I was under the impression that the MBR never changes and was thus expecting it...
Hi Nordic
We want to test radio parameter through IQxel . Now,we need a application software to control nrf51822(TX,TX,outpower,channal and so on ) . Can you recommend...
I'm using the example code for simple device/host Gazell in SDK 7.1.0 as my starting point for my application.
My program runs for a second or two, then ends up in the...
Hi
I am new to programing low energy devices. I got a Blend Micro from RedBearLabs. I am using the
nRF Master Control on android to connect to it. I am able to change...
As I create my first 'profile document', it would be nice to read over some examples. My only knowledge of this document comes from nAN-36, section 2.2.2.5 :
A profile...
Hi
in the SDK 7.1 examples, there are examples about how to use the hardware peripherals, and examples on how to use the BTLE stack, but nothing combined.
How do I combine...
Hello, I've started bluetooth development with nRF51 DK since yesterday.
My devlopment platform is KEIL-MDK(v5)
Yesterday, I just tested my board, download the blink...
I have an nrf51 dev board which i can currently connect to an android phone and read data from. I would like this board to be able to scan for other BLE devices and send data...
While attempting to understand why my S120 v 1.0.1 application aborted in:
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, assertion_handler);
producing:
ASSERT...
In regard to the following functions
uint32_t sd_nvic_critical_region_enter ( uint8_t * p_is_nested_critical_region )
uint32_t sd_nvic_critical_region_exit ( uint8_t...
Hello, from looking at the GCC linker files I take it that S120 softdevice doesn't support using the full 32KB RAM of the new nrf51422-xxac devices. Is this something that...
Hi, I have written a simple program to calculate the number of retries with nRF24L01+.
On transmitter side, maximum number of allowed retries is set at 1. The transmitter...
Hi all,
I am a beginner with nRF24LE1, when I want to code some examples using GPIOs, I find that it's difficult to understand the PxCON register function. Whether I configure...
I am using the usb port to download an example project to the NRF development kit board, with Keil4. Somehow it keep telling that "No jlink device found", in Keil, the project...