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
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...
I'm designing my own pcb with a IMU and nRF51422 but i confused,
What's the best choice, LDO, DC-DC or external regulator configuration if I'll use a cell coin?
Someone...
Hi,
We bought new some new nrf51822 beacon boards to get latest revision HW. Then upgraded Keil uVision to latest 5.13 and installed SDK 7.2. However I can't get anything...
I would like to use a network of nine nRF24L01+ nodes {n0, n1, ... n8} in following topology:
n0 has bi-directional links with n1, n2, n3 and n4;
n1 receives from...
Hello,
i'm using nrf51422 with gazell protocol.
Here is my interrupt on success code
void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info...