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 am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...