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...
The chip I am using is the nRF24L01.
Not the nRF24L01 P .
One module is Rx-receiver and two modules are Tx-transmitter.
The test is carried out with one Rx module and...
hello,everyone! I'm having a major problem with my nrf9160 dk board suddenly not connecting to the cloud. I registered and renewed my certificate, but the result still failed...
Hi:
There is no driver on win7 using nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd_ble_uart example.
I tried to use nRF5_SDK_17.1.0_ddde560\examples\usb_drivers, but...
Hi,
I am develloping a solution with an extended advertising.
In order to see the advertising, I am using either the nrf connect mobile APP, either Nrf Connect Desktop...
Dear Support Team,
Based on SDK15.3, nRF52832, follow the instructions to run the DFU process, use the mergehex.exe tool to merge settings, app, boot, and sd into one hex...
Hello everyone,
I currently using this lib: GitHub - Martinsbl/nrf5-mpu-examples to read data from MPU9255, when I'm using the easydma for accelerometer and gyros its work...
I am using the PSA library for the nRF340 and trying to use persistent keys.
It all works without persistent keys enabled, but if I add the following two lines to the prj...
Hi. I am trying to start programming our own development desk with modul ACN52840 (SoC nRF52840). I can provide schematic of development desk in private message if needed...
Hi,
I am develloping advertising configuration and would like to use the fast or slow advertising mode.
In the ble_advertising.h, it seems that the limit are an uint32_t...
Hi,
I am performing several "mlme_reset_req()" on a nrf52840 during runtime without problem, for the most part.
However sometimes the radio stack will stop after a ...
Good day
I noticed that the NFC tag reader sample is not compatible with the nrf9160K. Is there a reason for this ? will development be possible?
Thank you!
Hi Nordic
I downloaded nRF5340 DK Hardware files (Altium Designer files).
pca10095_sheet1 and pca10095_sheet2 can be imported in PADS logic tool.
But, files from sheet3...
Hello,
I have a problem when I send data with CDC ACM and using CLI interface my data is mixing. If I put a delay between sending data I have no problem but this solution...
Hi, I want to enter the NRF52 into a standby low power mode.
I am running sdk17.0.2, with FreeRTOS and softdevice (7.2)
The steps I take are:
1) stop all my threads...