Updating from NCS2.6 to 2.8, the access to my QPSI Flash chip got broken (mx25r64, connected and configured using QPSI exactly as per the nrf5340DK board)
DTS entry:
...
Hi,i I am testing the sample(ncs\v2.7.0\zephyr\samples\drivers\spi_bitbang) at a 52840DK board, with overlay setup like these:
spibb0: spibb0 {
compatible = "zephyr...
We are using the nRF5340 with the nRF7002 Wi-Fi module on our custom board. Our application periodically sends data to a server. During continuous testing, we encountered...
We can add the matter switch sample device to chip tool, and can be bind or controled by the chip tool, but we can not use the Apple or google APP to bind the key, It looks...
I have a problem with the package with nrf5 sdk, there for pca10100 examples are not there. i am trying to interface quadrature decoder with one encoder and it is not able...
Hello Nordic team,
I am working on MCU nRF5340 and NCS v2.6.0 for BLE secure pairing level 4 with adding LTK (Long Term Key) share support. But, I am unable to find the...
Hi,
I'm trying to retrieve the MCUBoot version inside my application (from the VERSION file).
In the Zephyr documentation ( docs.zephyrproject.org/.../index.html) , I...
Hi Great Support Team:
In the spec of 52832, the rx sensitivity is -96dBm @ 1Mbps.
I'd like to know if the sensitivity is the same (-96dbm) while we adopt ANT+ protocol...
I am using the nrf52840 with freertos and bluetooth (based on the HRM example). Application is designed to sleep for a set period of time before the RTC timer wakes the MCU...
Dear Nordic Team,
Due to a mistake i flashed a bootloader-firmware with the compile flag CONFIG_GPIO_AS_PINRESET onto a custom board where pin P0.21 is tied to ground ....
I just received my nRF9160 DK. I got it connect with the nRF Cloud (with LED 3 and LED 4 blinking). I then started nRF Connect (Programmer) and the application crashed. I...
Hi all,
I want to ask whether I can put the main app on random address in the flash of the chip if there is bootloader and SD present due to future releases of SD and memory...
Hi. My application is scanning ble beacons for 1 sec every minute, and I want to store this data in an array to be sent every 10 min. I am getting the data in BLE_GAP_EVT_ADV_REPORT...
Hi,
I want to implement a Peripheral (GATT Server) that automatically starts notification once a Central connects. No bonding is provided in our system (connection is between...
Hi,
I'm in the early stages of developing a BLE peripheral device that requires the use of the CC310 CryptoCell on an nrf52840-DK board.
I have managed to implement a...
Hi,
I am following the midi service example: https://www.novelbits.io/bluetooth-gatt-services-characteristics/
To add a midi service.
I have added the code and build...
Hi,
I've been though some power profiling investigation of my application and incorporated the solutions discussed and here and the hardware solution discussed here but...
We are using nrf52832 in our design. It involves two nrf52832 with a bunch of sensors and one more nrf52832 which has cloud connectivity. We store the sensor information in...
Hi,
I'm trying to run the usbd_cdc_acm example from SDK 15.3.0 on the nRF52840 Preview DK. While debugging, the code was running fine until I connect the nRF USB, at this...
Hi,
Is it expected to get an EINPROGRESS error when calling nrf_connect() with NRF_O_NONBLOCK set. How do I know if the call was successful or not? Should I expect a positive...