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...
Is it possible to connect four peripherals to one central and send 300 bytes of data to the central from each peripheral every 100 msec? If so, which sample program should...
Hi!
We would like to have a peripheral product with an nRF52832 use a public GAP address. Is it okay to just replace bytes 6..4 of the predefined random static address with...
Hi, I am looking for a recent example for twi sensor driven by interrupt(NRF52840), and specifically looking for an example that works with soft device(15.2) and allows for...
Hi folks,
I want to some changes uart project. So i added nrf_drv_timer.c but i din't header file and i encountered 3 errors when i compile my project. Here is some screen...
Hi,
I been looking around at the different questions about SD card interfacing, but can't find the solution I am looking for.
I would like to use the nRF52840 to interface...
dear i am developing dfu function and face a problem as follow:
rfjprog.exe --program whole.hex --verify -f NRF52 Parsing hex file. ERROR: The file specified is not a valid...
Hi,
I'm trying to implement timeslot api in my app and have 2 questions:
Referring to this article describing timeslot api, in step 8 the text says to add the timeslot...
Using SDK15.2 on nRF52832 in file nrfx_saadc.c function nrfx_saadc_abort.
I keep getting an error in the nrfx_saadc_abort function when I try to abort. Looking at the logic...
Hi,
I am developing custom board with reference to nRF52840. For that I am using nRF52840 DK for programming, but meanwhile board is not getting power from USB cable. Battery...
Development environment: windows 7
HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor 28-pin Land Grid Array /...
I am using NRF 52840 dongle, SoftDevice 3.1 and connectivity firmware 1.2.3. I have a node js application, I am using pc-ble-driver-js 2.4.3. I am testing the application...
What's the schedule for updating either the pip repository or https://github.com/NordicSemiconductor/pc-nrfutil/releases with an nrfutil.exe that knows about s132_nrf52_6...
I'm trying to update the modem firmware on my new nRF9160 DK using nrf9160_mdm_dfu --update , but I get the following error: pynrfjprog.API.APIError: An error was reported...
Hi all. I am trying to work out if the following is possible;
At the moment I have setup a freq counter (analog signal) on the nRF52832. It uses the comp to detect up crossing...
Hello everyone, I'm using the nrf9160-DK and I'm trying to read data from an external sensor over UART and I'm a bit lost. I would appreciate if someone could point me in...