Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Hi,
I checked the errata document for nRF52832 Rev.2.
In #182, there is the sentence of "Improvements as described in IN #105.".
However, I can not find the #105.
...
Hello!
I experienced the same errors as here and here when following the Eclipse gcc tutorial (7), but the solutions did not solve my problem.
I suspect this is related...
Hello ,
I use nrf52832 in my custom card, I developed everything on the develeppement kits nrf52, and when I merge to the custom card, I remerque that there is a huge consumption...
Hi Sir,
We have designed custom nRF52832 board in PCB design layout have 4 Pin connector VDD, SWCLK, SWD, GND. I know how to use nRF52832 DK for programming. But for other...
Hi,
I am using SDK12.3 and stack s132 with NRF52832. We have to store 3 variables in flash memory and keep updating it once BLE connection is formed with the phone. We were...
Hi,
I use nrf5_SDK_for_Mesh_v1.0.1_src SDK to debug mesh in SEGGER Embedded Studio for ARM 3.34. The projects are all based on NRF52832, but I want to debug it on 51822QFAC...
Hi,
I have been using the following parameters to flash program the example ble_app_uart_c_s130_pca10028 (SDK 9) but the problem is the it uses the S130 v1.0.0 softdevice...
Hi,
I have a newbie question. Is it possible to implement a POTS voice quality like an intercom system using Thread (assuming all the end points are using nrf52840 SOC...
We are trying to minimize the UART current in our product, so we tried some experiments on the PCA10040 board.
We noticed a significant current difference between SDK11...
SDK14.2.0 sd132v5.0.0 nRF52832
I've looked for a solution to my issue on the discussion forum, but can't find an answer. I am working with the buttonless DFU peripheral...
I have two nRF52832 devices. One of them I have been using for a while and the other is brand new. My BLE application will flash and run just fine on the old device but not...
Hello,
I read in your datasheet the follwoing:
"32.768 kHz synthesized from HFCLK (LFSYNT)
LFCLK can also be synthesized from the HFCLK clock source. The accuracy...
Hello,
in the Online Power Profiler , the current consumption increases, when the voltage is reduced. What is the reason for this?
Isn't there any documentation on the...
Hi
I need to capture a serial bit stream which consists of a sequence of 16 bit words, package them up and transmit over a bluetooth interface - it's a datalogger application...