Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
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...
Hi, I am using radio with ppi to advertize packets as shown in the mainc file attached. mainc.txt
Even after allocating the access address of Bluetooth on line 196 as set_address0...
Using nRF52832 I am collecting from 8 SAADC channels using example ble_app_uart__saadc_timer_driven__scan_mode as a guide. AIN3 (P0.05) gives incorrect results. Because P0...
Hi,
I have an application that utilizes the dual bank bootloader and s132 soft device on the nRF52832 chip. I am trying to determine the total RAM used and can't seem to...
Hi,
i am using NRF52 and S132V2.0.0 SDK11. i am working on BLE application in which i implemented DFU service to it, so that i am able to observe DFU service and 3 characteristics...
Hi
I use SDK version 12.2.0 to do a project. I add two 128bit uuid into my project. The one of 128bit uuid is created by myself. The other one of 128bit uuid is used ancs...
Hello,
I wanted to check the log on nRF52 example codes. Though the code compiles and runs (GCC compiler) I do not see the log anywhere. I tried connecting the device ...
Hello,
I was going through the schematic of PCA10040 and I see that the nRF52832 is interfaced to an ATSAM3U2CA-AU. I was under an assumption that nRF52832 itself is a...
We have a custom PCB with the nRF52 MCU.
Our application uses BLE. Thus, we need to program first the SoftDevice. In our case, we are using nRFgo Studio.
Normally, when...
Sorry to ask again, but even after looking for some time at all the marketing material and the forums, it was hard for me to find out what BT 5 features are really supported...
Hi,
I followed the RTT tutorial but When I try to BUILD the project I got this error. What is it?
Error: L6200E: Symbol SEGGER_RTT_WaitKey multiply defined (by segger_rtt_1...
I'm trying to interface bno055 with nrf52 dk (PCA10040). I had written the relevant code for the nrf52 dk and added the same to ble_app_uart code and simple uart code. I'm...
Dear colleagues,
I am trying to erase / program the custom board ( with nRF52832 SoC installed) using nRF52-DK. The setup looks like that:
nRF52-DK Custom / External...
Hello Everyone,
I wants Real Time Clock examples in nRF51 board. Like following link which is implemented on embed microcontroller for nRf51 board.
can any one help...
Hello,
I want to discuss the following code with you:
www.dropbox.com/.../AABddGcZagoqWHnJqfPrpbm9a
In the main file there are init functions for uart and twi and...
Hello,
I am using pca10028 and sdk 12.2. I want to scan the nearby ble devices and want to display the mac address using uart. So which code should I refer or which thread...