Hi there,
I have recently upgraded my software to latest ncs 3.2.0. I have noticed that my initialisation does complete but it ends up with fatal error that seems to be...
Dear Nordic,
I am debugging a custom hardware with a nRF7002 on-board, using wifi shell app. At this moment the shell does not work as expected, needs to locate where the...
I am attempting to install nRF Connect SDK along with VS Code on an offline machine for development. The main two issues I have are:
The NRF Connect for VS Code plugin...
Hi
I am using the nRF54L15 DK and build a thread continueing monitor the data rate in 1 Hz, if it is lower to 800kbps I want to change to 1M; while above 800kbps I want...
Hi all,
I’m Bruce — first-time poster but have been working with the nRF9160 on and off for a while now, mainly in outdoor, power-constrained telemetry and monitoring applications...
I have a simple GATT server application with two characteristics, RX and TX. In my prj.conf, I am trying to disable pairing as follows :
I can connect to the server from...
Hello,
I am trying to use LTE connectivity on a custom board with a nRF9160 SICA B1, but i am facing issues with the modem.
With both my own app firmware and the sample...
Hi,
This is not a ticket!
I just want to share a simple application that I have built for the nRF52840 . It's a USB keyboard.
The example also shows how to handle buttons...
Hi all ,
I'm using SDK 15.0, working on ble_uart.c
I need to change the DEVICE NAME of the frequently.
Can you please tell me how to change the the device name and store...
Hello everyone and thank you for taking the time to read my message.
I am new to this Devzone and I am looking for an alternative to nRFgo Studio to program the SoftDevice...
hi Guys,
before i shoot myself can someone answer me this simple question .... for most.
In the segger embedded software nrf to sdk do i need to complete stages 1-4...
Hi everyone, I am looking for an external oscillator on the nrf52840 DK that can take its own power and is similar to a push button that can make a voltage change on the GPIO...
Hi!
My BLE peripheral needs to change its "static" passkey under certain circumstance.
However, when I attempt to connect after setting it, I get a PM_CONN_SEC_ERROR_PIN_OR_KEY_MISSING...
Hello everyone,
I'm trying to interface a NiceRF LN610 LoRaWAN chip to nRF52840 via UART. Initially, I tried communicating with the chip using CP2102 USB-to-TTL module and...
Hi,
In order to measure the RF power, I measured the RF power by radiating inside the RF shield box.
But there is something strange.
The position between the device...
Hi ,
I want to develop the firmware to read the nfc tag and read the sensor data send to the application via BLE I have read many post regarding nfc . Let me explain what...
Hi,
I am working on temp. sensor with nrf52832 dev kit for firmware testing and development and also using nrf52810 for product testing.
in my code, I merged twi communication...
hi,
I want to develop a project based on ble beacon mode and ble app hts code.
and I am using nrf52810. so will it work if I merge both codes and use for this project...
I know that nrf_cal_set_time() from the nrf calendar example is NOT meant to be called on a regular basis / should only be called to update the time being kept locally to...
Hi,
We are looking for a guideline to trigger GPIO and SAADC sampling at the same time.
Our purpose is to sample every 20 m
Hi,
We are looking for a guideline...
Hi, We have a DFU OTA process that was functional, but updating our softdevice to s113 7.2.0 has left us with a problem - since the softdevice does not exist in the nrfutil...
Hello.
I am doing a small project where nrf52 reads data from a BME280 temperature sensor via SPI and sends it using ESB.
I have no experience with radio, so I use a ready...