Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hi there,
I connected my nRF5340 PDK to an external target - which was unluckily defective.
Since the external board had its own power supply, there was now either an...
Hello,
i have built my own custom service.
I have 13 characteristics ....
But in NRF Connect on an iphone, i can see 13 characteristics , but only in the first there...
Hi
Technically this is a Zephyr question, but googling the issue gave no success. Also, reading the Zephyr docs gavve me no clue.
I have a custom nrf9160 board with an...
I'm trying to capture events like accessing an invalid idx of a C++ vector
I'm using the method at , like this:
std::vector<int> my_array;
my_array.at(10000);
...
Hi,
I want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...
Hi,
I have a custom application running on a custom PCBA using the nRF52840 MCU. The Softdevice (S140, v7.0.1) is also utilised because the main application supports BLE...
Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an...
I'm looking at the feasibility of using extended and/or periodic advertisements from an NRF52 to be received by a cell phone. I've used nRF Connect on a couple slightly older...
We have a multi protocol project THREAD and BLE. It currently uses the BLE DFU for OTA updates. We would like to add the THREAD DFU so we can use either transport mechanism...
Hi -
I have 2 questions:
1) I am looking for an example application that demonstrates acquiring acceleration data at high ODR of 5kHz from LIS3DH sensor using nRF52832...
Hi
I had got some problem with fds_record_write(). I found that I couldn't get the correct data from flash without waiting fds_evt_handler( ) that was called after calling...
Hi, I would like to test interconnection between an android phone with nRF Connect (central) and nRF52840 DK (peripherial) in long range mode. My question are:
Does it...