Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
After upgrading nRF Connect SDK to v2.1.0 I noticed that my modified version of connectivity bridge (when running on thingy:91 nrf52840), stops working 30-60 seconds after...
Hi I'm developing a board to isolate external GPIO signals from a Nordic nRF52832 (Isolated input from 5VDC to 25VDC). For this I am using a circuit with the PC817 optoisolator...
Hi, I have similar error on this thread:
I cloned current latest releases of Android-nRF-Toolbox(3.1.3), Android ble library(2.5.1), and Android common library(1.0.27...
Hi everyone,
I'm using an nRF 5340-DK and want to update the application core firmware by using the nRF secure immutable bootloader. The bootloader and the network core...
Hi
I am currently running and adjusting the zephyr echo_bot uart sample on my nrf9160 DK. Currently , the sample makes use of UART0 to send a receive information which I...
I'm trying to connect a Thingy91 to the nRF cloud using just in time provisioning. I'm using MoSh. Here is the error:
mosh:~$ cloud_rest jitp Performing JITP... JITP device...
Hello,
When I change the optimization for a project to NO_OPTIMIZATIONS or DEBUG_OPTIMIZATIONS in the configuration (prj.conf), I always go in the hard fault handler ...
Hello,
i have a Nordic nRF52840DK and a Qorvo DWS3000 combination. I´m using SDK7.0.2, Segger Embedded Studio 5.10a and J-Link 7.58b.
I want to combine the ble_app_uart_c_pca10056_s140...
Can you please explain how NRFX_SPIM_FLAG_RX_POSTINC works? My data keeps always being loaded into the same address. Here is my code snippet:
uint8_t tx_buffer_MAG[1]...
I am developing a product with nRF52832 in which we need to use the COMP module. We need to route the RESULT signal directly to the RX input of the UART, or to an output of...
Hello,
after upgrading to SDK15 and using the new crypto functionality I experience some weird behaviour during bonding.
Our SW is the peripheral and I am starting the...
We would like configure our device with a public addr instead of the random as is default for NCS/Zephyr. We are currently on Zephyr v3.1.99 and NCS 2.1. I have tracked down...