Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi,
In my application, I'm trying to restart emulation because I want to switch from the NDEF static payload mode to ISO-DEP mode. The problem is that when I stop emulation...
Hello guys, looking forward to some help here!
I've been working on a Unit Test system setup with CMock + Unity for a BLE app. But when I try CMocking some headers in the...
Hi everyone,
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,RADIO_TXPOWER_TXPOWER_Pos4dBm);
m_adv_handle = BLE_GAP_ADV_SET_HANDLE_NOT_SET;...
hi everyone ,
I have problem to set tx_power in my ble_ibaecon code.
I referred sdk15.0.0 ble_peripherals/ble_app_beacon example.
a ) First, I tried using below function...
I have downloaded the source code to use the following functions.
https://github.com/NordicPlayground/nRF52-ADC-examples
The following problem occurred in version 17,...
Hi Nordic Team,
I have a installed version of Segger Embedded Studio with both the normal version , and the "Nordic Edition".
When i build a sample project with nRF connect...
Hello,
Purpose: Adjust 5340 frequency offset.
I want to use software adjust the internal load capacitance, but I don't know how to do it.
I found this below.
Can...
In a project using NRF52832 and SDK V15.3, we're having random crashes which have been isolated to a NRF_ERROR_BUSY (17) in components/libraries/log/src/nrf_log_backend_uart...
Hi, I am trying to do unit testing of my application, but at the moment I am not able even to compile and run a test of the example. I am using ncs v1.1.0 following this example...
I downloaded the following repo from github: https://github.com/NordicPlayground/ncs-display-ble-example , applyed the patch and i uploaded the scketch to my nRF5340DK , but...
Good Afternoon, I recently got an nRF5340 PDK kit and would like to get OpenThread examples for this board.
If possible I would like to demo the OpenThread CLI example....
I'm using this code to handle interrupt and power down the device. However, this code is not working the softdevice.
I just want to power on and power off using an interrupt...
Hello,
I am working with the nrf_cli_ble_uart (SDK16), I am able to connect, exchange data, however when I disconnect I got an assert :
It is indeed in ble_nus.c ...
Hi Nordic Team,
I am using a simple GPIO (tx/rx controlled via GPIO) FEM (PA/LNA) with connected to nRF52840.
I know I am allowed to crank up the TX power of nRF to +2dBm...