Hi,
I need to enable an input interrupt on nRF52832 and I want to use a GPIOTE EVENTS_IN channel.
During boot configuration, I'm using nrfx_gpiote_in_init function with...
Because of all the strange issues of Thingy91 (nRF9151) and "not to be used in new products) we ordered a couple of the latest and greatest Thingy91X. How surprised was I...
I switched from segger ses to NCS for the nrf54l15. I am really surprised, that the build process takes several times longer now.
Especially, when the proj.conf has to be...
Hello Nordic Support Team,
I have three queries to make.
Is it possible to force the channel in which the data transmission is happening using nRF52840 DK.
To explain...
Hi, I want to enable APPROTECT in nrf52840 using NCs 1.8.0 or 2.4.2 or 3.0.0 can you tell the process of doing it? Also I want to know the use of Access control list . Is...
I am using an NRF52840 DK along with an NRF7002 EK, I have gotten the default wifi scan sample working with these boards. However, my next steps is to use custom pins on the...
Hi,
Does nRF Connect SDK Provide Libraries or APIs for Testing and Verifying RF Functions During Manufacturing? Such as SiliconLab`s " Manufacturing and Functional Test...
Hello -
I am trying to run the USB CDC ACM example on macOS 10.12.6. Following the instructions in the example app, I should see a virtual COM port as /dev/ttyACMx when...
Hello,
I am doing some testing on the nrf52832 DK using the mesh light switch example, i am sending ACK messages, i would like to log the time it takes the message to reach...
Hi,
What is the proper way to set "real time" in nRF9160 with nRF Connect SDK?
I want the function time() from the file time.h to return the correct time.
I know that...
I am using SDK15.3.0 and softdevice 6.1.1 on a nrf52DK.
I have a binary (compiled contiki application) that works when I flash it using nRF Connect. It is flashed from address...
Hi,
I have a PCA10040 board (nRF52-DK) which has a P20 debug out interface. I've got another nRF52832 breakout board which has VCC/SWIO/SWCLK/GND wires for debug/programming...
Hey,
I configured one device as low power node in mesh network.
With the button press interrupt low power node wakes up and perform some operation (publish BLE message...
Dear Nordic
I am using SDK14.2, I cannot pint info . SDK periphral uart and serial can't print also
nus example jlinkrtt print as below:
<00> warning> nrf_sdh_ble: RAM...
Hi,
I am using pc-ble-driver version 4.1.1 with the SD version 6.1.1.
I want to configure the TX power for the NRF52 USB dongle.
Do you have a code example for configuring...
Now I can build & download nRF52840 SDK example with Eclipse.
But Eclipse indexer(F3 key) can not recognize include folder.
So I added every include folder to .cproject...
I'm having a advertising device and then I want to stop advertising and prevent BLE connection from device that would have received the advertisement. It seems to work by...
Dear Team,
I am trying to add my Thingy 91 to nRF cloud, but I receive the following error :"There was an error adding your device: No device found with id 'nrf-xxxxx'....
Hi Nordics
https://devzone.nordicsemi.com/f/nordic-q-a/22595/can-not-received-ble_gap_evt_timeout-event-when-connect-timeout/88877#88877
Referring to the above post, I...
Dear,
I am trying to test BLE on the THINGY:91.
Follow the Q&A for "Introduction to Nordic THINGY:91" webinar, Q12 of @ Petter Myhre
I tried with Zephyr HCI UART example...
Hi,
I'm trying to debug my bootloader (I2C specifically) using Ozone. However the CPU only seems to halt when trying to debug the bootloader.
Also setting breakpoints...
I am using proprietary radio between 2 nrf51 devices, by copying from an example see code below.
That works but now I want to have more pairs of devices and I need to have...