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...
We are developing an nRF52832-based circuit with 1.8v power supply, which features BLE, NFC, SAADC, I2C & SPI.
According to datasheets, all 3rd party components are also...
Hi,
we plan to use the nRF52832 for a new project, I have two questions:
LE secure is supported, is this right ?
We want to pair up to 8 phones with our device....
Hi,
I am using SDK 14.2 with nrf52840 board. In my project I am using USB and BLE together. I have noticed that when I enable the LE Secure pairing and after that my USB...
Which nrfutil version should be used with Mesh SDK?
Getting started for Mesh has the link to nfrutil verison 0.3.0.0. In pc-nrfutil github repo the latest version is 3.5...
Hi!
I try to do simple led blink on nrf51822 and after build i got this:
Checking project status
Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’
Compiling...
Hi,
I am using Segger IDE and now I wanna to use the temperature sensor presents in the PCA10040 board.
I tested the SDK example using the keil and works fine. When I...
I have your NRF52 DK and beacons.
I want to make the case so that my Nordic NRF52 DK will get data from Nordic beacons and forwarded that data on the UART port of PC....
Hi there,
I am developing a BLE dongle, and a BLE peripheral both based on NRF51822QFAC. The BLE dongle scans, connects, and disconnects the BLE peripheral by UART commands...
Hi
I get the following compiler (assembler) error in my project:
... Compiling file: hardfault_handler_gcc.c /tmp/ccstUNqW.s: Assembler messages: /tmp/ccstUNqW.s:46: Error...
Hey All,
I'm using the nrf_drv_uart UARTE driver (NRF52832) communicating with an external device. The UART init code is executed using a function (call all_main in this...
Hello All,
I am working on NFC using nRF52832 chipset .
I followed the below this link for http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi everyone :D
I'm not being able to compile a c++ code on segger embedded studio.
The same code compiles with the Makefile provided in the SDK 14.2, but not with the...
Hey, we are using the nrf52840, and the SDK 14.0.2 and the uart example. We need to set the BLE range to max, and therefor the TX to 8db, the transfer speed to 125kb/s. We...
This is my second attempt at merging a pure UART App (no soft device) into an App derived from the ble_app_template (with soft device)
I see I am not alone in having suffered...