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 need to store as much data as possible in flash. And the free flash size varies from different version of the application software.
Is there a method to have the lowest...
Hello,
I'm wondering how long do I need to keep the data I want to send alive.
Here's the use case:
My data changed so I need to notify the central. Since the data changed...
I downloaded the Android App from https://github.com/NordicPlayground/Android-nRF-UART, and when I run it on my phone it does not see ANY bluetooth devices. However, when...
Given that mbed is based on RTX, has anyone used the nRF5 SDK with mbed or know if it would be an easy or seamless integration ?
Thanks for your help!
Mickael
I'm implementing Capacitive Touch sensor using comparator method.
The hardware configuration was followed exactly as described here .
The output differs depending on the...
Hi,
I tried to make a special application that includes 3 advertisements, (one with softdevice, and two others with timeslot), then i successed to
integrate all the three...
Hi There,
I'm a beginner with Nordic products and I'm taking over the nRF52840 Preview Development Kit.
My final goal is to supply with a solar cell my nRF52840 running...
Hi,
We have issues with mBed's Thread::wait() in mBed 5.7.2, which causes our interrupts to stop working. Below is a small example that can be used to test this. By removing...
Hi. In the product I'm working there is a qi and NFC antenna on the same side. I resolved the issue of the qi charger overloading the nRF by placing a 1nF capacitor in series...
I enabled whitelist in my nrf51822 device and get my phone irk address after bonding then i hardcode that specific irk to my nrf device. Now i can only able to connect my...
I am using KDeveloper to program the nRF52, so far it has been working fine, but I want to be able ofdebugging and going into breakpoints, etc. What should I set in order...
I have programmed two boards(pca10056) with the cli example in thread sdk.I have set the first one as the leader and the second as the child but after pinging the kit the...
Hi guys,
I am working on a nrF52832 project and want to use Segger Embedded Studio since there is a license agreement for nordic based projects.
I am using freertos from...
Is it possible to communicate between 2 Nordic kits at 1 M baud without HW flow control? I came across this post in the forum which states that bytes can be missed when switching...