Hi there,
I am trying to interface SPH0465 microphone with nRF Dev Kit 52832 with the following configurations of I2S:
I have followed the code from echo example...
I work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error...
Hi,
I have an application called `main_repo` built using v2.1.1 (the SDK version doesn't really matter). This contains all source code, dts files, Kconfig files, etc. to...
Hello, I have a pair of nRF9142EK devices that I've been using to test DECT NR+. Now, I'd like to test out one of the boards with the cellular modem firmware for nRF9131EK...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I have two nrf9160, one with modem firmware 0.7.29-alpha and the other with modem firmware 1.0.0. With the latest firmware the search for LTE-M network fails while with the...
Hello,
We use NRF52 and the SPI protocol to read the ADS7866. But we are facing a problem when reading at high speed, we want to make one read transaction of 2 Bytes every...
Hi everyone,
in our project we transmit from an android app to Nordic BLE big amount of data (up to 180.000 bytes). I do it by using hvx notifications (MTU 247) and each...
I am trying to get nRF52832 working with Segger Embedded Studio. All the examples happily compile and load and run on the board.
But, I want to write my own basic hello...
Hello, I'm using SDK 15.3.0 throughput test and I want to change TX power to +8dBm. In documents it says change the power from sd_ble_gap_tx_power_set but I couldn't find...
Hi everyone,
I'm using the nrf52832 Dev Kit PCA10040
SDK version: 15.3.0
OS: Fedora
I try to use DFU following this tutorial but I can't see my application on...
Using SDK v11.0 and SD v2.0.0 on nRF52832 with ARM GCC.
I want to copy page(s) content to another page(s), I tried the following but couldn't succeed.
When I used the...
Hi,
I am using nRF9160 DK with Zephyr RTOS and able to successfully build asset_tracker in SES with the help of getting started tutorial. But I have getting problem to send...
Hello there,
I have used the nRF52840 DK to find the rssi values of all peripheral devices using the interactive example. I would like to create a command to find the rssi...
Hi,
I am developing sensor products with zigbee (nrf52840).
I have successfully test that sensor data is received by coordinator.
Network is as follows.
ZC(1)...
Hi,
I have a project where my nrf9160 is able to enable and get a fix with GPS and turn in on and off. I am trying to enable LTE when the GPS is off. Here is my procedure...