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 have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need...
Nordic released nRF52811 to support BLE5.1 direction finding. But how to find external IC that related antennas supporting direction finding? If you have specific external...
I am using the nRF51422 board with the SDK 11
I am trying to build the following example: ble_app_hrs_adc_battery_measurement.
repository: https://github.com/NordicPlayground...
I am using the nRF51422 board with the SDK 11. I am trying to build the ble_app_hrs_adc_battery_measurement from the NordicPlayground/nrf51-ADC-examples repository. The README...
Hello,
is it possible to alter examples from the SDK 15.0.0 to force a BLE 4.2 connection, even if both devices are are compatible with BLE 5?
I konw that BLE 5 is backwards...
Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each...
Hi,
I tried looking over the docs but I could not find anything specific to my question, which bytes in the NRF_FICR->INFO.VARIANT contain the hardware version ID? e.g....
Hi
I am using nrf52840 Ble_App_Beacon() for advertising Beacon. so, i want to consume my power more down for battery life.I expect the nrf to go to sleep mode after advertising...
Hi
Could nRF52840 - USB Audio run on Android system?
We tested it on Samsung and ASUS Android phone then got it fail.
Please give me a comment.
Thanks.
BR
Atl...
I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300,...
I am trying to set the Memory protection bit and PinReset configuration with OpenOCD. I have applied the NRF52 patch (outlined here: devzone.nordicsemi.com/.../ )
I am...
Hi
I wrote the SoftDevice(s132_nrf52_6_1_0_softdevice.hex) with nRF go in the following procedure.
Erase terget.
Writting the SD
In the Log area, it is indicated...
Hello,
I have just got a brand new PPK board, and would like to use it with an external J-Link. As far as I could tell by reading the documentation , this scenario is not...
I am working on the nRF52840 DK and nRF52 SDK 15.2.
I can run the USB CDC ACM example and the USB Audio example successfully.
Is there a way to create BOTH devices at...
My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an...