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 thinking about implementing automated testing of current consumption using the PPK, and in the PPK blog it says:
"We are planning on also making a Python API that...
Hi,
I call nrf_drv_gpiote_in_init in multiple places during initialisation to get all peripherals configured. At some point it stops working in the sense that it doesn...
Few weeeks back we have purchased beacons from chinese manufacturer (Radioland China). He had provided me iBeacons. We bought beacons as we are working on some beacon solution...
I am using nRF 52 DK with Softdevice s132 v4.0.2 and app ble_app_uart from sdk 13.0.0
When i try to connect using nRF Toobox running from my Nexus 6p Android phone Segger...
Hi all!
I write for nRF52 but I can't to understand it. There are two cases:
first- I want bound my peripherial with central. And in future I want connect only between...
Hello iam using softdevice 110 and SDK 10.0.0, I have created project using ble_app_uart example code, i have added device manager APIs to manage bonding. Problem is iam GATT...
Basically, it can be divided into two cases
Reading/sampling TX pin of the sensor (since usually nothing is sended back)
Send/Read possibility - in case of range switching...
Hi all, today I was working properly and, in a second my nRF52382 (I use SD s132 V3.0 without bootloader, and SDK 12.2) is "disappeared". I googled and I've found some cases...
I am using nrf51822 with 16k RAM chip, xAA.
I followed the procedures...but I don't know what is wrong with it..
Program secure bootloader with S130 (2.0.0), SDK...
Hello,
I am trying to use the new nRF Connect 2 for Desktop. After installation, the app gets stuck and doesn't show any GUI. Investigating the network shows that the app...
I have been setting up systems to develop nRF52 code for the better part of two years. Maybe I am getting forgetful in my old age, but I can't seem to get it working this...
Hi.
I am looking for appropriate 2.4Ghz Nordic RF chipset.
I have studied 2.4Ghz chipset. but so clearly show about
1:n audio streaming (mono or studio)
exactly what we...
Hi, we are using nrf51822 xxAB based module and would like to understand which SD/SDK combination is best to use in terms of memory usage. We have developed original firmware...
I'm in the process of migrating from SDK11 to SDK13. I have a custom UUID with 3 characteristics (2 notify chars for data and 1 r/w for sending commands), based off HRS and...