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...
Hello,
I have been working on a project that uses nrf52832 custom board. Recently, I have been trying to implement device bonding and realized that the data transfer rate...
Hello All,
Hoping this one is an easy one - have an image for the nRF9160-DK - it hangs unless I make a serial port connection - so, apparently - printk() is blocking waiting...
I like to use nRF52840 now instead of nRF82833 which was used during the CE-RED compliance test. I only like to change the nRF chip. All other components at the PCB will stay...
Hi Nordic support,
I'm sort of new to Nordic development..
1. Is it possible to output 32.768 KHz clock on a GPIO of nrf52 device ? In our design we use two crystal oscillators...
Hello,
We are developing an application using nrf52832 and the ncs 1.8.0.
Since our solution is battery operated we have configures application to sleep by default and...
Hi, I try to understand how to use the k_thread_create() to spawn a function (here called spam()) that takes a argument, and then runs with the argument. This code will not...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
Here I am trying on transmit a...
Hi everyone!
I am working on a project where I have to store files inside a FLASH coming from a GATT server , and be able to manage them through FAT in a GATT client . The...
hi professor,
software:nrf connect SDK 1.9.1
hardware:nrf5340
I have merged the peripheral_uart project to peripheral project.When the uart receive data, the asert...
From the introduction video it was stated that the Thingy 53 has a 4-pin JST connector which includes I2C. But there don't seem to be any documentation about this connection...
Hi,
I have just updated to nRF v3.11.1 on my Mac and "Toolchain Manager" is now failing to load, all the other apps seem to run correctly.
I have restarted the app...
Hi,
We are currently filling out the forms for BQB certification and I have some questions. We are using S132 v7.2.0 and NRF52833 for which I have already seen at infocenter...
I follow description of https://github.com/NordicSemiconductor/pc-ble-driver to build pc-ble-driver from source. But it failed to build it.
cmake \ -G Ninja \ .. -- NRF_BLE_DRIVER_VERSION...