Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
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...
My name is Cedric, responsible for Workplace Management at ´my company, which also includes application management. We try to install all of our apps centrally via Intune...
I am using the LPUART and running into an issue when the UART is disabled. The LPUART doesn't notify the user callback that the buffer can be released. In my case, I am using...
I developed a project using nRF Connect 2.6.1 in VSCode. I created a custom board for the development board I was using (the SparkFun Pro nRF52840 Mini - Bluetooth Development...
hi
We have developed it to the specifications below and are preparing for mass production.
We would like to inquire about a 10% standby current test defect occurring...
Hi,
Bug:
With a connected ISO connection between two devices X and Y:
X acts as a peripheral. It's the ISO server and it is transmiting iso data to Y.
Y is multirole...
There are multiple errors:
Failed to clone the repositories: Error: Cloning into 'C:\ncs\v2.6.1.west\manifest-tmp'... error: RPC failed; curl 56 OpenSSL SSL_read: Connection...
Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks...
hello,
I need microsecond timer interrupts in my program, so I thought of using the TIMER of the hal library.
When I enable CONFIG_NRFX_TIMER0=y in prj.conf, the system...
It seems hostap has a bug. This line:
https://github.com/nrfconnect/sdk-nrf/blob/4e9436d1076a362adf168e6a8878a8b32b8bff4d/modules/hostap/src/supp_api.c#L312C2-L312C78
...
Im currently using a nRF9160 with SLM application as a modem on a nRF52840.
How can I configure the modem for NB-IOT or LTE by using the nrf52840?
My project is working...
As instructed in the thingy53 getting started documentation I installed VSCode and the nrf Connect SDK extensions. Using VScode I am able to build and run examples.
However...
I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again,...
Hello,
We have an nRF5340 (custom PCB) application, based on NCS 2.6, that uses the TFM and needs to use P0.02 (NFCT) as SPI CS.
Currently, the CS is not moving, since...
I have been experimenting with build configuration for the peripheral_uart sample project so I can add DFU. I have had a great deal of difficulty doing this because of unexpected...
Hi, I am implemented DFU on nRF52840DK and now i want to implement on my custom board. Any suggestions to implement DFU FOTA using BLE for production I am using nrf52840 and...