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...
Hi
I am currently developing using GPIOTE, TWI, and TIMER.
There is no problem when TWI is only working, but when interrupt (GPIOTE, TIMER simultaneously) occurs, TWI...
Background : We developing lighting product and planning to use nRF52833 module and we planning to use the latest SDK version that is nRF5 SDK for Mesh v5.0.0. First step...
Hi,
We're doing some testing of mesh protocols and their latencies using the nRF5340 DK. We want to isolate the wireless communication from interference as much as possible...
Our project uses nRF Connect SDK v1.5.0. Two main developers work with the files in very different environments.
I am not sure if this was an accident of initial development...
Hi,
I am currently running a custom bootloader I found that updates via SPI. I have 2 nrf52840 DKs that are programmed as an SPI master and a SPI bootloader. I have been...
After developing with an nRF52 832 DK (pca10040), our code builds and runs fine. But when we try to use the same code on the nRF52840 dongle it does'nt work. We added flashing...
periodic_adv sample is not working with nrf5340dk_nrf5340_cpuapp
it is working for nrf52840dk_nrf52840 after adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf
Here is the log...
My problem is the that on some devices the ScanResult.getDevice() or ScanResult.getScanResult() both return null on some devices but works fine on most.
This is probably...
Hi folks,
I want to calculate the timestamp for which my thingy 52 board was scanning from another thingy 52(may be more than one board). Is there any technique to get the...
I am confirming ADC sampling 420Hz operation by following question.
https://devzone.nordicsemi.com/f/nordic-q-a/69096/1khz-or-more-adc-sampling-rate-over-ble
The source...
Hello,
I am using the nrf9160DK and I am implementing on zephyr.
For my application I need to write to an external flash memory through I2C. I need to write one page at...
Hello
We are using the NINA-B1 on one of our products.
The phone application is working 100% and was very easy to setup.
Till we came to connect our frontend to...
Hi:
we set p21 as Hardware Reset Pin by config UICR.PSELRESET[0] = UICR. PSELRESET[0] = 21
when we use these code to check halt state, but always get DBG_HCSR zero value...
Hello,
I am attempting to install the nRF Connect SDK v1.5 on a Mac Mini with Mac OS 11 with Apple M1 Silicon per the instructions:
https://developer.nordicsemi.com/nRF_Connect_SDK...