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...
Dear Nordic,
There is an issue with simultaneous RTT shell and logging on nCS 2.0.0, please check the screenshot.
Althougth CONFIG_LOG_BACKEND_RTT_BUFFER=1 setting is...
New to Zephyr it has been reasonably straightforward building the UDP sample application to enable an nRF9160 dev board to send and receive UDP messages via NB/IoT to/from...
1. I want to run asset_tracker_v2 in thingy91 kit.
2. I want to interface two UART external devices to thingy 91, may the pins of nRF52840 be used ? if yes, in asset_tracker...
I followed this page in the section "Program application using nRF Connect Programmer", and tried to program my nRF5280 Dongle in Windows.
Like below, then I clicked "Write...
Dear Support Team,
I downloaded the code from github.com/.../ble_app_uart__saadc_timer_driven__scan_mode , modified the file, and burned it to 52832. After running the program...
Hi,
we need a firmware for the nRF52840 to do a function test for the EMC approval test. The test must show that the BT connection still works. It should also show if the...
Hi! I am using the following setup to run the "ble_app_uart" example:
nRF5 SDK 17.1.0
BMD 360 EVAL Board (nRF52811)
SEGGER Embedded Studio V6.32a
I selected the...
Hi ,
I am using BMD 330. Able to flash my working code using Segger.
Post flashing it gets into a loop in the following code
<sym_PAD7XREQQORPXRJMXMW2EYVS4S43S42A5D43SBA...
Hello,
Every time I restart the power(power on reset) and then use the command nrfjprog to download, the following error will appear
After I use the nrfjprog --recover...
I have read that you can save RAM with the newer implementation, so I decide to go ahead and change my code. The SDK 16 migration guide says:
< To replace app_timer v1 with...
Hi Nordic,
Is there any standard about the startup time of 32M and 32.768K crystal oscillator?
For example, if the time is larger than some ms the nRF5340 will work abnormally...
Question: Can UART ASYNC and UART INTERRUPT work together? I want to use async UART along with interrupt driven USB CDC, but I am not able to use both together.
Details...
Hi team,
I'm developing BLE keyboard and i'm interfacing keyboard with nRF52832 using Zephyr RTOS .
I have example code in SDK, I'll share the path " manthan@man:~/ncs...
Hello!
I'm trying to set up data transfer between nRF 52840 dongle and KX134 accelerometer from SparkFun. Currently I'm running the WHO_AM_I test only. The code is derived...
Hi all,
What's happening?
System reboots when "flash_erase" is called with parameters offset 0x1f000 and size 0x1000
Setup:
NCS v2.0.0
nRF52832 with 512K flash...