Hello Nordic Team,
I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature....
Hi, I've been given an nRF52 devkit and have been tasked with programming to generate a 2.4GHz signal. The requirement given to me is that simple. (I believe an RF expert...
Hi,
I’m using the function lte_lc_psm_param_set(rptau, rat) . After connecting to LTE, I call lte_lc_psm_get(&psm_cfg.tau, &psm_cfg.active_time) and receive the following...
Hi,
Developmente setup: Windows x64, nrf connect for vs code, SDK and toolchain versions 3.0.2.
I was trying to build a proyect for a custom nRF5340 board when I encountered...
Hi,
I am getting randomly incorrect SOC reported by pmic npm1300. For most days, it reports correct SOC but then all of a sudden it starts to report incorrect SOC even though...
Hi,
I recently found out about the Periodic interval feature on GRTC CC[0] and it seems like it would be quite useful for my application. Most of my code so far uses the...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
Hello,
I have been trying to use the nRF52 preview DK board as a master device with another chip as its slave device. Now I know that to read or write the function used...
The statements
NRF_PPI->TASKS_CHG[n].DIS = 1, and
sd_ppi_group_task_disable(n)
cause a hardfault when NRF_UICR->CLENR0 is set to the start of the application code, but...
I'm working on a battery powered system which needs to keep track of an absolute time stamp. So I need the RTC module and some kind of energy saving mode. As the RTC is not...
8.0, multilink example, peripheral, s110 softdevice.
By walking through sections of codes and doing some research, I reckon if a connection were being established after...
I try to Development with GCC and Eclipse following tutorial
but i get some problem , which i can not solve alone.
so hopelly someone can help me to solve it ,thx!
that...
Hi,I use nRFgo Studio to erase nRF51822, like this
but it display: ERROR: Invalid serial number!
I found the question how to use nrfjprog --snr??? ,I can get the...
I am using the nrf24l01 on a FRDM k64f board, I want to communicate between the board and my laptop, so I have bought a nrf51 dongle.
I am using mbed on the k64f board...
I try to create a custom boot loader that enable to update soft device via data come in from SPI msg. When I try to use the command nrf_nvmc_page_erase() to erase the flash...
Hi everyone,
I'm a beginner in Android development and BLE environment, and I want to communicate with the nRF52 card using an Android app. In fact I have to develop an...
hi,
I am using the nRF51 with code from SDK 9, as well as the S110 softdevice and made a custom service(128-UUID) with bond using device manager.
connection and service...
Hi,everyone,
I would like to know that what's the dedicated bonding ?
I saw this in the introduction of a BT chip.
I am confused with 'dedicated bonding'.
And what's...
Hi,
I am using the nRF52 with code from SDK 9.2, as well as the S132 softdevice. I basically ported code from the ble_uart_app into the twi_example to send data over bluetooth...