Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
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...
Hi,
Please help me...
This is the first We are launching our product which uses nRF51822 SOC, But I have no idea how do i write manufacturing test? or what are the tests...
Hello,
What I need to do is control a small 128x64px SSD1306 display with my beacon. Could anyone please give me some directions to follow? I tried this library but had...