I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi
I am looking to a wearable / health tracker which will be mounted on a persons head.
Are there any precertfied nRF7002 module where I don't need to go through the pain...
We tested several hundred connection and disconnection cycles with the nRF52840 BLE dongle. The first hundred cycles operated without any issues. However, at a later cycle...
Hello, I am trying to use twister + ztest to run some basic tests on my device custom project and nrf5340 Here are the contents. Current Directory Structure
Contents of...
Hello there,
I'm developing a project with NTN using a Vivo chip, a Brazil operator chip, but I'm having trouble with an nRF9151 and I'm trying to put it in NTN mode, but...
Hi
I took over a nordic project and was asked about the bluetooth version used in that project.
How Do I figure this out?
I am using a nrf52833. The firmware is developed...
Hi all
While connecting to a peripheral that has ble buttonless dfu characteristic i need to enable indicate.
Undortunately i get back err: 0x11(17) from sd_ble_gat...
I'm struggling with the nrf sdk v2.9.2 zigbee light_switch example. I copy the example, add this to proj.conf
CONFIG_ZIGBEE_CHANNEL=25 CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE...
Hi.
I have a question.
When sending packets from a ZIGBEE product (with TI CC2538 built in) and receiving them with an nRF52840 Dongle (Sniffer FW) and Wireshark, is it...
Hello Everyone, I was wondering if there is any easy "ready configuration" way to directly set BLE advertising and connection interval with adding some config to the prj.conf...
Hello! Using NCS 3.2.1 I am implementing DFU over SPI (the NRF54L15 is SPI slave) using the "DFU Target" library. It works very well, as long as I am connected with JLink...
Hello,
I want to read a status register in my SPI peripheral. Once I send my read request, the peripheral will send the status byte over and over, and I want to watch for...
I have been testing this for some time and I cannot figure out why lorawan_send() on zephyr does not work when called from a thread, while calling it from main() works perfectly...
Hello Nordic team,
I'm working with the nRF54L15 DK and using the latest NCS version that supports Bluetooth Channel Sounding. Here the sample is channel_sounding_ras_initiator...
Hello,
I am trying to run nRF sample of cellular LWM2M client on nRF9151 development kit that communicates with a custom Leshan server over the LTE-M. Security modes of...
Hello.
I'm working on a very minimalistic (function and size) board with only SWD, BLE, I2C and several GPIOs used. Since we ran into memory shortage on NRF52805, we are...