I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
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,
I am studying openthread, I don't understand what is Dataset in Openthread used for? It is just for backup some network parameters? How could I use the Dataset?
...
I am trying to read the analog signal to convert it to digital signal on the nrf52820, however, the saadc example is not working on this chip. Do anyone has an idea how to...
Hi Devzone:
From this page describing 2.4Ghz Radio in infocenter:
2 Mbps nRF mode ideal transmitter has a sensibility of -89 dBm
2 Mbps BLE ideal transmitter, packet...
Hello, I see as of nRF5_SDK_15.0.0_a53641a the ble_hids service now supports multiple links. Do you plan on supporting multilink ANCS in the next release of the SDK? Thanks...
Hello Sir
I will use NRF51822 in my project.
But i have read it can be connect eight channles in the same time.
But i need in my project control of 32 devices (channels...
I am making a ble project on nrf52840. I am having trouble finding the idea of adding a new node to the network. My project follows a set of main gateways and additional nodes...
Sir i have NRF52840 dongle i used many times works amazing.After i uploaded Gpio toggle program now dongle is like dead ,laptop is not detecting it, i can't see it in device...
We are adding social distance feature to our existing product. We are facing performance issue. The device has one peripheral role and one observer role. I have set scanning...
HI :
softdevice version : s132_nrf52_7.0.1_softdevice
SDK version : nRF5SDK160098a08e2.zip
example : ble_app_hids_mouse
IOS : When IOS system bluetooth has bonded...
We're seeing an issue where the soft device stops responding and ultimately disconnects with the reason BLE_HCI_INSTANT_PASSED. The disconnection only seems to happen when...
Hi ,
I have Android App acts as a peripheral app . and nRF9160dk as central mode.
I'm trying to scan for the android app , but not sure which filter to use. I referred...
Hi!
I'm trying to run Asset-Tracker routine with 9160dk to connect to the NRF cloud(ncs1.3.0). The China Telecom can't connect the nrf cloud, China Mobile can connect normally...
Hi All,
To enable infinite advertisement in ble_app_buttonless_dfu example, I di following change
#define APP_ADV_DURATION 0 //18000
But after this change, the device...
EDIT - My solution for this is posted below as a reply and it explains the issues in the code. This is an example of how to use pc-ble-dongle-js driver to authenticate using...
I recently updated my project to use the v 17.0.0_9d13099 SDK (from 16.0.0_98a08e2) and breakpoints set in gdb via JLinkGDBServer no longer function. Reverting to v16 works...