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...
I want to add a command ordering by uart to make MCU entering Bootloader mode in app.
To achieve this function, I plan to use the two following example in SDK 8.0
ex1...
I am using nRf51822 series controller here i want to customize advertising request and other parameters, so i want to develop a radio code but without using stack. So can...
Hi,
We have being producing ble items with nrf51822 QFAAG , S110 SD 7.0, SDK 6.1, Dual bank DFU.
When updating the application throught Android, the bootloader hangs, because...
Any published document that helps with this? The folder structure seems to have changed significantly
This changelog isn't very specific
Using eclipse and gcc arm...
Since there is no examples folder with Keil 5.14 anymore, where do you place this repository so the links work? Trying to fix all the directory structures is very painful...
Hi,
I'm using the Taiyo Yuden nRF51822 module, which use a 32MHz crystal. Our team is still prototyping, so everything is still programmed and assembled by hand. On one of...
Hi,
I would like to know if it is possible that Android OS can know a specific device (has ever connected before) is advertising and OS notify a specific App to connect...
Hi,
I am reading some data from an accelerometer using the nrf51822. Now i would like to save this data offline in the nrf51822 itself, and after i have some data send...
Hello Everyone ,
I want to do application update over the air using BLE. I am using PCA100028 DK, SDK 7.2.0 and softdevice s110 7.1.0 .
I am using the method given on...
Here are my functions which i wrote for reading / writing the i2c slave device ( after reading reference manual (nrf51422) . Unfortunately they are not working. Plz help me...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I received the NRF_ERROR_NO_MEM error when add multi-service using S110.The latest sd_ble_uuid_vs_add() function return this error.The softDevice is SD8.0.0,SDK is v8...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...