I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
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...