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...
I use Zephyr RTOS and segger Embedded studio to develep nrf5340 project. in a c file , i configurate spim2_ns below:
#define SPIM2_CS NRF_GPIO_PIN_MAP(0,15) #define SPIM2...
Have there been any attempts to port Alexa AIAClientSDK to nRF9160?
AIAClientSDK lists "AWS IoT Device SDK for Embedded C" as one of the dependencies.
AWS IoT Device...
Hi i m evaluating the nrf5340 and i get this message when i try to download the code to NET cpu and it's a bit impossible to attach the debugger
CTRL-AP indicates that the...
Hi,
My nRF52840 DK has suddenly stopped working. I have tried different USB cables but it's not turning ON when I connect the cable to the J 2 USB connector.
Observation...
Hello
In our application we're using the download client. Here are the cipher suites the modem supports in hardware: https://www.nordicsemi.com/Products/Low-power-cellular...
nRF52840, SD140, SDK 17.0.2
We're using UARTE to communicate with a peer MCU. We're using hardware flow control (CTS and RTS are enabled) and the baudrate is 115200. The...
Hello,
I'm using two nRF5340 MCUs with BLE5.2 audio in an application. I had a couple questions I hoped the Devzone could help answer.
1. On one of the MCUs, I was originally...
sorry for the perhaps stupid question - but despite several hours of intensive searching, I am not getting any further with the start -up of my new and beautiful Thingy91...
I do not understand how to compose these settings.
Using ncs v1.5.0 GPS sample with SUPL enabled.
This works OK on nrf9160-DK using the supplied settings
#define AT_MAGPIO...
Similar to https://devzone.nordicsemi.com/f/nordic-q-a/61935/bootloader-flashing-error---nordic-nrf52840-usb-dongle I get the following error:
DFU failed: Error message...
Hi,
I’m trying to measure the current on NRF52840, SDK 17.0.2.
I have modified the HeartRate Measurement example’s advertising parameters as PLper my requirement.
...
Hi,
I am trying Zephyr for 52840 dongle. I am able to west build, but could not west flash.
While I do west flash, I get
-- west flash: rebuilding ninja: no work...
I bet you get sick of this, but I've looked at the other solutions and followed any advice, but no joy.
I am trying to use a Makerdiary nRF82540-MDK usb dongle to evaluate...
Dears,
When Reset pin(0.18) is used for QSPI (GPIO macro is not defined as RESET), after initialization ,Jlink is disconnect.
Would you please suggest it? Thanks.
I am using a nRF52840 dongle and want to filter ADC raw data. I have downloaded the CMSIS 5 DSP package.
And tried to include a copy of an example (arm_fft_bin_example_f32...