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...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi,
is it possible to read/write the MX25R6435F external SPI NOR flash using Indirect Mode ( https://wiki.segger.com/Programming_External_SPI_Flashes) with Segger JLink...
Dear,
I am doing some range tests with the nRF52840 and saw that the RSSI value of the PCA10059 (USB dongle) can be more than 10dB lower than the one of the PCA10056 ...
Hello everyone, I am trying to implement a blocking wait using the app_timer.
To do this, I am starting a one-shot timer whose callback function sets an initially false...
Maximum current consumption for each of the pins in the respective modules of PWM, TWI-I2C, TWIM-I2C, TWIS-I2C, SAADC, UART, SPIM, TIMER, RADIO-2.4GHz under the operating...
Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas? ...
Hi all,
I am trying to connect to device with specific UUID. I am not sure what have I managed to do, below are some logs from NRF Log.
Did I connect properly?
I am...
Hello,
I am trying to run the mbdedtls example of random number generator shown here https://tls.mbed.org/kb/how-to/add-a-random-generator
I added MBEDTLS_CONFIG_FILE...
when i change the baud rate to 115200 my uart (Rx and TX) are giving me garbage out put.
so what do i need to change in my code(ble_app_uart example) when i have plan...
Dear Support / forum,
After reading the user and API guides, browsing other posts, and playing around with the ack-payload example, I think I now have a pretty good understanding...
Hi,
I am having a issue with building an application in IDE for nRF9160
Application : Asset tracker
I have been able to build this "problemfree" before, but this morning...
Hi~
I am developing door sensor system using nRF52840.
Currently for power consumption, sensor (nRF52840) is system off(NRF_POWER->SYSTEMOFF=1).
nRF52840 can wake up...
Hi, I have 8 peripheral devices each one has at least one sensor attached to it( peripheral will be nRF52xx), the sensor has a sampling period of 8ms. I will be using android...
Hi,
In BLE mesh v3.1.0 I see a file debug_pins.h. For what these debug pins are used and can I disable it for my custom board?
And one more thing related to PA and LNA...
Hi,
We are currently developing a Sensors/USB/BLE/LTE-M1 product for a customer. The board is equipped with one nRF9160,for cloud communication, and one nRF52840, with a...
Hello, I am using nrf5832 with SDK 15.3.0. I want to filter peripheral device based on mac address. I modified example code "\examples\ble_central\ble_app_blinky_c\pca10040...