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 am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi All,
I am trying to run the uart example that comes with NRF51822 development kit. I've set up the mother board (nrf6310) according to the sdk doc and have flash the...
Dear Nordic Developer Zone,
I am using nRF51822 with softdevice.
I don't understand very well the advertising mode "whitelist".
My target is to be able to connect...
Hi all!
I'm running my code based on example "ble_app_template". When advertising without doing anything else, the current comsuption is about 200 uA.
Then I added a...
Hi,
i just started again working with nrf51822 but now with eclipse+gcc and with new soft device S130.
I am struggling with the addresses of flash and ram. I want to...
I have been working on porting my code from Keil to gcc because it has grown larger than the 32K limit that the free version of Keil allows. I am using the s110 softdevice...
Hello, I have a problem during first programing PCA10003 blinky_example. I get an error:"Flash Download failed - "Cortex-M0" "
Keil v4.74
SDK v6.0.0
In nRFgo Studio...
I've been trying to get the SDK softdevice ble demos to work on a mbed board. I'm using pyOCD+linux. I can compile and flash elf (.out) files in gdb with 'load' and I can...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
The nRF51822-EK, when powered over USB, seems to be working on 3.0V. The C232HM SPI cable is a 3.3V cable. The nRF51 data sheet specifies VIO as VDD+0.3 as absolute maximum...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hi - I saw this post and I'm not sure how to add a clarifying question on to it:
devzone.nordicsemi.com/.../
We have a similar problem in that we built our boards with...
Hello,
I am working on an application that involves sampling audio data ~8KHz. I have a few questions
The real time clock module has a maximum interrupt frequency...