if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I got nrf_cloud_connect failed: -111 error while running asset tracker demo.
I know that I need to flash certificate files according to my previous question: https://devzone...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. However I don;t see any mention of this in the documentation...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi all,
I am using my android ble application , but I don't manage to receive data sent from the application to the device ( nrf52840 )
I am using the ble_app_uart example...
Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server...
Hi
I'm using NRF52840 + SDK15.0.0 and softdevice 6.0.0
I have joined two program one is ble_app_uart and other SAADC capturing ultrasound noise. (Saadc program works perfectly...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
I'm developing in a freeRTOS environment. One thread is sampling the ADC using PPI at 200Hz, which various other threads sample Sensors via SPI and finally I'm using the NRF_LOG...
Hi,
I'm designing custom PCB with nRF52832QFAA chip and after custom PCB population I can't make SWD to get working. In order to eliminate where the issue is I would like...
Hi,
I have RF-BM-ND01 (nrf51822) BLE4.0 module and i am programming it using nrfjprog tool. and i am using nrf SDK12 to program examples. i tried to flash softdevice S130...
I am using SoftDevice S132 v3.1.0 and I have a high priority application ISR that cannot tolerate being interrupted by the SoftDevice. The ISR occurs once every connection...
I'm trying to understand the limitations and configuration options for the mesh stack, in particular what happens when the mesh becomes busy.
From studying the code it appears...
I saw in the ble_app_ancs_c routine, the broadcast initialization function has the following definition:
init.advdata.uuids_solicited.uuid_cnt = sizeof(m_adv_uuids) / sizeof...
I tried to upgrade only a part of firmware of application, not all. I used buttonless DFU and found that the new code was located at bank1 and not moved at the specified address...
The Segger Compiler is integrated with JLINK debugging software
Printf statements, when compiled, direct to the studio debugger terminal
How can I create code where they...