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...
Hi,
I’m using the nRF SDK 1.6.0 and trying to build the “ memfault ” sample for nRF9160 using the
“ nrf9160dk_nrf9160ns ” board. The sample location is:
C:\Users\username...
Hello, after I make the connection to the nrf device with the phone, I found there is only a "Forget This Device" option on its setting page. So is there a method such as...
Hi Nordic,
The bluetooth qualification needs the information of nF5340's value n for Intermodulation test but hard hard to find in any document.
Please help us out, thank...
Hello,
It appears that when the project is generated it is expecting a "../common" directory?
CMake Error at /opt/nordic/ncs/v1.7.0/zephyr/cmake/kconfig.cmake:209 (message...
Dear Sirs,
after "few" hours of testing, I noticed that nRF9160-DK loaded with SLM v.1.6.1 is not working the same after awakened up from sleep (#SLEEP=1) or even from idle...
Hi everybody,
I have developed a project where a central device with multilink, connected to the maximum peripheral as much as is possible (in my case 4 devices more). ...
Hello,
I'm trying to figure out how to get A-GPS data via a GSM modem in places where LTE-M is not availalble.
Does the SUPL library support this, if I populate supl_client_ctx...
Hello all,
I just found out that the nRF Connect extension for VSCode has been release, which is great news. Good job Nordic Team! I have followed the steps described in...
Hi, dear Nordic.
I'm using BC805M Module which uses nRF52805 SoC. What's the max sink/source current for individual pin OR total chip, please? Where could I find relative...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1.
I want to get the time from NTP servers, for that i connected to CATM1 n/w, connected to NTP server using UDP Protocol...
Hello, I am working with custom board nrf52840 and SDK 17. I am doing some changes to the project and I am getting an error that the SDK is using VFP register arguments but...
Hi,
I am getting this error message when using the nRF52 dev board but not when using the nRF51 dongle. I receive few packets and then it disconnects with this error message...
For example, I'd like to add library at_cmd_parser to my project. (It's under /ncs/nrf/lib/at_cmd_parser.)
My project is out-of-tree in its own directory. I tried in CMakeLists...
Does unblocked saadc sample the buffer size and stop or does it start re-sampling after the callback? In other words, if the buffer is 100 entries in length, will it issue...
I was able to write some I2C code to successfully work with the TCS34725 by porting a library from Arduino without fully understanding what was going on. Now I have to port...