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:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
I'm trying to emulate a server device with pc-ble-driver-py, I recently moved from version 0.11.4 using Python 2.7.12 to version 0.14.0 using Python 3.7.4. I'm trying...
Hi,
I am using segger studio and NRF52810 for my development. I started with the NRF52 dev kit and complied with the sample app given in PCA10040e folder.
Now I want to...
Hi All,
I'm trying to figure out the best way to implement the security between two industrial IoT devices. We don't have a good out-of-band channel for more "traditional...
Hi,
I'm using Thingy:91 and I have built and flash the asset tracker software. I have connected the external GPS antenna (MIKE3A or similar), see picture.
How do I check...
I am using nrf52832 chip along with softdevice as a peripheral. There is a requirement wherein we want to encode the advertisement data.
Came across ble_advdata_encode(...
I'm reviewing the ringbuf library for use with FreeRTOS across two threads and I can't see how the atomic operations implemented in the library make it thread safe. The atomic...
My debug uart stopped working after creating overlay files to make port changing easier. Is this a known issue? They're still the same pins and baud rates.
Hi, I have done a project in my DK52 using the ble_app_uart as base program, it is working very good in my evaluation board but when I download the program to my final target...
Hello all,
LED3 from nRF9160 DK doesn't blink after I erase all with SES.
what I've done so far:
Update successfully the modem to 1.1.0
Load the applikation 'nRF9160_DK_board_controller_FW...
Hi,
Is it possible to list down all available device to my console using static provisioner code on nrf52840DK using bluetooth mesh stack?
Thanks for your valuable...
Is it possible to connect an nrf9160 to more than one broker?
We are intending to use one broker for publish/subscribe topics and another broker for OTA updates.
QUESTION(s): Is there such a thing in BT spec that allows for a device to rebroadcast advertising data for another device? Sort of like a flood mesh. Could it be iBeacon specific...
Hello Nordic community,
I found three IC on BLE 5.1 are nRF52811, nRF52833, and nRF5340.
I have to choose one IC for my new project based on availability of SDK and RTOS...
Hi, a question may need your kind help. Just wonder if nRF52840's USB CDC ACM could support multiple instances? For example, would it support CLI as well as an another serial...
Hi,
SDK: 15.2
IDE: SES
Soc- nrf52832
I am using HX711_app_uart example. That is described in ( ble_app_uart_w_hx711 ). That is working properly. I want to add the...