Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi there,
I have four nRF52 DKs, 52832 board. I make one board as client and three boards as server. After flashing corresponding softdevice and application firmware, they...
I want to give the application priority to run when it run with the bootloader.
I'm using PCA10028 and SDK12.
When the bootloader is uploaded with the softdevice, the...
Hi, I've read through partially of the "getting started" docs, and I'm still having questions about these issues:
Will there be one dedicated provisioner interfacing...
I was writing 3 character to ble device .but I got below error and ble device got disconnected. LED lights got off...
[CoreBluetooth] API MISUSE: <CBPeripheral: 0x1572b660...
Hi, when doing wired uart-BLE combination and increasing the traffic in the uart comms and BLE comms, at some unpredictable stage, the program flow goes to 0xFFFFFFFE. Any...
Hello,
I am trying to run the ble_app_uart_c example that is part of the nRF5_SDK_13.1.0_7ca7556 on a custom board with nRF52832 using IAR. Hardware seems healthy, I succeeded...
Hi all,
Could you please point me at the tutorial I missed... I am looking to adapt the title project to a custom project. I've run the sample and it advertises and shows...
Hi all
we are working on nrf52832 for our project.
not sure if there is guidelines for pcb antenna.
like limit on number of devices or any other certification we need...
Hi,
I'm using a nrf51 custom board (IC no. N51822QFAAH0) with Softdevice S130 v2.0.0 and SDK_11.
After connecting it with nrf Connect Android App, the device gets disconnected...
Hi:
I'm running S132 SoftDevice for the nRF52832 and am interested in configuring the nRF52832 (slave) to achieve connection intervals from 2 to 16 secs.
Thanks,
JP
On a custom board with an nRF52832 communicating over UART with another microcontroller with no flow control capability.
SDK 13.0.0-1.alpha with an S132SD.
I have some...
Hello everyone,
Thanks in advance for your patience in reading this long message.
I have been having problems with UART over USB on PCA10040 boards for almost four months...
In order to learn how to use the RTC0 to handle an event every second, I am debugging the rtc SDK example.
Expectation : The rtc example sets the time to check the counter...