Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
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...
Stuck at square one I'm afraid - I can't download the nRF5 SDK...
I've tried many times to download the SDK from this link: https://www.nordicsemi.com/Software-and-Tools...
I am trying to flash a hex file with the XIP address offset into the QSPI flash(MX25U25645G) by nrifprog, the memrd command is working since I can read the data that the firmware...
Hello!
I'm trying to add bonding to my DFU. The DFU without bonds works perfectly but when I set #define NRF_DFU_BLE_REQUIRES_BONDS and NRF_SDH_BLE_SERVICE_CHANGED to 1...
Hi ,
I am a begineer to nRF24LE1. I am looking for application notes, books, tutorials on nrf24LE1. I have found some application notes in the documentation they are either...
I want to do a auto dfu tool, so reference the Android nRF Tool Box DFU code, the Android dfu library version is 1.8.0, firstly click select device button, it can scan the...
Context
I followed these tutorials (which are great btw) and adapted them to have 2 custom services:
Nordic UART Service (as provided in examples, no modification) ...
Hi,
I am using the system off power down mode in my application to keep the device in sleep mode and it works most oif the time. but sometimes it will restart immediately...
Hi team,
One of my customer wants to evaluate the design of Thingy52, using PWM output & H bridge to power the speaker. But as for audio related issue, they are asking if...
I'm the beginner of NRF52832 SDK 15. I try to advertising my sensor values to iBeacon using this example code ble_app_beacon, but i don't know how to adding my sensor values...
Hi,
We want to subscribe the provisioner in the serial example to any state changes of light_switch server. The light_switch server will publish this to a specific group...
Hello,
I'm implementing the Generic Level Client Model, with Mesh SDK 3.1.0. When I use the generic_level_client_delta_set() function, the level model is set to retransmit...
Hello all,
I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through...
Hi, guys!
Since the nRF52 DK's support NFC,
I was wondering whether it is possible to provision an nRF Mesh client/server using NFC and a Google Android phone.
I just...
Hi, I'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It's possible to...
I try to combine SPI master and ADC sample code, I add below code to my spi master example, the saadc_init() is called in the main function. However I found that the saadc_callback...