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...
Hi,
Do you have a declaration of conformity for the chipset nRF52832 ?
I need this document to justify to my laboratory the conformity of the Bluetooth module to the standard...
hi,
I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)
1. my customer ask how many central bonded with one nrf52? (my project...
Hello,
I am trying to send data from my light switch mesh client (nRF52840) to my gateway, the nRF9160 using UART. I added the UART functionality to the light switch client...
Hello there,
I followed all the steps in the following link:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
My device (nrf52832) has two signals triggering GPIOTE interrupts. I need to be as low power as possible, so both are setup to not use hi accuracy, making them share the PORT...
i need a help
As mentioned in this thread
https://devzone.nordicsemi.com/f/nordic-q-a/18512/directed-advertising-with-pre-shared-irk
in need to do directed advertising...
Hi,
We want to measure our external custom board which is not based on nRF52 chip. That board has current consumption header and it's chip draws maximum current of 60mA...
Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define...
Hello,
In my current zigbee project I have a sensor end device which should sleep when possible. I am handling the ZB_COMMON_SIGNAL_CAN_SLEEP event and have added zb_set_rx_on_when_idle...
Hi,
I am using NRF52 SDK version 15.3, Segger Embedded Studio.
I am using the ble_app_beacon example in examples/ble_peripheral, I have programmed 2 devices with the...
We are attempting to replicate the background DFU process presented in the example DFU over TFTP. Reference SDK that we are using is 15.2
What we do:
- We are trying to...
Hi,
While using the BLE advertising module, it struck me that it automatically stops advertising as soon as a device connects. This is not acceptable in my application as...
Hello. I am developing a project with a static password. And when I connect to the device, in the debug messages for the auth_status field I get the following values: 61,...
Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu...