I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hello,
I am working on the GNSS application provided in the sdk-nrf at [path: samples/cellular/gnss] and I'm using thing91: nrf9160 board. I have modified the GPS acquisition...
I/ trying to read the ID of a Fijitsu FRAM type MB85RS4MT using the Nordic device nRF5340. I can properly initialize the SPI and transmit the RDID =0x9F command. The FRAM...
I am bringing up a brand new laptop for devlopment.
I downloaded and installesd nRF Connect, SDK 2.6.0, SDK 2.7.0 and SDK 2.8.0. The SDK 2.9.0 installation failed.
I...
Hi all, I want to program a nRF5340 microcontroller to become a peripheral BLE device. I use the Zephyr with nRF Connect SDK 2.7.0 and VSCode as IDE. I have a custom electronic...
I am experiencing weird radio core boot behavior after switching to SDK v2.9.0-nRF54H20-rc1.
First I followed the bring up guide for SDK v2.8.0, flashed latest BICR for...
Hello,
I have dts files defined with flash partitions which build & work fine on nCS v2.6.0 But the moment i add same definitions to dts of nCS v2.9.0 it gives me redefinition...
Hello,
When running the sample on nrf52840DK:
How to change the sample so that the 1sec on 1sec off blink pattern works?
I guess it has to do with the prescaler...
Hi,
I'm working on implementing a modem upload feature (using probe-rs) to be integrated into our production programming line.
Following the procedure described here ...
What would be the certification cost for developing small volume Zigbee or Matter+Thread applications using nRF modules and nRF Connect SDK? Is this eligible to certify via...
Hello,
I am trying to use the SAADC peripheral on my nrf5340dk without using the zephyr API; I am writing my program bare-metal. My goal is to set up the ADC in continuous...
I am evaluating external flash on nRF5340DK. When I'm doing appcore DFU from external flash so that mcuboot_secondary and settings_storage are located on external flash, everything...
Using an nrf5340 with nrf7002 wifi, connected via SPI4. Using a shared (chip) antenna, and the COEX signals (pretty much exactly as per the dev board schema).
DTS snippets...
Using Zephyr in NCS 2.8 on nrf5340/nrf7002 wifi combo, and trying to get https to work. I'm using the option where the TLS setup is done in the socket layer (enabled in prj...
Hello,
I'm trying to reduce the range of transmission of the nRF5340 SoC for an Auracast Broadcast. I would like it to be detectable only from a distance of 1 or 2 meters...
Hello,
I am trying to find a solution how to use wifi and ble on thingy91x and manage the coexistence between them, I have found a sample Wi-Fi: Bluetooth LE coexistence...