Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi Nordic team
I found a sample for ADC (saadc) on the nRF5340 at the end of this post . The answer is related to the nRF5340 PDK.
Is there a way to use this code on a...
Dear Team,
We would like to add nfc feature to our product. We are bit concerned about the nfc antenna size that comes with nrf52 dk.
What is the smallest antenna size...
Hi,
I am trying to install nRF Connect SDK using Toolchain Manager in nRF Connect for Desktop. I seem to consistently fail with this error for the latest version v2.1.1...
Greetings,
We are currently evaluating the nRF Connect SDK in comparison to the nRF5 SDK for our new product (BLE enabled & battery powered) for which low power consumption...
I'm having trouble activating a PDN on a running/connected device. Here's the code:
Seems like I'm missing something here. pdn_init does get called on system setup...
Hi,
Just wondered about the following ....
Strange parts of this code ... Or things I don't understand
After the first READ in Setup() it successfully reads the data...
I am trying to implement a simple uart echo test using nRF21540 DB board, but I always get NRFX_ERROR_FORBIDDEN when trying to transmit.
This is the initialization code...
I am using nRF5 SDK v16.0.0 on nRF52832. IDE is SES. I am also using FreeRTOS
What order should the following methods be called in? Does it matter when fds_app_init is called...
Hi Team,
I am using SEGGER 5.4 IDE and NRF52840DK controller.
I did not understand the difference between Terminal Emulator and Debug Terminal in Segger IDE.
I am not...
Hi,
I want to configure Timer1 (32 bit ) to run up to 1 sec and then reset. I want this to be done continuously with the help of Short but without using the event handler...
Hello, I have an nRF52811 on a custom board and have been having some issues. I have a nRF52840DK which I used to flash the custom board (while powering the board with the...
I connected it to an external mcu as shown below. After downloading serial lte modem to nrf9160,
at command is sent, but it does not respond. Connect only 3 pins for communication...
Hi I am using the nrf52832 with zephyr os , NCS 1.9.1 , also using the external flash as a secondary slot, using a nor flash I tried to upgrade my app but i an error occurred...
HI, I am trying to develop a project with multiple UART facilities, and I have put the code from the following link in my project.
However, the software UART didn't work...
Dear Nordic community,
I am currently trying to send ADC sensor reading to MQTT broker(hivemq). I have successfully sent some data to the mqtt broker. However, the reading...