Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I'm using nRF51822 SoC and I have a LIS3DSH accelerometer connected to the ship via SPI bus . I used the SPI master example . So i used the switch_state() function then took...
Hi, I would like to know how I can immediately detect when a connection link is loss either from the central or peripheral. I need to know which error or notification to look...
Hello.
Here was the question about S120+DFU and Petter Myhre said that Nordic ready to release the new S120 version with the peripheral mode support, so making DFU OTA will...
Today I tried to update the SoftDevice of my project. I was working with the experimental NUS example with the old S310 SD (1.0.0). Because I want to communicate thru ANT...
Hello everyone,
I'm developing a security scheme in which the firmware verifies that the nRF51822 is the same as the one in the factory to which the firmware was installed...
Hi -- Can I run direct test mode on the nRF51-DK?
I've found the Direct Test Mode window in nRFgo Studio, but my board isn't available in the "Set up on ... " pulldown...
Hi,
I'm trying to implement a device including a PWM counter and a high resolution timer working with softdevice stack 110. Per the examples I got from this site, I'm using...
Hello! I'm trying to use s130 as peripheral.
I flashed nrf51822 with s130 stack. Opened peripheral example and build it with .ld file for s130.
After it I flashed this project...
we have a 2 chip soln. nrf for Ble, Atmel for main application.
config data is located in the Atmel part. Config data also has BT Device name, ADDR, Adv Params etc.
I...
I am thinking to use IoT SoftDevice in a project, but I read that
" This SoftDevice is a technology prototype only. Therefore, it should never be used in production ." This...
Hi there,
I'm trying to program an external nrf51 board (Xuntong 5518) through the nrf51-DK Debug out connector. So far I have no success and I'm wondering if I have the...
What exactly are the "glitch" issues with the PWM master library ? I see there have been some recent updates, but no clear indication as to what issues remain or have been...