Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
I have three nrf5340_audio_dk boards that were programmed with premade images for a BIS audio demo: one gateway and two headsets. I'm currently using VSCode with nRF...
I am working on synchronizing RTC timers on several nrf52832s and i would like to have a single clock clocking all the RTCs on all the boards. I understand that the LFCLK...
Dear,
I’m experiencing an issue with performing DFU over BLE Mesh. I have a setup with one node acting as provisioner and distributor. This node has a new image loaded ...
dear all,
We are fighting with a problem that defied every effort to solve it so far, so we are asking for help. Our custom board is based on the nrf5340 SoC connected via...
Hi All, I have a question regarding modem DECT phy API. There is a function nrf_modem_dect_phy_event_handler_set(nrf_modem_dect_phy_event_handler_t handler). I'd like to know...
Hi ... have code that outputs I2S in master mode. The slave, a NAU8822 device requires Master Clock Source between 8 and 33MHz.
The 54L MCLK pin is duplicating the BCLK...
I was able to complie many of the nrfx/samples under SDK v2.5.0 using VS Code IDE but cannot successfully compile any under SDK v3.0.0 .
The [Building and running]: <.....
nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
Hi,
I found that the NRF 54l15 can only estimate distance based on channel sounding and RSSI. On the bluetooth website it mentioned channel sounding accuracy being around...
Hi,
I am trying to create a trilateration system with 3 initiators and 1 reflector (Hopefully multiple reflectors in the future) on the nrf54l15. The channel sounding with...
nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...
I thought I had been extremely careful to _not_ brick the device, but apparently I did.
I created a firmware-dfu.zip file, even with appropriate keys, etc. as below.
...
Dear Nordic team,
I am currently working with the Thingy:91X (nRF9151) and nRF Connect SDK v2.9.0 , and I am attempting to run the official ECDSA sample from your documentation...
We're developing a low-power application on the nRF9160 where we need the device to stay connected to the server over LTE, so we cannot enter System OFF mode. Instead, we...