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...
I coded following
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.read_perm);
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.write_perm);
char_md.char_props.notify = 1;...
Hi,
What does it means number 0x1D in p_ble_evt->header.evt_id in ble_db_discovery_on_ble_evt ?
I didn't get any error code, but service discovery is not completed.
Is...
I've noticed that Wireshark seems to occasionally report malformed data.
The malformed data seems to happen about 10% of the time and comes from all my smart beacons.
...
I am a beginner in the study of Bluetooth, and I have difficulty in understanding the purpose of API functions Bluetooth stack. For a better understanding of the system API...
I'm using MCP 3.1 and tried flashing the dongle from it multiple times. I also tried reinstalling MCP, but to no avail. When I flash some Blinky example using mbed it works...
I want to read whole flash memory using for loop and see how long it takes. What i have noticed is that it does not print all the lines. On the other side i ask myself: Does...
Hi,
I am very new to nRF51822 controller. i got some problem with compilation.
i have downloaded SDK v10.0xx and tried to compile blink example from following path.
...
Using Segger Embedded Studio 310i in Linux and SDK12.2.0, I imported the Beacon example project (ble_peripheral/ble_app_beacon) from Keil. Right now I'm trying to make it...
Hello everybody,
RTC0 is used by the SoftDevice. Is it possible to use the current RTC0 counter value as a system time, so that RTC1 doesn't have to run additionally? For...
I created a service with several characteristic values. I can read the values without any problem with the Master Control Panel on my Android tablet, but reading from the...
I am working with nrf51, SDK 11, S130, Keil uVision 5 and have an Application with RTX and want to use DFU OTA.
The bootloader works with the app_hrs_dfu example.
When...
Hi, I tried to enable non-connectable advertising timeout using the macro APP_CFG_NON_CONN_ADV_TIMEOUT in es_app_config.h, but it has no effect. I test this using nRF connect...
Hello,
When I call TASK_START in SPI Master it does not start a transfer. According to registers all seems to be set.
I found what was the problem. When I called TASKS_SUSPEND...
I am using SDk 11. S130 V2.0
What is the equivalent of spi_master_evt_handler_reg ?
I just want to configure my handler to receive the interrupt of the SPI master.
Please...