Hello,
I am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
I have been able to use external flash with Octal SPI mode on an nRF54H40-DK:
❯ west build -- pristine -- board nrf54h20dk / nrf54h20 / cpuapp zephyr / samples / drivers...
Hello, I want to implement a project with BLE mesh. Several nRF52480 boards should form a mesh and e.g. send the status of one of their buttons to a tablet. What would be...
Hello, I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. The problem is that I don't know how to do it. I looked...
Hi there. We have recently migrated from SDK 2.6 to SDK 3.0.
We have a custom-made external board, which we used to program with the nRF52840 DK when using SDK 2.6 (for...
Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hi All,
I am using nRF51422DK with SDK 10 and trying to communicate with an external peripheral over UART at every timer interrupt.
I have modified the ble_app_hrs example...
Hi All -
Is there anyone successfully able to autoconnect with nrf51822 with a phone/pc/tablet? I have been trying it for the past week and couldn't get my nRF51822 autoconnect...
I successfully turned off bluetooth radio using NRF_RADIO->TASKS_DISABLE = 1 when i do advertise_start(); after certain delay i coudnt connect back for data transfer
Based on nRF51822\Board\pca10001\ble\ble_app_hrs example,
How nRF51822 detect ADC input? Which ADC pin?
Configuration code:
NRF_ADC->CONFIG = (ADC_CONFIG_RES_8bit <<...
Hi, I'm having a problem with calling pstorage_register(); The first I call pstorage_register() is just fine, but the second I call return the nrf_invalid_param.Here is the...
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...