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...
Super general question :)
Our current products use nRF24 chips (paired with 8bit AVR's) and we're very happy with performance.
For us the key requirements are low latency...
Hi all, i am trying to load this example on the smart beacon kit; i followed this guide step by step ( devzone.nordicsemi.com/.../) but the problem is the if i load the precompiled...
Hi all, i want to use the internal bluetooth of my laptop to receive values of a sensor on the nRF51 DK, and save them in a text file. How can i do this?
Hi, In my project I am using the signed bootloader example. The issue I got if I generate .zip file for dfu without --key-file the with --dfu-ver is option is working fine...
I have up and running the serialized ble_app_hts using ser_s130_hci serialization on two BMD-200 evaluation board of Rigado.
Now I want to know what files I have to use...
When I input the command below:
nrfgocli -p <path_to_application.hex>
it gives me the error below:
Could not connect to board
ERROR: Could not connect to board ...
I've migrated over my application code. I've noted that SDK10's new modules causes much high RAM consumption than on SDK 6.1. Everything is working however, except for the...
What are the correct parameters that I need to set in uVision to compile the experimental (signing) DFU for NRF51822_xxAC (SDK 10) (using dual bank)
Xtal?
IROM1?
IRAM1...
Hi Nordic Community,
Could you please tell me what is the antenna reference design used in the nRF51 DK? and why a lot of BLE development boards (like Redbear BLE shield...
Hi everybody!
Im trying to implement slave spi to bluetooth bridge.
In short, when cs line goes low, i want that one handshake line automaticaly go in busy (high) state...
Hi,
I'm using the nrf52 and in my application I need to sample a sensor after applying an IR pulse; the pulse length influences the sampling thus cannot be disturbed by...
I think this is a rather common problem:
I want to expose a couple of variables from my model code (members of structs) as characteristics. Is there a simple and elegant...
Hi
Question
What is the risk/chance that future revisions (>2.0.0) of S130 will be incompatible with the setting UICR.CLENR0 = 0x1C000 ?
Background
Today we would...
Hi,
I need to wait for a period of 7.5ms whilst my I2C sensor completes a measurement, I am currently using the nrf_delay_ms function however I am looking to optimise the...
Hi
I'm trying to explore the nRF52-DK kit.
I downloaded the demo : www.nordicsemi.com/.../heart_rate_demo.zip
Dragged and dropped the hex-file to the JLINK drive thats...