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 have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello,
been trying to add lte_lc_connect_async(lte_handler) to mqtt_simple, just like the way it is in sample aws_iot. Instead getting a failed response.
Now not sure...
Hello Team Nordic,
Greetings of the day!!
We are currently testing the current of our device with the PPK2 kit.
We use the ESP32 as MCU and we are switching Cellular...
Hi,
I recently added the DEBUG_NRF preprocessor definition to my project because I wanted to use the nrf_assert module in some of my files. Now my project is crashing a...
In the nRF52840, I used the app_usbd_cdc_acm_write(&m_app_cdc_acm,tx_buf,size) method to output the data.
At the beginning, I use the pyserial to read the output data...
Hi,
I'm developing a software in python 3.9.6 64-bit which program a nRF9160 and nRF52840 using pynrfjprog.
The software is working from vscode debug session. But when...
Hi,
We are doing an analysis of power usage using a roaming sim vs home sim since the roaming sim data charges tend to be cheaper. (You wouldn't have happened to have done...
I use flash and erase button at Visual Studio Code but get warnings: I use custom board, nrf sdk 1.9.1
1. How to deal with warnings?
2. After erase and flash the device...
hi,
i m working to create a zigbee network using demo example of light bulb given in sample project of nrf5340dk.
as of now i am able to connect 2-3 bulb devices(i.e....
Hi, Using windows 10 OS, and SES v5.40. I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
I am running an application...
Hi there,
I am trying out the nRF Connect SDK v1.9.1 with a custom board (with an nRF52833) that we have produced. I have set up the necessary plugins in VSCode (v1.67.2...
hi team,
working Environment:
nRF 52840 DK, SDK 17.1.0
keil uvision 5 IDE
os: Windows 10 pro
individually, I have worked on USBD and USBD_Audio examples.
now need...
Hi,
I am using an nRF52840 Dongle board and am not seeing any serial output. This is a board and set up I have used previously so I know the hardware is OK. I can download...