I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,
I am using nRF51822 and meet a question that in the process of bluetooth communication, I will get an instruction for external circuit to stop bluetooth function...
While both P0.00 and P0.01 has Analog Input function, initializing an AnalogIn (in mbed) with P0.00 will cause the firmware to fail to start at all; but initializing using...
Please tell me the Manufacture Part no: which is used for the 16MHz crystal in the PCA10040 DK. I found it different from the one used in PCA10028 version of the DK with just...
Please tell me the location to download the hardware files for pca10040 version of the nRF51 DK board. I could find only pca10028's hardware files in the nordic's webpage...
Hi,
I have some similar problem when trying to add the custom 128bit characteristic UUID.
The service UUID is advertised correctly but the characteristic UUID not.
...
Im using nrf51822 (16KB RAM), I'm trying to retain some data (RAM) after watchdog reset. when I load only the softdevice and my app, the RAM retention workings, but when I...
HI , ALL
i coded the uart_init in my project.
and i want to regarget the printf in my project.
so i find the retarget function is in the 'retarget.c' ,
i tried...
Hi,
We are using Softdevice S310 Version:3.0.0 and SDK:9.0.0.
My Device working on battery power. We are facing Flash write problem when my battery voltage goes to below...
Please tell me the safe 'Max Voltage Rating' for the capacitor at the DCC pin of the nrf51822 in DCDC mode. I am talking about the C12 cap in the circuit shown in Page 113...
Hi all,
I have an interesting problem where I want to read my bootloaders version (based on the DFU), which I have located at 0x3C100, from my application.
I confirmed...
HI , ALL
in the PS document, i know that there a register for the interruption --- INTENSET.
i wanna know if there is an api to set the interrupt.(or the only is to...
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
I want to set its registers by uart I/F.
Because our host cpu(ARM9) has no SWD I/F.
How can I set its registers by using uart I/F?
I read a document of "nRF51_Series_Reference_manual...