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...
Hello Nordic
I am testing SEGGER EMBEDDED STUDIO and I think it is little buggy.
When i simulate NRF52 application without actual device (I can not
debug on hardware...
Hi,
I used SDK_15.1.0, secure_bootloader/pca10040e_uart.
Through PC uart,it update successfully .But boot through android(linux) uart,it returned 'invalid crc'.Can anybody...
Hello,
I am working on BLE Peripheral and Central part on SDK11 for a long while. Now i want to start with NFC.
I tried to go through nfc section in SDK14 but could not...
I am observing a surge startup current of 0.1 to 0.2 mA when I am powering the nRF24LE1 module. Is it possible that the device can startup in power saving mode? Is there a...
Hi
I had used one nRF52 Kit(nRF52832+nRF5_SDK_14.2.0) to connect a BLE 6LoWPAN Border Router(Raspberry Pi 3B+Raspbian)
according to the IoT User Guide.
But in IoT applications...
i am using ubuntu 16.04
using eclipse photon IDE
nrf52_14.1.0 i am unable to run to run more than two threads can u please help me out in this
i am trying "nRF5_SDK_14...
Hi,
I am working with bonding process on Android App.
My problem is:
When I create bond to nrf51822, the process complete successfully. Then after a few seconds (3-5...
Dear Nordic Team,
Thanks for supporting .
I have a custom hardware for nRF52832 its working for nrf_beacon example but its not work with eddystone beacon example.
please...
We’re working with the NRF52, SDK 14.2 and SES.
Somehow we have managed to have our boot loader extend into our MBR params page. We extended the stock SDK 14.2 boot loader...
So using the above code I am trying to set the threshold of 2.3 volts on the power comparator. I am using sdk12.1 with Soft device 3.0.0 on an nrf52832
I keep getting NRF_ERROR_SOC_POWER_POF_THRESHOLD_UNKNOWN...
board nrf52840
sdk 15.2
hi i have one problem in connection, once i connected the device and disconnect means ,the device stops advertising..if i reset means it will show...
Hi, I have a problem when write data to flash on nRF52832. my code is like below:
err_code = nrf_drv_clock_init(); APP_ERROR_CHECK(err_code); // Activate deep sleep mode...
Hi Nordic:
I migrate my application from mesh-2.1.1+sdk15.0.0 to mesh2.2.0+ sdk15.0.0, but there is an issue when calling mesh_stack_config_clear()
Following are my steps...