Hello,
I'm creating a simple test project based on the l4_e2 example, but I'm having trouble debugging it. The program encounters a fatal error before the main() function...
I used a mesh example (the example name is "mesh") for testing, and enabled low-power nodes using CONFIG_BT_MESH_LOW_POWER =y, and disabled the automatic start of low-power...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
Hello everyone,
We're currently working on a project where we're looking to add LTE-M functionality to our existing hardware — or rather, to a slightly upgraded version...
Hi,
I'm currently building a product that uses PSA crypto API to generate, and save some keys in secure storage. I also need to have a WiFi functionality (nRF7002), but...
Hi Nordic Team,
I’m currently working on a project using the nRF54L series, and we are using a 32 MHz external crystal oscillator based on the reference design. On our PCB...
Hi, I'm working with the nRF9151DK and Zephyr RTOS (v3.7.99 / NCS 2.9.1) . I’ve configured UART1 to send and receive data via GPIO pins:
TX: pin 8 (P0.08)
RX:...
Hi,
My requirements are:
My essential need is a one-to-one connection between central and peripheral .
But when my central receives the specified command to start scanning...
Hello there, this is my first post here.
I'm facing a wall in my project development.
Here is the issue, so during start up of the NRF52832 I see a high current draw for...
Hello, I need your help about BLE channels. Currently, I use only the primary channel 38 for advertising data but, when the data are sent, I don't have the information of...
Hello,
I am currently working on connecting a Thingy:91x to a Cube Orange autopilot (Pixhawk 2.1) in order to receive telemetry data over UART using the MAVLink protocol...
We are using nRF Connect SDK 2.9.1, Zephyr. The hardware used is a nrf52840dk, rev2.
We have a proprietary protocol that is running concurrently with BLE and uses MPSL API...
We need a parter to develop the Thread terminal base on Nordice nRF52840, the project will be design in China and produce in Germany. Is there any reliable company could provide...
I noticed that through apply_old_config.h configuration values like NRFX_CLOCK_ENABLED in sdk_config.h simply get overriden by the old CLOCK_ENABLED, so that there is no point...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
The scanner can be informed of the synchronization information as soon as it receives an ADV_EXT_IND PDU, and then it can later scan only AUX_SYNC_IND PDUs. at this point...
I am using NRF52832 Custom Board and Have to implement deep sleep for 1 minute and have to limit the current consumption to a very minimal value during the sleep cycle I have...
I am trying to get the J-Link RTT viewer working with the Sysbuild Peripheral LBS Sample from the BLE FOTA DevAcademy lesson . I need the SEGGER J-Link RTT viewer working...
Hi everyone,
I have an interesting issue to discuss. I'm developing a BLE peripheral based on Telit BlueMod +S50 (nRF52832) & NCS v2.7.0. I send data on regular, long intervals...
Hello,
I am developing a mesh solution when the nrf52840 USB dongle will act as an observer.
I am using the mesh sensor observer sample. I am able to build and flash...
I get the error "ImportError: Module use of python312.dll conflicts with this version of Python." when I try to flash my device using any Python version below 3.12.x. I get...
There is an issue i am dealing with while working with ble stack of nrf52810 with nrf connect 2.7.0.
1) memory status of my application without ble:
2) memory status...