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...
Hello, I am trying to develop a rehabilitation exercise service using Thingy52.
Thingy52 is the only device to accomplish my objective which needs motion detection using...
Hi,
I have nrf52840 DK and PCA63511 Power Profiler.
I have two questions:
1. The Average Current Consumption measured with profiler is 110uA (18 mA max, over 10 s...
Hi,
I have Raspberry pi board which i want to use it as a gateway .on which server will get set up.
nrf52840 will be the beacons which i have already set up for sending...
I am trying to use the NRF connect mobile app on android 8.1.0 to try and connect to a Bluetooth server serving GATT request to verify functionality.
The server is running...
Hello,
I am using these pre certified modules https://www.nicerf.com/product_147_88.html in a project which is basically nrf24l01+ with a PA and LNA.
These support ...
Hi,
Just been testing the data rate of write without response commands, I'm only getting about 250 bytes / second which seems incredibly slow?
I've just got a simple little...
Hi,
Is it possible to route an analoge signal through a digital GPIO pin to access the inner analoge pins of a nRF52840? I want to avoid using via-in-pad to keep the cost...
Hello,
I can't get the hex file to come out correctly in segger studio. What happens is, I build the solution and create the hex file but when I go to program my device...
Environment - nrf52832 - SDK 15.3
- SD 6.1.1 - with FreeRTOS
- Project: ble_app_buttonless_dfu
I have project with 4 timers and 3 tasks. Everything works fine when...
I have made changes from here in order to configure data rate at Coded PHY for mesh application.
Tested with two phones: Moto G5 Plus (Bluetooth 4.2) OnePlus 6 (Bluetooth...
Hi,
I am tring to display some information using NRF_LOG_HEXDUMP_DEBUG(). However, I can't see anything on the terminal. If I use NRF_LOG_INFO("xxxxx"), I can see the...
I'm using two nRF52840 DKs with SDK 16.0 with one as a central, the other as a peripheral. I'd like to setup an IRK whitelist on the peripheral. I've taken a look at the hid...
Hello,
I'm having trouble getting my program to compile with the SAADC. I started with a BLE template then added the battery service with sensorsim from ble_app_hrs and...
Hi.
I am trying to use nrf52840 on a custom board and configure it as spi slave, and an STM32H7 controller would be the master. I am using the spis example for nrf. I...