Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
hello all,
I am trying to find the best power efficiency to transferring a pack of data(30 byte each time) from one nrf52 to another nrf52. I have a 80 uA in average power...
Hi all
So i had a working running example on SDK Thread and Zigbee V3.0.0. This flavor used the softdevice s140_nrf52_6.1.1_softdevice.hex I've migrated to the new SDK...
Hey All
I've found thread, dealing with this problem here: https://devzone.nordicsemi.com/f/nordic-q-a/77775/nrf_ble_lesc-nrf_crypto_ecc_key_pair_generate-returned-error...
I try to connect my nrf5340 CoAP server via my border router with CoAP Messages (with the IP address) from a computer. Is that possible? And if so, How?
I made a border...
I want to read peripheral's characteristics value in a fixed time interval or an event-based in the central.
I am using the nRF52840 Evalution board and SDK_17.0.2.
Here...
hi Support team,
Customer tested mesh SDK4.2, and now had one question:
their product is end node, and once button pressed, MCU is waked up and send the message to server...
in the gps example, there is a struct
nrf_modem_gnss_pvt_data_frame
in which contains the accuracy in meters, by documentation definition, it's /** Accuracy (2D 1...
Hi,
Facing some issue in creating sample application in vscode
nCS sdk V1.7.0, created sample hello world project and added build configuration for bl653_dvk
getting...
Hello all. Now I am making a BLE network with multiple peripherals and central based on NUS. How could I make data transfer between the central and specific peripherals? I...
Hello,
I would like to develop OpenThread applications that run under ZephyrRTOS for the nRF52840 processor. It appears that there are 3 possible development approaches...
Hello I'm trying to implement the DFU Trigger library into my project. to get following function:
" When the trigger library is added to an application, it allows a connected...
Greetings,
I am trying to get the nRF5340 DK to run on the coin cell battery attached to it. I removed the plastic and the USB cable then I put the "nRF power source" switch...
Hi team,
When we set fast advertisement timeout (uint32_t ble_adv_fast_timeout; /**< Time-out (in units of 10ms) for fast advertising. */) to a value greater than 0xFFFF...
i am using Laird smartBASIC for my programming of the BL653. I cloned the firmware of the evaluation board using the supplied Laird batch files and the J-LinkARM interface...
Hello, I have a question that I can't find an answer to in the documentation. The answer may be somewhere and I am just unable to find it.
My application utilizes sd_ble_gattc_write...