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...
I have recently upgraded from NCS 1.5.0 to 1.8.0 and noticed that the native TLS stack (vanilla mbedtls) was no longer being used for TLS based sessions.
My use case requires...
Hi,
I found the online power profiler for BLE ( Online Power Profiler for Bluetooth LE - opp - Online Power Profiler - Nordic DevZone (nordicsemi.com) ), it helped me to...
I was working with VS code just fine and then upon booting it up today suddenly nothing will build anymore including sample projects. the only thing that i could tell that...
hello Nordic
i am working with nrf52840, with zephyr 2.6.9, ncs 1.7.1
i want to have an interrupt on a pin toggle and have a callback for up and one for down
i configure...
hello,
i had read mac id of nrf52832 using python and adalink. Now my window is updated from window 10 to window 11
so i have to reinstalled all setup while reinstalling...
Hi,
I have been using the PPK2 with older software (nRF connect for desktop 3.7.?) on Windows 7 64bit.
Initially all was working correctly then on the next day, the Power...
Hi
I just started using VS with Nordic and keep getting the error below can someone please assist.
Debug session did not terminate cleanly TypeError: Cannot read property...
Hello i am using nrf52810 with SDK version 17.0.2 , i want to add custom service to the ble_app_template example and i followed this tutorial link https://github.com/edvinand...
Hello, I've been trying to run both Blinky & Hello_WORLD examples given with NCS 1.6.1 on an NRF9160-DK but I don't see any output. I was able to build & run successfully...
Hello,
I found that the 9160 is certified with Verizon based on this page: https://www.verizon.com/about/sites/default/files/Nordic-Semiconductor-IOT-device.pdf . The Fanstel...
Hi
When DC/DC is used with REG0 or REG1, an external inductor is required.
The recommendation is "10 µH Chip inductor, IDC min = 80 mA, ±20%".
However, the lack of information...
Hi All,
I've run into a weird issue where my SPIM rx buffer remains empty (it's not even filled with garbage - just empty). Am I operating the SPI drivers properly? My...