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...
Hello there,
I have been using RTT viewer since a while and its works fine only if i program that board without DFU, and if i program this board with DFU it says " could...
Hi there,
I have spent the last week trying to understand why my board, which is largely identical to the DK had various BT robustness issue; it was basically impossible...
Hi,
We want to use the NFC of nrf52 to develop a payment card. And we will use RATS to exchange data, does the NFC of nrf52 support this? Is there any code or lib or example...
base on https://www.u-blox.com/sites/default/files/Add-NordicSemiconductorDFU-to-SDKexample_AppNote_UBX-19050198.pdf
modify some of the code here:
main.c:
basically...
Hi, all.
I'm using nrf52840, s140, pca10056
I also want to add a scanning instance to the ble_app_uart example.
So, refer to the example of ble_app_uart_c, I a dded...
Hi, all
I'm trying to add scan function to ble_app_uart peripheral example.
So I changed NRF_SDH_BLE_CENTRAL_LINK_COUNT '0' to '1' and NRF_SDH_BLE_TOTAL_LINK_COUNT ...
The project I'm working on will have multiple subsystems which will be reused by multiple applications. Similar to zephyr/samples and zephyr/subsys, and nrf/samples and nrf...
Hi I wonder if i can make 16Mhz interrupt by HFCLK.
I tried to find some example about that but i couldn't
Can anyone help me to get a example of HFCLK interrpt ?...
Hey all, I'm trying very hard to understand how UART over USB works by following through the USB CDC ACM example in SDK 17.0.2 on the nRF52840DK, but I'm still new to this...
Dear Nordic DevZone team,
I have spent some frustrating hours trying to find the difference between configuring my tiny application with nrf9160dk_nrf9160ns or my custom...
I revisited SES to see if I could understand it better:
File/Open nRF Connect SDK Project...
I Pick Hello World and my left side Project Explorer window shows the zephyr...
Hi.
I have Bluetooth and ANT+ LEV working simultaneous and they work perfectly. Now I need to send to a Garmin GPS display several custom data from my EBike motor that ANT...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...