Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi Nordic,
I am using the nrf52840 as the host and the nRF9160 as the modem with the serial_lte_modem library.
Normally, when the nrf52840 sends an MQTT connection request...
Hello,
I am planning to design a custom board using the nRF5340.
My main question is: How can I view log messages from source code running on the custom board on my...
hello,
I have a neo pixel running on my nrf52840 using SPI. I still require the SPI clock pin to be configured to a pin even though it is unused. This wastes a pin, is there...
I took the example of peripheral_hr_coded and central_hr_coded. I flashed these examples in nrf52840. They communicate normally. However, the Advertising Packages are not...
Hello,
I'm using the zboss stack to implement a zigbee end device on nrf5340.
My device is able to connect to a zigbee network and to notify sensor events on zigbee but...
Hello, I am using the LIS2DH sample (and the st,lis2dh driver, which is compatible with the LIS3DH accelerometer) to test out a LIS3DH IC attached to a custom board. However...
hi i use pca10056 board with segger embedded studio
i currently facing a bizzarre problem with my project
i use adc function and nus service and low frequency clock
...
Hello i realize the nRF24L01P is NRND. Curious if you are able to answer w/out too much work as to whether one of the other nRF devices allows access to the radio to use the...
Hi:
I set up a fresh install of the NRF Connect Extension Pack in VS Code on my MacBook Air M4 and was able to build and flash the Blinky demo to my nRF52840DK. The issue...
Hello, this ticket addresses three issues:
1. After installing nrfutil with subcommands device and toolchain-manager and sdk-manager, into %USERPROFILE%\.nrfutil, everything...
Hello,
Since our Product Launch we have gotten feedback that pairing with some (but not all) Apple devices is a significant problem. Even through several attempted fixes...
After upgrading nRF Connect SDK from 3.1.1 to 3.2.1, our fixed regulator stopped working. We are on nRF54L15. Tracking it down further, this seems to be some sort of GPIO...
Hi,
I am porting a product from SDK 15 to SDK 17 and to Nrf Connect.
We need to maintain code combability as far as possible between products using SDK 15/17 and products...
I'm creating a system test for manufactured units and if it's OK I would like to set a permanent flag in an area that will not be erased if I erase flash at a firmware update...
nrf sdk 17.1 example:peripheral/uart/pca10040 I attempted to use P0.9 and P0.10 on the development board to set up a UART serial port for data transmission and reception ...