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...
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...
What is the right way of stopping and then subsequently re-starting SAADC?
Using the saadc example, I want to be able to stop saadc when a certain pin is grounded or when...
Hi,
I just found the following example:
infocenter.nordicsemi.com/index.jsp
There the baudrate 115200 is set by default. If I calculate the bit rate (8 data bits one...
Hello,
I use two NRF24LE1 emission and reception when I use a simple ACK is good but with ACK payload, there is a problem,
I do not really see where you can help me,
Thank...
In an answer to this question about current usage of pull-ups here , RK and Vidar comment:
Is the GPIO you have configured as a pull up, being pulled down? If so you...
How to save data persistently(non-volatile) to nRF51 core not effected by powering off and on?
(How to save static data persistently without deleted when the core is turned...
Hi,
I have just used some code from your flash_write example in the SDK, it works ok but i have a couple of issues, the code is from sdk 12.7, and the chip is an nrf51422...
I have a question about using the "Radio" peripheral on the NR51422 Dongle development ki
I am putting together a fairly simple prototype device that needs to transmit...
Hello,
I started development on a NRF52832 board couple of days ago. I want to get sensor's data via SPI (with the NRF52 as a master). However I've got weird linking issue...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hello,
on your product info page, the operating temperature range for the nrf81522 is indicated as -40..+105C, while on the datasheet the same value is -25..+75.
nrf81524...
Hey,
I`m experimenting with the blinky ble example in SDK 12.
Everything works fine with the Android nRF Blinky app.
But I noticed a weird behavior when using nRF Connect...
I have tried extracting Bluetooth address of connected device by using "ble_gap_addr_t" ,
by this i am able to get some address but that address is being changed after re...
Hello,
I've managed to get the change to DFU working from my app, but now I'm stuck with the buttonless DFU BLE operation. I've added extensive logging to the <nRF5_SDK...
Hi, I'm working on porting my application from SDK 11.0 to 12.2.0 and I have a problem initializing the buttonless DFU service. I've flashed the secure bootloader and appropriate...