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...
Hello, I want to make periodically wake up nRF52840, performing some work (connecting to MQTT broker, sending some data) and after that going to low power mode. Then the nRF52840...
Hello,
We want to use a nrf52840 as a logic controller which reads data from Modbus RTU Sensors (as Modbus RTU Master) and simultaneously is the Modbus RTU Server for an...
Hello Team,
We are trying to make Release and Debug mode for our software.When I compile a sample program I see lot of Debug information in the Mapfile. Will this influnce...
Hi Support team:
I'm using Zephyr cellular modem driver on the nRF5340 and set APN in prj.conf with 'CONFIG_MODEM_CELLULAR_APN="telenor.iot"' now. I need to set APN value...
Hello,
When building my project although the terminal doesn't show me using all the RAM, I get the following error message which fails the build.
I am using a...
Hello,
I was working on a ble communication using two nrf52dk boards while one of the two stop responding. The board is correctly recognised by the computer and segger asks...
When I am on to collect the accelerometer data from Thingy-53, only 3 sampling frequency options are provided which are 20 Hz, 62.5 Hz and 100 Hz as shown in figure. Please...
I am new to nRF chips and currently working with the nRF52810. I am developing with nRF Connect SDK and VSCode.
I have encountered an issue with the Blinky example (ncs...
Hello,
when creating a multi-image build is it possible to select the optimization level for each image individually?
Below is an example of the issue I am facing currently...
Running the Ciphersuites sample code on the nRF9161 I get Connection Refused on all attempted ciphersuites. Including after adding the CONFIG_EXTENDED_CIPHERSUITE_LIST=y to...
Hello,
Dev board: nRF52840 development board.
OS: Zephyr (NCS v2.6.0).
My requirement and What I am using...
- I want to perform DFU for application core & bootloader...
Hello Nordic Team, I am using nRF5340-DK and I have a PPK-2 for current measurements. My development environment is NRF Connect SDK v2.5.2. I used https://infocenter.nordicsemi...
Hello,
I am using the "direction finding connectionless beacon sample" to test various settings of the beacon. About setting parameters, I have the following two questions...
Hi. I'm working on a BLE system with Central and Peripheral with nRF5340 with 70msec of CONN_INTERVAL and about 1sec of SUP_TIMEOUT. The Central unit also has a UART that...