I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
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...
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...
I am trying to use gcc to compile a c++ code for nRF52. I am using the TWI library and am getting the error below. Can anyone help me rewriting this macro so that it compiles...
Hello All,
I am using 32 pin nRF52810 chipset.
Crystal have two pin and it will work as in sch. (Xin and Xo)
when using Osc (which is an external clock generator) there...
Hello,
I'm trying to create a lightbulb custom HomeKit accessory by referring to the User Guide v1.7.1. I followed the exact same steps as described in the document for...
Hi,
* (i'am using sdk14.2 ans S140 V5.0.2)
i'am trying to inegrate a beacon application to my ble_uart example , so my purpose is to advertise ibeacon pachet format only...
We have some old stock of the nRF51822 pre 2014/8/20. Was there a change to the product around that time that would prevent us from using from using this stock?
Many th...
Hello,
I'm using FreeRTOS on nRF51 and I would like to use task notifications instead of semaphore to simply manage task's syncronization.
To test its operation mode,...