I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I received the NRF_ERROR_NO_MEM error when add multi-service using S110.The latest sd_ble_uuid_vs_add() function return this error.The softDevice is SD8.0.0,SDK is v8...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hi,
My application has 2 service. 1 service requires encryption but the other does not. As per my current implementation (ref from example code), the peer always performs...
I'm a beginner, the question might be simple but its really important for me.
where does this error codes get store??
How to make use of err_code and whats the best way...
Hey everyone,
I'm getting a really weird error. I'm using two dev boards for my application: a PCA10001 board (MBED enabled) and a PCA20006 beacon board with Segger's j...
Hi, I am using pstorage to store and read back data in Nordic 51822 platform, with SDK5.0.0 and SD6.0.0, here is the code how I use the 'pstorage application':
// Initialize...
Hi,
I'm moving form using the driver twi_master (hardware) to nrf_twi/nrf_drv_twi.
I can't find any sample code?
Does anyone have a nrf_twi example code?
Thanks
Hello!
I'm working with nRF51822-mKit for my project. I've been using mbed IDE, but since they don't support central role, i had to switch to keil. But i have some problems...
I have situation as follows:
I have HOGP mouse device that does pair with Host (Linux, Windows). After pairing also the mouse does work. Now if I power the mouse off suddenly...
I am using the eclipse/gcc toolchain as explained in this tutorial . I am able to generate and flash my application code and softdevice separately using hex format.
I am...
Hi, I programmed my nrf51dk with ble_app_beacon and I see a blink every two seconds on the board's led. I started the nrf Beacon app in my iphone 6. I first added a beacon...