Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
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...
Hello,
This behavior within the SDK has bitten me a couple times so I thought it would be a good thing to share. If you call app_sched_event_put(NULL, 0, &my_function),...
Hi,
As well know, the max packet length is 252 byte in nRF51822 proprietary protocol.
Would you please tell me how to send / receive 252 byte packet? Where can I found...
Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source code below.
NRF_FSTORAGE_DEF (nrf_fstorage_t fstorage...
Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value...
Hi guys long time I hope things go well there
so.. as the title says, sd_ble_gattc_write is returning error 19 "randomly" I am trying to transmit data chunks from my central...
I'm developing HID device using HID generic class. Device is required to change polling rate at startup. In SDK 14.2 this was done through modifying bInterval in descriptor...
HI. I used a translator.
I am using the nRF52840 DK and SDK15.
I want to save power when there is no input from the switch.
I want to wake up when a switch input ...
Hello together,
I have a strange problem and don't know how to proceed...
At my customer-specific electronic a Kionix KX224 is placed next to the BLE module which contains...
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh.
I based my development on the Light Switch...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
Hi,
I am currently implementing the protocol for a serial DFU, following the instructions given here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi all!
TL;DR
Is there a way to start 2 timers in 1 instructions ? (or to synchronize them afterward?)
- - -
Background
I need to take 8 timestamps of GPIO edges...
Hi,
I'm using S112 v6.0 with SDK 15.0 on nRF52810. It's based on app_ble_uart example. I have some data to save in flash. I define the address as follow:
#define PAGRE_TO_ERASE...
I want to extend the Thread Cloud Client Example (thread_cloud_coap_client_pca10056) with a peripheral controller. And I am looking at the UART Example (ble_app_uart_pca10056_s140...