Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Hi,
I used the ancs demo of nRF51_SDK_7.2.0_cf547b5 to modify our application. It still work well, but sometime when I left the device and went out with my Iphone about several...
Hi,
I have two customs boards and on the one with the QFABA0 I can go to system off and see 0.6uA of consunption but on another board with the QFABB0 I go into system off...
Hello,The user manual describe that the NRF51822 can commuiate with NRF24L01.but,when I debug this system,There is something wrong with Address and data.I try to translate...
Hi BLE fellows,
Following the steps explained here , I have tried to integrate the OTA DFU feature & bootloader from the latest SDK to my application and tested it on my...
I use sdk_9.0.0 and I have realized that there are only:
#define BLE_GAP_ROLE_INVALID 0x0 /**< Invalid Role. */
#define BLE_GAP_ROLE_PERIPH 0x1 /**< Peripheral Role....
Hello,
There's lots of questions and back and forth talking the nrf51 SDK both on here and on other sites, about the requirement for a product key to access and download...
Hi,
Using nRF51DK with softdevice 8.0 and sdk8.
I found the max number of whitelist in "ble_gap.h"...
/**@brief Maximum amount of addresses in a whitelist. */
#define...
Hi
I want to get the number of broadcast data.i try it as follow:
But i can not get the BLE_EVT_TX_COMPLETE event. Why? can you tell how to get the number of broadcast...
Searched -- without success -- the SDK docs extensively for access to the Transmit Window Size.
Wondering if there are ways we can manipulate it, and query the current...
Hi all,
I want to know how long it takes for NRF24LE1 to wake up from low power mode, especially in these situations:
1) Wakeup from pin voltage level , from Register...
Hi~
I am trying the example code of [--app-button-example-master--] from here... github.com/.../nrf51-app-button-example
for understanding button press features. I did...
Here i have made an UART0_IRQHandler routine. When i try to send some 50 bytes data through UART using PC tool here its receiving bytes, but it only receives 1st 6 bytes which...
Hi Everyone,
I'm working on adding DFU on my project and here is my setup:
Softdevice = 7.1.0
SDK = 6.1.0
DFU Bootloader = Keil compiled from SDK 6.1.0
MCP...
I'm having a bit of confusion understanding how the nRF51 Series Compatibility Matrix works.
I have a QFACA10 development board running my software perfectly, but when...