nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
The following description of SPI_DEFAULT_CONFIG_IRQ_PRIORITY in sdk_config.h has the following description: <i> Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for...
Hi!
We are looking for manufacturer/part no for the following components in Reference circuit -4 in nrf52840 product specification document. I could BOM and footprint for...
I have a weird situation with uploads of firmware:
- pushing a firmware via Nordic Connect works fine
- pushing a firmware via the library, interrupting it by killing...
Hi,
I have a functioning custom PCB with a NRF52840 doing everything it's supposed to do in peripheral mode. My goal is to enable both peripheral and central mode, as I...
I am new to Nordic and am using SES as my development environment along with the Nordic SDK v15.0.0. I have followed the instructions for installing the CMSIS configuration...
Hi,
i am using light_switch example in nrf5_SDK_for_Mesh_v2.0.1_src with nRF5_SDK_15.0.0_a53641a . Here i flashed proxy_client and proxy_server onto two different NRF52832...
nRF5_SDK_11.0.0_89a8197 - with MPU.7z this is how my nRF go studio looks with example blinky and works well.
nRF5_SDK_11.0.0_89a8197 - Copy.7z I am trying to wire NRF 51822...
I have found out some data about flash:
Flash memory Endurance 10 000 Write/erase cycles
My question is UICR's life is same ?
If use ERASEUICR will erase all area (eg...
Hi everyone,
Days ago, I met a problem while trying to implement the DFU function with MESH SDK 2.0.1 and nRF5_SDK_15.0.0 following the quick start guide on different systems...
Hi,
I received my nrf52840 Dongle today. It works quite well using nrfConnect.
However, we need to implement our custom USB bootloader since the default USB bootloader...
Hi,
Since I saw nrf52840 is for "mouse, keyboard" in document, may I ask, is there any hardware supporting to read mouse PS/2 protocol?
If there isn't, any idea to read...
I have an in memory log, built using a custom log backend, which I write to using the NRF_LOG_*() macros.
My implementation of app_error_fault_handler() will do some NRF_LOG_ERROR...