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...
Hi,
I have installed the nRF Connect SDK v2.0.0 with Visual Studio and can now successfully, build, flash and run the nrf9160 at_client sample application. But when I try...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Excited to have ordered my BLE Audio DK which uses NRF5340.
In my use case I am looking for many microphones (audio transmitters) to a single listening device (audio receiver...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Hi,
we got a nrf5340 audio DK recently, when want to build example code for it, I get this message:
warning: attempt to assign the value 'y' to the undefined symbol HW_CODEC_CIRRUS_LOGIC...
Hi,
I'm having issues debugging a case where the device is reset / rebooted every 1-2 days on average for some reason without any error message as to why. If any error is...
After successfully building and running the nRF9160 at_client sample app on Monday, I tried to repeat this success this morning but VS Code under Connected Devices says nRF...
Hello!!
I have explored extended advertising using both nRF5 SDK and nRF Connect SDK. Using nRF5 SDK, it is not possible to advertise 1650 bytes in an extended advertising...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
Hello,
I am trying to port ble_app_hrs_rscs_relay example to nRF52811 with softdevice s140 7.2 and nRF5_SDK_17.1.0. Everything works fine and the app is running and I can...
Hello, Not sure where to direct this (we can open a GitHub issue but wanted to clear it here first), basically everything works great on our Galaxy Tab S6 Lite ( SM-P610)...
I have been decoding a BLE advertising packet, I am getting correct preamble and access address but once I try to decode the PDU starting with the header it is incorrect....