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 all,
Has anyone implemented an MQTT client on an 54L15 before? I have been searching the web and I have not seen a sample program or anyone talking about MQTT with 54L15...
Hello,
I have the nRF7002 DK, which includes the nRF5340 (App + BLE cores) on-board.
The hardware requirements do not list this DK as usable for the course, which seems...
H ello Nordic team,
I'v found a bug on mqtt sample (using both ncs 3.0.0 and 2.6.1).
Description
Settings CONFIG_MQTT_SAMPLE_TRANSPORT_CLIENT_ID and trying to connect...
Hello, I am working on incorporating flash logging into an application that has a GRTC-driven EGU interrupt (capture/compare event). Here is where I am setting up the EGU...
in this example:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/conn_time_sync/README.html
the peripheral has this assert statement when...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
Hello - I have the exact same question as proposed in this thread - I am wondering if there has been any change in the 3 last years since it was posted.
In a nutshell, we...
Hi Community,
I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.
Exercise 2 - Adding custom image - Nordic Developer Academy
I'm using nRF5340DK...
Our design has an nRF5340 with RV3028C7 to provide the 32 kHz clock via P0.00.
If I configure P0.00 as a digital input, I can see the pin toggling.
However, if I use the...
We are experiencing some ESB link failures on the receiver end of our system: nrf54L15. After minutes to hours of use the receiver will stop getting data (we know the transmitter...
Hi, recently I have been experimenting with the channel sounding with range requestor sample on the nrf54l15dk. I have modified the reflector code to make it connect with...
Hi,
I am currently working with the channel_sounding/connected_cs sample for nrf54l15 and I keep getting the error: Not enough memory to store step data (530 > 512). I tried...
Hi
Is it possible and what is the correct way to implement main clock trimming at runtime? Which NCS version this works on?
I see there is already some setup going on...
Hi Support,
I'm working on a project where I need to copy the contents of the internal flash from slot_0 to an external NOR flash partition. However, I'm currently unable...
I am having an issue with the nrfx_qdec driver in zephyr, I am trying to simply detect when the turn happens and the direction of the turn is. Most of the time this is triggered...