I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
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 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...
I have the nrf51822EK and trying to make it report the speed/cadence of a bike. So far the design is to report the speed every 1 second as a BLTE peripheral device automatically...
Hi,
the ANT protocol defines the channel message rate in a range from 0.5Hz to above 200Hz, with the upper limit dependant on the specific implementation.
What are the...
I found a strange phenomenon with sdk 8.1.
If I use arm gcc compiler to compile code containing pstorage operation, functions like pstorage_clear will not return though...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
Hi All:
I was wondering if it is possible to program this chip through UART->FTDI FT232?
Has anyone done this? I am looking for the cleanest solution for programming...
So I've added a DFU into the flash, now how do I actually access it from my application?
As far as I understand an example project ble_app_hrs in s110_with_dfu configuration...
Setup: Central app using serialized s120 (2.0.0) with connectivity app.
The connection interval is set to 10 ms.
Connect to a peripheral
From some sniffer data...