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...
I'm trying to get LPCOMP working on Zephyr - I have used the vanilla NCS sample as a baseline and have set up the event handler and the init function.
The problem is that...
Hi,
I recently bought a couple of HolyIOT nRF52840 modules for a personal project (building a keyboard). I also got a JLink Edu Mini to flash/debug it. I am able to successfully...
Hello,
I've seen when ADV interval is near than 1 second, the sniffer cacth the same adv twice in diferent channels, but if the adv interval is near to 50 ms the sniffer...
Dear all,
I managed to implement custom firmware using Nordic proprietary protocol (both 1 and 2 MBPS) on nNRF-52840-DK. I would like to know if some spread spectrum tecnique...
A plain question : we are using the BLE stack with FreeRTOS based observers.
Is it possible to send to some observer an application defined event from some other FreeRTOS...
My project is a health thermometer using nRF52833. I am working nRF5 SDK 17.0.2 with GCC make complier.
I start with the ble_app_hts example and it is working fine. I try...
Hi,
I observed that in some cases SLM waking up from idle mode (at#xsleep=0) has CFUN reset to zero, even if I run AT+CFUN=1 before at#xsleep. Presumably that happens when...
My current implementation is based on light switch example and I am currently using nrf52832 kit with Mesh SDK v5.0.0. I have a mesh network setup with a client and two server...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported some multiprotocol examples and trying...
I have an nRF 52832 running the SDK 15.2 with s132_nrf52_6.1.0_softdevice as peripheral and a Dell XPS 13 9350 laptop with the integrated bluetooth 4.1 module (Dell Wireless...
Hi,
can you please tell me in what cases I get this assertion?
SOFTDEVICE: ASSERTION FAILED, PCxxx: 0x12D7E
It seems to happen when a connection is active, timeslot...
HI All team Members !
Hope you all doing well ! . Yesterday , i have tested the two SDK's "ble_app_uart_c" as a BLE Beacons Scanner and "ble_app_beacon" as a BLE Beacon...
Hi,
I understand that the CoAP Client sample is configured for a public URL (californium.eclipseprojects.io) in the Kconfig file. I wanted to ask, how the KConfig file...
Hi,
I am trying to perform DFU over mesh network. I am following the steps as given in this .
I could achieve the steps from 1-6. But while running the command for Transferring...
Hi,
When running FreeRTOS I'm not able to use the NRF logger module once the task scheduler has started.
I have a low priority task that flushes the logs but whenever...