Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
When the program runs, it will enter the hardware fault,because part of the code is lost in the program storage area of flash.
As shown in the figure, the left part is...
I want to implement lwm2m, and I use nRF Connect SDK v1.4.99-dev to compile the thread firmware.
I am using 52840DK, here is a screenshot of my project creation
No code...
Hello,
I had encountered framing errors when running automated tests that utilize UART CLI in my main code base. Currently what the test does is it sends a CLI command...
Hello,
I am using a nrf5340pdk board and I want to connect a sensor using I2C.
Which pin numbers of the board can be used for the SDA and SCL connection?
Do I need to...
I'm transitioning from nRF5 SDK to NCS and using Segger Embedded Studio (SES).
When using nRF5, SES gives options for the Compiler, including saving the Preprocessor output...
Hi,
I'm getting an error while trying to update the modem firmware (mfwnrf9160121.zip) on my thingy91.
I'm using nrfConnect Desktop on Windows 10, I activate DFU mode...
Hi. I am currently using the nRF52840 DK board and using the SDK 17.02.
There is our software engineers who are working on the heart rate service app to modify to suit our...
Hi,
I just got Thingy:91, and I was trying to see the response for a simple hello_world (found in zephyr\samples) application from Thingy:91.
Thingy:91 got programmed...
Hi,
Are LTE-M efficiency/TRP/TIS results of the nRF9160 DK on-board antenna available? In case there are several DK revisions available, does the version affect antenna...
Hi,
I am trying to understand how to enable SPI in blinky application provided by Nordic. My intention is to transfer data between the two Nordic development kit running...
I have advertising in s130 set to BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED. The idea is to advertise until a connection event is received. In reality the user will pull the finger...
Hi ,
1. I learned from Nordic FAE that on the nrf9160 module, 10 minutes after the edrx mode, the nrf9160 module automatically powers off the sim card to save power,
2...
Hello Team,
I want to use scheduler to schedule two tasks i.e task_1 and task_2. The task_1 and task_2 are as follow:
void task_1() { printf("Task 1 ran"); }
void task_2...
Sorry this might be a stupid question.
We are evaluating some modem to develop a IoT device, NRF9160 comes up to our list as its tiny size.
In the design of IoT device...