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 write PWR_UP using SPI and then read the Reg <0>. but I am not getting what I wrote.
Step 1 : Power ON using 3V.
Step 2 : Delay for 1 Sec to get into POWER DOWN MODE...
Hello,
On my custom board, I'm receiving chunks of UART data, without flow control, at 115200bps. Sometimes (its quite frequent now... sometimes after 10 chunks, sometimes...
I'm working on a PC application (using nrf51-ble-driver_win_0.4.1 API) to connect a BLE device and discover BLE services.
Today, I'm tying to connect the Nordic dev kit...
When discovering services using nrf51-ble-driver_win_0.4.1 driver, some ID are received with type BLE_UUID_TYPE_UNKNOWN. So I assume they are 128bits. I then retrieve the...
I downloaded the BLE beacon app S110 v7.1.0 to a nRF51-DK board. The current measurement pins were attached to a 10 Ohm resistor.
I observed the AC-coupled voltage at one...
Hi. We've got a chip with a code QFACA10. I am trying to find out if there is the internal pull-down of SWD line or not. It seemed that adding an external pull-down had positive...
Hi all,
I want to know the effect on power consumption of pins input buffer on and off, does there are big differences between them?
Another question is, since there...
Hey everyone,
when i was trying to compile i got this error which says
._build\ble_app_bci.axf: Error: L6200E: Symbol SWI0_IRQHandler multiply defined (by nrf_notification_manager...
i have few question based on nordic i am using N51822.
1: does device goto sleep, while testing i see sometimes device gets automatically disconnected.
how can i solve...
Hi,
what would be a good option to create a BLE device like FLIC (flic.io).
i want to transmit only a few informations to the smartphone like 1,2,3,4 and the device shall...
Hi,
every time i try to call ble_bas_battery_level_update(&m_bas, 1); my application freeze and i can't get any response
Here is what i did:
1- copying ble_app_template_s110...
Hello folks
I have a custom PCB board with the attached layout diagram. I also have our firmware that was flashed on to the Nordic beacon kit and tested. I would like to...
Hello,
at the moment I try to add some more services to my BLE device. This goes wrong with err_code = 12 (NRF_ERROR_DATA_SIZE). With some search in the devZone I found...