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...
On nRF52, I see that 100 kHz gives a SCL period of 10 us which is correct but for 250 kHz, I get 8 us instead of expected 4 us. Similarly, for 400 kHz I only see 5 us instead...
I have a case where a module that can perform bit clears in the UICR needs to execute while a Soft Device is present and enabled.
I am aware that any direct flash access...
Hi Nordic and fellow developers,
I have been working on upgrading the nRF51822 QFAA s110 and upgrading the soft device to work as s130 for its (simultaneous Central/Peripheral...
Hello!
I'm trying to read data off of a commercial blood pressure monitor (Qardio arm) using an nrf51822 with the nrf51 SDK v10.0.0 as the central role (s120). I am able...
Hi,
we are using nRF52832 and running into memory issues as we add functionality.
It would be great if the '40 was available as a drop in replacement in WLCSP package...
Hello.
I want RSSI check. so added source code as below.
test_rssi_start = sd_ble_gap_rssi_start(m_conn_handle,BLE_GAP_RSSI_THRESHOLD_INVALID,0x00);
if(test_rssi_start...
Hi all,
Is possible using NFC to send variable message? I want to send a counter event (data I got via BLE) to the NFC module.
Using the example I was not able to do...
Hey,
I'm just wondering how to add a UUID to the blinky example peripheral?
I want something like the heart rate sensor where its advertising BLE_Heart_rate_sensor.
I...
We have recently migrated from a custom board based on the nrf51 to a new board with the nrf52832. Our nrf51 board used to run at 6-8 uA when it was just sitting there advertising...
Hi
During schematic design, i read regarding proper powering of NRF52 (the product is battery powered 2xAAA). somehow i can't find this info now and i would like to verify...
What does mask and 1<< mean in the following code:
#define BSP_LED_0_MASK (1<<BSP_LED_0)
#define BSP_LED_1_MASK (1<<BSP_LED_1)
#define BSP_LED_2_MASK (1<<BSP_LED_2)
...
Hi all,
I'm transferring data to and from an Atmel AT25040 NVRAM using SPI, and it works perfectly when run within main(). However, if I run the same code from within an...
Hi, I want to enable notification for a specific characteristic, and to do that, I must write 0x01 (in java it's going to be "01,00" ) to the CCCD handle of this characteristic...
Hi,
I tried to use python API to drive the nrf sniffer to capture ble device information by their advertisement packet. I can successfully target a specific ble device...