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 again,
The previous issue is closed - but I never got any suggestions or answers to my problem.
I still have this problem - if I do a prestine build the mcuboot doesn...
I’m having nRF52805 on a custom board (for our own application) using SDK 17.1.0 v7.2.0 S112 ( IDE: Segger Embedded Studio). Given the amount of memory this chip has (192...
Hi,
Adding the line of code below with app_timer_create causes the code to hang.
static void my_bat_timer_handler(void * p_context) { pulse_pin(LED); }
APP_TIMER_DEF...
Hi Community,
i recently migrated from sdk16 to sdk17 and I am using FreeRTOS.
My goal is to catch pin interrupts which already worked before migrating. Now I have the...
Hi,
I am testing the ble_uart_send function. I found the advertising was OK, but when my phone connected to the board, it stalled but no error was shown. I enabled DEBUG...
Hi all,
I am trying to send data from nrf52840 to Arduino. I have a simple UART program running on nrf52840 that is supposed to transmit a character to another device(Arduino...
Hi All,
Hope everyone is fine.
I'm using Vs code with nrf Connect sdk v1.9.1 to develope firmware for nrf52833.
Here our device has no display or Keyboard to give input...
I am doing some profiling with the peripheral_uart sample. It works as expected when I send small pieces of data, but when I start running a lot through it I get a crash....
Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
Hi
I would like to use power management module with CAF. I got it somehow working and the device is going to poweroff or standby mode and wakes up, if i push some button...
Hi all
I'm developing a BLE application using nRF52832 : SDK 17.xx
My SW is based on the project ble_app_gls as I need to use a PASSKEY
I experience 2 difficulties ...
Hi
I am positing this here - although maybe that is cheeky of me, as the issue I am having is with an Android app, which I want to use to communicate with a Nordic device...