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...
Hardware: redbearlabs Nano V2 (see pinout below)
Programmer: DAPLink v1.5 supplied by redbear
IDE: Arduino with the redbearlab nano 2 board package
The schematic can...
I'm writing an Android application that connects to various BLE peripherals including the NRF51 and NRF52. I don't know if this question is appropriate for this site, but...
Hi,
we are trying to disable 2 of 3 advertising channels on nRF52832 SoC with the softdevice S132 (1.0.0-3.alpha) installed. The example project ble_app_beacon works well...
hi
I am using ESB_DPL protocol between 51822 and 24LE1, and i used the sdk 12.2 examples/proprietary_rf/esb_ptx.
In my case, 51822 sent some packages with PTX mode,...
Hi,
I am interested to hear if anybody knows if it's possible to use 6LoWPAN on an iOS device together with nRF52832 ? I tried searching online but have not got any hits...
Hello,
I'm working on an application where we have a number of sensors and a radio that each require a connection to the nRF52. Specifically, 4 of these peripherals need...
DFU & UICR works well. However, concerning sw protection, we found that the binary file in the ZIP package of DFU is open to access. That is a security breach. Is any solution...
I have started to implement bootloader for 52832 and checked out "Secure DFU Serial" example from SDK v13.0 with Segger Embedded Studio.
I checked out this question devzone...
Our current project (custom nrf52 board SDK12.2) is set up as a peripheral device with the phone being the central device. This nrf52 device is plugged in and power consumption...
I continue to debug, via remote control on the other side of the world, a particularly nasty issue that is occurring in only certain units of a device. I had been blaming...
Hi,
I am trying to add saadc sample code to ble_blinky sample code. But I faced a problem. It seems that the sdk_config.h file is not recognized by the sample code. and...
HI, i m beginner in TWI with nrf52832. i want to write a bit in a registre of hmc5883l but i didnt succeed. what i want to do is :
writeByte(devAddr, regAddr, b) ==> (...
I would like to implement the mbed-os uVisor on a NRF52832.
Therefore I need to specify some addresses in the provided linker file.
Now the file: mbed-os/targets/TARGET_NORDIC...
Hi,
I'm trying to notify the temperature value with Tutorial Characteristic Master example. But log shows me this rows when I try to read the Descriptor Client Characteristic...