I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
I'm developing a beacon application using the Fanstel BT832AF, which uses the nRF52810 internally. This unit is mounted to a custom board, but before raising a private ticket...
As instructed to post here by We're using Zephyr on at least 4 of our products and have thousands of boards with NRF chips in the pipeline; we're trying to get the consumption...
I'm trying to install nrfutil, but for some reason the installation is unsuccessful.
After installing python and the executing pip install nrfutil, restarting both the shell...
Hello,
when my application runs, from time to time I see the following:
[00:00:29.000,000] <debug> nrf_sdh_ble: BLE event: 0x26. [00:00:29.000,000] <error> app: ERROR...
Hi Nordic team
Customer SecuX failed to use JLINK V9 to update modem firmware to Thingy91 and customer nRF91 board both.
But, JLINK V9 can program merged.hex file(application...
I want to bring up a secure bootloader with support for ECDSA and SHA-256.
I am having a hard time coming up with a combination of SDK components (frontend, backend), external...
Hi All
I'd like to implement "Fast advertising" with SDK14.10
Q1: I add some code in advertising_data_set() to do fast advertising, is that correct ?
Q2: If want...
Good afternoon. I have the Zephyr gsm_modem sample up and running for my GSM modem and a PPP connection is established to the cellular network. The example does nothing further...
After I write bonding data to flash memory (SoftDevice has been disabled before the write) I get an APP_ERROR:ERROR:FATAL. But I do not know what is causing it. I do an NRF_LOG_DEBUG...
Hi,
We added new commands for code from openthread and generated .hex file by "make -f examples/Makefile-nrf52811 NCP_SPI=1 FULL_LOGS=1 && arm-none-eabi-objcopy -O ihex...
We are planning to develop BLE and Bluetooth Mesh products using nRF52840. I have a couple of questions in use of Zephyr. 1) What is advantage of building BLE or Mesh on Zephyr...
Hi,
I tried to build the ble_app_uart example for nRF52820/s140. In my project I need to use C++ modules.
My usual approach that worked so far:
Take an example project...
Dear Nordic Semiconductor-Team and everyone else, thank you for helping the thousands of people in this forum an answering their questions thoroughly. I have a question/problem...
Hi,
I have to program the application on an nrf52840 chip that is connected to another MCU via the SPI interface. Since I have to send the image from the MCU to program...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...