I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Is there a way to initialise a GPIO earlier than in main() without modifying NCS/zephyr code?
We tried an PRE_KERNEL_1 init() function, but this is rather late still.
...
I have two central devices and two peripheral devices each paired with two different services.
I wish each pair can connect only to each other and don't mix up the connection...
Hello,
I am trying to set up for Receiver blocking test for a product that uses both BLE and 802.15.4. The HW is an nRF52840 along with an nRF21540 FEM. I have a couple...
Hi guys,
As I want to debug on my nRF52840 Dongle with a Debugger, my first step was to connect it with internal segger OB JLINK integrated into nRF52840DK. This was not...
Hi,
I've been using the SDK shipped with a vendor product and a feature that I use is to acquire the SPIS semaphore as part of the SPIS handler. The version of the SDK that...
Hello Nordic team,
I'm a beginner on Nordic connect sdk, here have a question about how to increase nrf5340 sending data speed by NUS?
Below is what I testing model now...
Hello.I will open it again because the ticket was closed due to my fault. I want to check the LE Audio (CIS/BIS) function by capturing it as "Airlog" or "hcisnoop" with nRF5340...
Hello,
I am currently working on a project where I need to receive data from a custom board using a nRF52833.
I have made custom characteristics and I can send commands...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...
I am new to pcb design so forgive my questions:
I see the reference circuitry for the nrf52840 and some PCB guidance around the nfc antenna design, but I haven’t found...
nRF52832 & SDK 15.3.0
I have the opposite problem to the one described in https://devzone.nordicsemi.com/f/nordic-q-a/60117/relationship-between-ble_stack_init-and-current...
hi I using nrf53832 and I used the your SW Bootloader from the SDK
we burning the application using BLE communication in your SW I see abort message NRF_DFU_OP_ABORT
I...
I've been piecing examples together and I think I'm getting close. I'm using the NRF52 DK PCB.
I can get the RTC to trigger callbacks but it seems to be running way too...
Hello, I'm an android developer.
I stuck at this problem while I was doing my job.
My task is to put BLE DFU function into our app.
To achieve this, I have put...