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 have written a code which transmits data over BLE.
The board was getting reset.
What we changed is instead of sending application data we sent the RESETREAS register...
Hi,
I'm trying to change the MAC address of nrf52, using softdevice s132_nrf52_3.1.0 but we dont have sd_ble_gap_address_get() and sd_ble_gap_address_set() APIs in "ble_gap...
We are having a random current leakage problem with our nRF51822 based board. Normally, our board and the application consumes around 10 uA of current. However, too often...
For example, I have the following code:
bool interruptFlag;
void interruptHanler(void)
{
interruptFlag = true;
}
void main(void)
{
while (true)
{
if (interruptFlag...
Hi
Has anyone been able to write to the UICR NFCPINS register?
I am using the following code and it i get a cpu reset
/*=============================================...
I am facing problem to connect my computer with another devices. when i am trying to connect it with another devices, it not show on another devices. So please help me to...
Hi, Nordic
When I use nrfutil dfu ble, it shows:
File "D:\Program Files\Python27\lib\site-packages\nordicsemi\dfu\dfu_transport_ble.py", line 226, in open
target_device_addr...
Documentation specifies levels of security mode 1, and first level means that connection is without any encryption. But how it is possible? Every connection starts with pairing...
Hi,
I have modified my files as mentioned here . When I upload the package, the template device show and I am able to connect. But when I subscribe to the notification...
I'm trying to find out if drawing more than 70mA through the PPK will damage it.
As I have a beeper on my custom board that can draw 200mA, and I'm concerned that attaching...
I have 6 RGB LED strips and I would like to control them by Raspberry PI. 6 strips with 3 colors each require 18 controllable PWM sources, so I have SN3218 which is exactly...
Hi all,
I'm new to nRF51822 and I'm trying to use the fds system.
However, I always get a NO MEM return code when calling the init method.
Any hint?
Thanks
This is my code,the problem is when cpu executed the __WFI() instruct it should be paused ,this means that NRF_LOG_INFO("wake up\r\n") should not been executed only after...