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...
I have been trying to use nRF5 SDK 12 on nRF52 Preview DK by using PCA10040 instead of the removed PCA10036. But example 'ble_app_hrs' that uses SoftDevice S132 v3.0 do not...
Hello,
I am developing a custom board using nRF52. In my previous custom board, the total current consumption is 15mA with DCDC regulator enabled. I want to reduce this...
Hi,
I'm trespassing some code of nRF51 to nRF52 (s132, SDK 12.2.0) and I get an error when I try to call sd_ble_gatts_rw_authorize_reply. This is the code
case BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
I'm using the beacon example (SDK 12.2.0) which I've modified slightly so that a sensor output initiates advertising for 20 seconds with LED1 flashing accordingly. I want...
Hello I was working with the Flash Storage examples in the nordic github repo. I noticed that the FDS example while it has a IAR Workspace it does not have the associated...
Hi,
I am having trouble with buttonless DFU on my application. I am working on custom hardware on the nRF51822, SDK10.0.0, S130.
When I enter DFU from my application...
I'm working with pca10028.
Then gpiote interrupt is triggered twice.
Why is this happening?
And what is BUTTONx_EXT connected to PCAL6408A(U7) in schematics?
Hi,
I am new to nordic development. I have programmed segger program softdevice by s110_nrf51_8.0.0_softdevice.hex and program bootloader by dfu_dual_bank_ble_s110_pca10028...
My project is to communicate with the AD7780 via SPI.
Nrf is the master and AD7780 is slave. I am know implementing my solution referring to an example i found about SPI...
I'm trying to make the nRF51422xxAC advertise. Using Segger Embedded Studio.
I have this code: bpaste.net/.../f29f74986c10
On line 109, I have a breakpoint. At that...
I've followed the tutorial about setting the eclipse environement devzone.nordicsemi.com/.../
I've got every thing to work except the debugging, it stops every time at ...
Hello,
I am trying to set the nRF52 to power off and wake up on a momentary button push (scope measures momentary push logic low around 50ms-100ms). However, I am struggling...
This is from the previous Blog: devzone.nordicsemi.com/.../
I've looked at the other dev boards. I found this one nRF52832 System on Chip and Amber SPP-over-BLE profile...
Hi,
I'm using the nrf52832 Nfc and I can't set a variable nfc message, the nfc message must be constant... In my case I'm trying to send a text via BLE and put it on the...