Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
I am trying add the JSON library to light switch exemple (SDK Mesh).
First all I created a lib folder in the main folder of SDK (nrf5_SDK_for_Mesh_v1.0.0_src). Inside this...
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...