Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi, I am pretty certain I have used RTTViewer before on the nRF9160, albeit not frequently. I cannot remember if I only used it on custom nRF9160 boards or if I used it on...
hello,
on our bm833 dev board, I scope (using a PIO) the time it takes for the bt_nus_send function to send 146 BYTES. The PIO goes to 0 after the callback nus_sent_cb has...
Summary
We are developing a Central application on the nRF7002 DK (nRF5340 SoC) using NCS v2.7.0 . The goal is to establish and maintain 11 concurrent Bluetooth Low Energy...
We're working on a project that interfaces an nRF9151 with a BQ40Z50 from Texas Instruments (via I²C / TWI / SMBus), and we've noticed the communication is unreliable. The...
Hi,
We are currently working on power optimization and want the device to wake up from the System ON state ( PM_STATE_SUSPEND_TO_IDLE ) using the RTC0 timer. However, I...
Trying to prototype a pinout on the nRF54L15 dev kit. We want P1.02 to be a GPIO pin instead of NFC. We followed the instructions to recover the device which erases the UICR...
Hi,
I am facing the following issue when i am calling west build from gitlab runner.
west: unknown command "build"; workspace C:\ncs\v2.5.0 does not define this extension...
Hi,
I am trying to come up with a different approach to SED reattachment using a backing off MLE session. Is there a way for the SED to keep on the polling even when in...
I'm working on an nRF9151 application that periodically sends small UDP packets (20-40 bytes) over both terrestrial LTE and satellite NTN networks. The device uses PSM between...
Hi,
We are doing some RF certification testing, EMC and also FCC, and wondered if you had advise on setting the modem on and transmitting, potentially if there is some...
Hi there. I have been working on a small project where I am using an encryption library for communication over ble. I am receiving encrypted token over ble charcteristics...
Description: Hello,
I am integrating a Protocentral MAX30001 ECG sensor with the nRF52DK (nRF52832) using the nRF Connect SDK v3.1.1.
The Issue: The sensor hardware is...
Hi,
I'm developing a Matter device based on the Window Covering sample. I have added another endpoint to the device containing some sensor clusters and it all works after...
Hi,
I am looking for a constant-time memory comparison is a function that compares memory for equality in a fixed amount of time, regardless of the data's content. I am...
We're currently developing a zephyr firmware on zephyr 4.2 and we got a custom board for our hardware powered by an nrf52840-ckaa-R
the first time I connected the board...