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 trying to understand the function app_sched_queue_space_get()
There is a description on the following page: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
Hi,
with regard to this document ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fif_connector.html)
I am trying to release and reconfigure...
Hi there,
I have been testing my ble long range app with coded phy (s8), with extended advertising etc. for a few weeks now. Only adv and scan are used. Works well, only the...
Hi,
I'm using SDK 15.0.0.
I'm trying to run part of TWI example in my project in separate .c file.
But I have next error:
Error[Pe020]: identifier "NRF_DRV_TWI_INSTANCE_0...
Hi,
I know that the BLE protocol allows to write up to 20 bytes size packets, I have also set max length to 20 bytes in my custom characteristics.
But when I am trying...
Hello,
For OTA updates or DFU I want to create a zip file that contains the Bootloader, Softdevice, and Application into one, But when I generate this through nrfutil.exe...
Hi all
I am using S130 SDK12, nRF51822
This is the error I am getting - line_num 0x07C0, p_file_name 0x06D1, error code 0x00D1, fault id 0x0001, pc 0x83CC (a print-screen...
From Mesh Model v1.0.1 section 3.3.5.1 Generic Power OnOff Setup Server
"This model shall support model subscription, as defined in Section 4.2.3 of the Mesh Profile specification...
Hello Nordic!
I need to save dynamic arrays in NRF52840 flash using FDS, but after some days of trial and error I need to beg for help.
What I need to achieve is to have...
I'm trying to enable TWI in the eddystone example based on this article but I get the following compilation error:
nrfx/legacy/nrf_drv_twi.h:120:37: error: 'NRF_DRV_TWI_INSTANCE_0...
Hello,
I'm using nrf52832, sdk17 and Seeger Embedded Studio. I am using ble_app_uart example.
I am connecting with my phone and using RX and TX characteristics. My question...
Hello !!
I want to use Radio transmitter/ receiver example in my custom board which is used for BT remote control battery powered. I have added 10 buttons on my board and...
Hello NRF team,
We have been using NRF52832-QFAA based dev kit from Sparkfun, which has 512KB Flash / 64KB SRAM. I developed the app on Arduino whereas I flashed the bootloader...
Hello!
Here is a story I am sure you have heard before. I am evaluating the NRF9160DK and seeing what is the lowest power consumtpion we can get when sending data to a server...