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 have tried to write data into flash memory, but i can not, i can read the data from memory.
i had followed your instruction as this link
infocenter.nordicsemi...
In my project, an android phone is needed to connect to two ble devices. All my ble devices are nrf51822. The android phone can connect to and receive data from every device...
Hi,
to investigate a timing problem in my Bluetooth stack, I've hard wired the Radio ADDRESS and END events to a GPIO pin using the PPI. The ADDRESS event is used to toggle...
Hi,
I'm developing a FW with a lot of services and characteristics. Since I added the ANCS service, I have the "NRF_ERROR_NO_MEM".
Configuration : NRF51822_XXAC / S130...
hello everyone,
i use nrf51822-QFAA(256kb flash,16kb ram).i want to use sdk12.3.
at first i can't build the project,after i install some tools, i can build it ok.
...
i am using nRF5_SDK_13.0.0-1.alpha_055eef3 s132_nrf52_5.0.0-1.alpha_softdevice and used examples\dfu\bootloader_secure\pca10040\ for secure DFu OTA .everytime i try i get...
What's the current consumption for a Timer on the nRF52832 when it's used in Counter mode? Do Timers require the 16MHz or 1MHz clock when configured for counter mode?
Hi Vidar,
I am planning to start devlopment on the nRF52 and I would like to use GCC ARM with Eclipse. After having read your post "Development with GCC and Eclipse" and...
Okay so the issue is a little more complicated than this.
Phones used for testing were htc m8 (android 6.0) and lg g5 (android 7.0).
Ble chip running on a linux OS using...
Hello, I'm using this code(observer):
github.com/.../nRF51-multi-role-conn-observer-advertiser
SDK9.0.0
I try to add DFU function, now can enter dfu mode and iPhone6...
Hi Nordic Team,
Can you please share any information regarding Indoor Location Tracking feature/application that nRF52840 can support? does this have AoA/AoD? and can this...
I want to establish BLE connection and have a central device receive data from a peripheral device. I am using the Heart Rate Collector as an example and notice the main file...
Dear All :
Is it possible to creat a pwm with 1sec period?
Since the lowest frequency of the base clock is 125kHz,the top count of the pwm with 1sec period will be 125000...