Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
https://github.com/NordicPlayground/nrf5-calendar-example
What is lowest power mode where real time clock could run?
How could retain RTC value during reset?
Thanks
I have been using nRF9160 DK for a while, with program running and all, however today I failed to connect to it using SEGGER Embedded Studio with the following error.
...
Light switch, client, server and app nRF Mesh works. I replaced client with ble_app_uart_coexist, but I already donť see it in your nRF Mesh app on my phone. I would like...
Hi, I am following this tutorial to enable logging in my Debug Terminal.
https://youtu.be/uP8RYgYGRvI?t=179
At 3:00, I am told to enable both RTT and nRF Logging.
However...
Hi,
I want to test the power managment on the nRF52840. I plan to make a simple test application that enter in sleep/systemoff mode every, let's say, 1 minute. After wake...
Hi ,
I'm trying to write data using FDS library where ,i use fds_record_write on the first occassion and fds_record_update on all others.
Now i have debugged the issue...
I'm attempting t to turn on and off GPS function while LTE is on, but it doesn't work out. I merged mqtt_simple and gps example programs into a new project. What's wrong with...
Hi ,
I need to preserve a clock counter without any drift or delay even the system having Soft reset,
I am using the Device BLE NUS bare metal example and running also...
Hello. I am developing a system where two radios are used - UWB and BLE. The first one is used almost all the time for communication and the BLE is used for beaconing let...
Dear Support,
i'm testing PCA10040 board. I'm using nRF5_SDK_15.3.0_59ac345 SDK package.
I'm testing the project ble_app_hts. I compile it and i download the firmware...
The download page for nRF52840 DK ( https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK/Download#infotabs ) has download links for Heart Rate Monitor...
Hi DevZone,
I am new to nRF SoC and SEGGER. After installing all tools, I can build and run examples.
I run into a problem to add and enable a nRF driver, like "UARTE...
Hello, I am trying to develop a rehabilitation exercise service using Thingy52.
Thingy52 is the only device to accomplish my objective which needs motion detection using...