I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hello all,
I am getting the error while programming soft device on nrf52840 dk using nrfgo studio it says "no device detected or readback protection may be set" please...
Hello,
I need some clarifications about external crystals for nRF52832.
We are evaluating a prototype system with two units A and B each containing an nRF52832.
A and...
Hi,
I'm having some trouble using the UART protocol (4800 8N1) communicating with a GPS device.
It happen that the nRF51 device is not getting an interrupt (nothing...
So I've got the DFU on SDK 12.3 working and it transfers my application .zip package. I see from the RTT logs that it validates the image, but its not starting up the Application...
I am using a nrf52 DK and running the IOT Cloud CoAP Client example in the SDK. I need to run multiple functions periodically, and I need to be able to change the periods...
Calling twi_master_clear_bus() always returns bus_clear = FALSE. The IF statement is always FALSE even though both SDA and SCL measure high. All 18 SCL's occur in the ELSE...
Hi everyone, I was wondering if it is possible to change clock frequency on n52832 manually. Datasheet (from n52832) says that it is automated distributed but do you know...
I have used online fds example code to store and read values from flash. I can store the data without any problem. I am storing static uint8_t array[8] = {1,2,3,4,5,6,7,8...
Hi,
3 years ago I buy the EK nrf51822. In this kit I have a card PCA10001 V2.1 and a dongle PCA10000 V2.1.
I would like to work on it today.
So i follow our quick start...
Hi there,
I'm trying to deploy mesh v0.9.1 alpha on my board, I've already run lightcontrol server and client on my nRF 52 DK, they work well.
Then I flash S130 v2.0.1 and...
Hello,
I've been using UART DFU feature quite extensively in one project which caused that I had to stick to SDK11 features (since bootloader relied on SD 132 2.0.0). ...
I couldn't see this in the documentation, but I might have missed it. Does the Logger Module consume additional power when it is enabled/initialised? If it does, presumably...
Hello,
I have developed a board with the integrated nRF51422 QFAA. I have the nRF51DK.
To compile I have used both mbed and arm-gcc and the binaries work perfectly on...
Hi everybody.
I am making a firmware based on ble_app_uart example (PCA10028 NRF51422, Softdevice S110, NRF51 SDK9.0). In this firmware, I insert dfu part ( follow by this...