I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hi,
I have developed a Matter-over-Thread light bulb using the Silicon Labs EFR32MG24 platform, with CHIP_CONFIG_SECURITY_TEST_MODE = 1 enabled. In parallel, I have set...
I am currently porting an internal application to the nRF54LM20 and am attempting to manually trigger a GPIOTE30 interrupt via software.
Observed Behavior:
Hardware...
Hi,
I am working on a custom board which is NRF54L05 connected to NRF54l15 DK via P19
NRF54l15 DK version: PCA10156 0.9.3
Serial wire debug cable length: 15cms
Breakout...
I'm kind of stuck here. I was using SES v3.52 on Mac OS Sequoia and everything worked fine. I upgraded my MacBook to Tahoe and all of the fonts were messed up making it un...
Hi.
Using Thread Topology Monitor and NRF52840-DONGLE I'm able to connect to the device and getting the UDB device to be a Thread Leader.
But how can I join an existing...
I am using the command AT+CRSM=176,28539,0,0,12 to attempt to read the FPLMN on the my nRF9160 DK. The modem firmware version is 1.3.5. See attached logs:
(14:11:15.629...
I have built the Matter temperature sensor sample for the nRF5340 running on an nRF7002DK (no WiFi enabled). The power consumption measured with a PPK2 is coming in higher...
Hello,
I am developing Channel Sounding Test Mode functionality using nRF Connect SDK (NCS) v3.1.1 and the nRF54L15 Development Kit (DK) , based on Nordic’s official hci_uart...
I am adding a feature to our device to actively connect to a Bluetooth printer and send data to it, but I am now encountering an issue that I cannot solve.
I currently have...
Hello.
I am considering using the UICR OTP to store device-specific identification information. My understanding is that when accessing this area from a Non-secure application...
Starting from NCS v3.2.0, up to the current NCS v3.2.2, I'm getting back -EIO when trying to use the I2C bus. In commit github.com/.../428ce9f27bc368f8023de98cdd494b060374962b...
Greetings,
We want to use the MCK of the I2S module as a clock output for an external device. For that, we need a freuqency of around 4,096MHz. ACLK originates from the...
HI
I am using the DTM example routine of NCS 3.2.1 and am currently testing the combination of nRF54L15 DK and nRF21540 EK. After flashing the original example routine to...
I’m using an nRF54L15 evaluation board obtained from a distributor and currently testing transmission and reception of large data chunks. I built a vender model and a custom...
General flow when the issue occurs:
1. buf is allocated on prep_pool in prep_write_cb: data -> buf = net_buf_alloc ( & prep_pool, K_NO_WAIT);
2. buf is put to prep_queue...