Hello,
In October last year I made a Message Routing Service to my azure functions.
From then it worked almost without issue. Now I try to do the same with an azure account...
Hello,
I used to develop for the NRF51822 using the NRF5 SDK in Keil, and I am now migrating my project to NCS. However, I cannot find my chip in the "CONNECTED DEVICES...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Hi,
How to put nrf51822 in power off mode? i simply tried NRF_POWER->SYSTEMOFF = 1; in keil but it is not going to off mode. Is there any procedure before making SYSTEMOFF...
Hello, I am using the HTS example for the nrf51822.
In the example, bond information can be deleted during initialisation by holding down one of the buttons.
In my program...
Hi sir
In Desktop 2, before BTLE pairing, nRF51 uses Connectable Indirected advertising. After BTLE pairing with BTLE host, nRF51 will select Directed advertsing for saving...
Hi to all, my first experiments with NRF51822... i compile the example projects, and everything works fine (compiling and download are ok), but looking at the code editor...
Hello,
I am using an nRF51822 Development Kit. I am trying to run pca10001/board/uart_example (with simple_uart) using the UART serial viewer built into the Keil programming...
Does anyone know how to get debug messages out to host console via SWD? I know SWD supports Serial Wire Viewer, but not sure how to get it working over GDB with JLink.
...
Hi,
I'm going to try not to get into stuff that is under apple's NDA, but my question is really on the nRF8001 side. Basically, the ANCS is a service that offers three...
I am definitely missing something here, but I can't figure out how to specify a subset of data to read from my peripheral.
Here's the setup: my nrf51822 device is a server...
Hi,
How to create new project for nordic controller using Keil
We are using pca10001 evaluation kit.
Actually in keil i open new project and select nrf51xxx board...
Dear Nordic Developer Zone,
I am trying to enable the readback protection in the main function just before the "wait for interrupt" sd_app_event_wait function using the...
Based on s110 v5.2 release note, nRF51822 will have future hardware revision.
What is the change for future hardware revision? Do we need to modify our circuit design for...
Hi all
My target board is nRF51822 , and I want to run the heart rate demo project,
but a error message when I compile it :
[b]Build target 'nrf51822_xxaa_s110 (256K...
Hi,
Now I want to make a project myself. My project include A/D and BLE for transmiting AD result. But I am confused about what BLE services should I add in my project. and...
Hello all,
I'm stuck in the use of the UART.
I have used the code from the UART example and the UART application for iPhone. I'm using eclipse because I don't want to...