The direction_finding_connectionless_rx **works fine with NCS v2.3.0**, but with v2.9.0 get's a link error on dts instance for nrf52833dk:
I have top view knowledge of the...
Hello,
To finaly adjust the inside crystal capacitor at the end of production, I need measure the LFXO and HFXO frequencies signals to fine tuning. How should I do ?
Best...
Hello,
We have developed a custom board using the nRF9151, with the design and board files largely based on the Thingy91x. We are using the nRF Connect SDK v2.9.0. When...
Hi,
I want to measure the current draw of the MCU only on the nRF52840DK while I am running my custom code. I want to exclude the current draw of all components except for...
Hello everyone,
I’m fairly new to Android development and currently building a BLE app using Kotlin in Android Studio. So far, I’ve managed to implement scanning, connecting...
Reference states a +/- 3% tolerance, which is rather high. 1. Do any of the reference voltages exhibit a better tolerance? 2. Is it possible to roughly model the tolerance...
Hello team,
We are in the process of migrating from the nRF5 SDK to the nRF Connect SDK for our upcoming projects.
We have followed all the official setup and installation...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi sir
In the Developed zone, I found how to read RSSI value as below. According to nRF51822 RM, RSSISAMPLE would be 0~ 127.
Actual RSSI is – (RSSISAMPLE) dBm. But, I found...
Hi
We are using the UART demo to communicate with the nrfUART app.There's a condition some
time when it connect,it will disconnect immediately,anybody know what's the issues...
I'd like to get familiar with implementing a blood pressure and heart rate monitoring Bluetooth device. Which development/evaluation kit is the best to get started with? ...
Hi,
I'm using the "ble_uart_project_template" I would like to put the "host" processor into a deep sleep mode to save power while the nRF8001 is still active.
Is there...
Hi,
Can anybody help me, thanks in advance.
What is wrong with NVIC_EnableIRQ(UART0_IRQn) - the execution halts when calling this macro ?
I'm working with Keil. ...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi,
I am working with Arduino/Ble Shield to implementing a keyboard device with some consumer control keys support,
My implementation will be based on hid_keyboard_template...
Hi Nordic folks,
I’m stumped by an an error in sd_softdevice_enable() that outputs this from my error handler:
[ERROR] app_error_handler (src\core_functions.c:183...
It clearly states in the nRF51822 Beacon Firmware Documentation that you need to use the Master Control Panel in order to connect upload new firmware.
Now that said, there...
Hello,
I'm using Win 8.1 BT LE stack to communicate with the NORDIC. I am using soft device s110. I use notifications to send data to windows which assembles a message...
Hi,
I'm writing a little piece of software using direct access to the radio registers in NRF51822. Is NRF51822 capable of calculating BLE checksum in hardware? As far as...
PROBLEM: the event handlers are never called after app_timer_start called
I have a design without the LFCLK XTAL. I initialize the stack with:
static void ble_stack_init...
HI ALL
i have successfully creat my own service referring to the example ble_app_lbs and reference nAN-36.
but when i tried to creat my own characteristic in my service...
I want to check out the long attributes capabilities of the S110 SoftDevice.
Inside of the Sdk 5.2.0, I cannot find an appropriate example.
I'd found some example code here...