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...
Hi, We have a typescript-based code running pc-ble-driver-js on a linux machine, with peripherals that are nrf52840 or nrf52833, which is a setup we have used with minimal...
I have to check the few condition if that condition fails i need to force fully unprovision the device.Is there is any way to do it?
can we unprovision the device by any...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
I run pc_ble_driver_py example serial_port_enum.py. But it failed with can't find module error message.
python.exe .\serial_port_enum.py NRF52 Traceback (most recent call...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi Everyone,
I am working on a project which involves reading data from an accelerometer ( MC3672 ) using NRF52832.
Currently sampling is done via the data ready pin...
Hello,
I am recompiling a system from a nRF52832 to the nRF52840.
This is a BLE peripheral. I started with a working ble peripheral example so that I was able to start...
Hi, I have started with "__nRF5_SDK_17.1.0_ddde560" ble_peripheral>ble-app_uart example code project( ble_app_uart_pca10100_s140 ).
I work with IAR Embedded Workbench IDE...
My client is attempting to use the Dongle with a Windows 8 tablet. The Dongle shows up in DevMgr as both nRF52 USB CDC BLE Demo and as Communications Port (COMx). However...
Hi,
I'm having an issue with flash usage reporting when building app. I'm using MCUBoot, so 2 images are generated.
First of all, my definition of partitions in an overlay...
HI
1. If we choose a 28.8MHz crystal oscillator for the MCLK of I2S, will it affect BT? 2. In our design, the power supply is VBAT, and the VDD_nRF setting is 1.8V. Does...
I would like to use GPIOTE, PPI, and TIMER to do the following.
I'm using three GPIO pins. Each pin will get square-wave like signals of varying frequency. On each pin I...
Hi Nordic:
we want to add timesync function on nrf5340 ble nus.(1central + 16peripherals, 0.1ms precision )
Such as:
https://github.com/nordic-auko/nRF5-ble-timesync...
Hi,
Can I know how to set the UICR as the default address in nRF52840 SOC with SDK 17.02/17.1.0 by using nRFJPROG command line tool / SEGGER Embedded Studio IDE.
nRFJPROG...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...