Hi,
I'm trying to build the nrf5340_audio/broadcast_source application. I'm getting the following error: nrf5340_audio/src/audio/le_audio_rx.c:20:22: error: 'CONFIG_BT_ISO_RX_MTU...
I'm having some trouble with the discovery module. The way the service I'm connecting to has the same UUID for the Bluetooth LE service as for its characteristic. I get this...
Hi,
I am trying to optimize a time critical device for lowest possible latency data transmission over BLE on nRF5340 working as peripheral. Currently my algorithms are implemented...
I am trying to run central_uart example which is failing when bt_settings_init function is called. I debugged further and found that
settings_subsys_init is called inside...
Hi, I am testing the PaWR examples in the NCS.
Regarding " pawr_data_request" callback, it says the callback will be called when there is buffer available? What does...
Hi i am using ble app uart example of nordic 5 sdk sodt device 140 for nrf52840 dk . i am configured that as peripheral my code works fine suddenly i face a issue that data...
I was trying to receive some data using "i2c_transfer" then continue the receiving without starting a new transaction.
Stop bit was sent if I configured to use it or not...
Hi There....
I am having nRF24LE boards with me..
I am having issue with Quick Link Test code provided by Nordic for Production Test....I am trying to compile the PER_LE1_Tester...
hello everyone..
i am using nrf52 PCA10040 board with custom application.
in that i want to estimate distance between android device and PCA10040 board when connected.
...
Hi,
I am using the nRF52 Dev Kit.
Is there a way I can get a notification after a "scan response" has been sent?
For example - the first radio_active after a BLE_GAP_EVT_SCAN_REQ_REPORT...
The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly...
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...
Seeing the Log on wireshark for Central and peripheral communication after connection.
Here i am bit confused that when Connection update request is send by Slave after...
Hi, I try to access Generic Access to get device name.
So, I modified "ble_bas_c.c - ble_bas_c_init()" like this.
bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME;...
Hi,
I want to find Bluetooth address of the Central Device which is running Master Control Panel Application....
but after succeful connection, each time I try to find...
I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...
Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode.
the example i used is at this link . ( system-off-wakeup-on-gpio...