I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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...
Hi everyone,
I bought two NRF24L01+ off ebay a couple of week ago and started to work on them this week. I seem to have problem with establishing a reliable communication...