I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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 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...