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...
Hi All,
I can compile and flash examples with my nrf51822 SDK on linux. I would like to use Code::Blocks as IDE.
Code::Blocks is transparent to run debugger. I try to...
I bought a blend micro to learn about arduino and BLE. I am a complete newbie in this field.
This is what I want to make happen,
I want to install my Blend Micro inside...
Hi All,
I am new in nrf51 development. I have a nRF51-DK kit. I would like to make development in Linux (Debian) only.
I found a lot of documents and I can compile examples...
My nRF Studio can not get nRF6130 board info,just show "Boards connected:".
But I can download fw to nRF51822 chip on the nRF6310 board.
The Application "ble_app_hrs" is...
What is the cleanest way to expose a dynamic (non-fixed amount of entries) through BLE?
One way I thought of is to create a service for a single table entry and go through...
Hi all,
I have an nRF-DK (the new one that's mbed compatible: developer.mbed.org/.../)
I have managed to completely brick it by copying the wrong file onto the BOOTLOADER...
Have tried to use an external interrupt coding.
/*------------------------------------------------------------------------------------------------------------*/
#define...
Hi, I'm a bit of a newbie to C and embedded programming. I'm using the ARM Crossworks IDE right now and trying to get the HRM_RX example working on my PCA10028 board. I've...
Hi All,
We're wirelessly giving manufacturing information to our devices, and when we're done we want to set the readback protection. We do so like this:
nrf_nvmc_write_word...
I am using SDK 7.2 and Soft Device S110 7.1. I am also using the new version of nrf51 which has 32K RAM. I am not using the DK, but a custom board, though I see the same error...
Hi All,
I am facing a strange problem. The scenario is that nRF51822 is acting as SPI SLave while MSP430 is acting as SPI Master. Using the SPI slave example as an app...
Hi all,
These steps broke my j-link lite! Is there a way to un-break it? Suggestions welcome.
I updated the segger pc software for another non nRF51 project (using a...
hi, nordic staff.
i'm working at s110(v6.0.0) and s120(v1.0.0). s110 provides notification and indication.
when s120 receives indication value from s110, s120 returns...
Hello all,
I successfully compiled and tested several examples for the nRF51822 Evaluation Kit on my Linux Box using gcc.
To do the same with my Smart Beacon Kit I downloaded...