Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
A number of phones seem to now offer channel sounding support. (Pixel 10, for example). Do we know what antenna configuration they have - i.e. one or two antennas to enable...
Hello,
Our company has developed hardware using the nRF52840. We are using nRF Connect SDK 3.2.1. We have a developer that has been working on creating a mobile app using...
Hi Nordic,
I am currently evaluating the nRF9151 SMA Development Kit for a Non-Terrestrial Network (NTN) project and would like to inquire about the available NTN-enabled...
Hi
I have read that the J-Link OB on nRF DK's can program nRF's other generations that the one on the DK itself by using the J-Tag output connector. But does the J-link...
I want to pass a variable to my program so I'm using the command: west build -b nrf52840dk_nrf52840 -p --build-dir build -- -Dmy_variable=40 Then in my program I want to print...
I'm having some issues creating multiple LittleFS file systems on a project. This is part of a larger project, so I used the Zephyr LittleFS test code to create a demonstration...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Trying to work thru the dev academy exercise 2 using v3.2.4 SDK. I presume this should work because the readme says must be greater than v2.8.0 for thingy91.
I made all...
We are using the legacy 17.1 nrf sdk with the nrf52840 MCU in tickless idle mode and notice that after about 10.5 minutes the current draw jumps from ~90uA to ~277 uA.
There...
Good morning/afternoon all, I have been working on a BLE air quality monitor using the NRF52810. The first version functioned as expected with the exception of the external...
Hi,
We are working with the nRF54L15 using nRF Connect SDK v2.8.0 and would like to enable the secure boot feature.
However, it appears that the SMP Server sample in...
I'm using put all together 2 sample
a) NUS Uart that is used for the configuration;
b) zephyr/samples/net/opentread/coap Using the nrf5340dk/nrf5340/cpuapp.
The compilation...
Hello,
Step 5.2 of this part of the course has a code example which shows which i2c node to use to control the temperature sensor. In the case of the nRF54l15DK it is...
Hello Nordic team,
We are using an nRF5340 as the host processor, and an nRF9160 module is mounted on top of it. All LTE modem AT commands are sent from nRF5340 to nRF9160...
I'm trying to implement the NRF5340 as an I2C slave. The current answers all show the answer as old to look for a newer answer. Were implementing the NRF5340 as a slave to...