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,
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...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hello,
I am using nRF52840 S140 v7.0.1 and using ble_app_blinky. I have a query on Secure Serial DFU if there is a change in Flash and Ram address.
In original example...
Hello,
I am using nRF52840-pdk with Keil5 and nRF-go studio for development purpose.
I am facing an issue that after new firmware version upload from nRF-go studio to...
Hi everyone,
Currently, I was developing an application on top of Zephyr. I notice that NRF52 SDK provides library for MQTT-SN protocol. However, my application needs to...
Can the TCLK timeout be changed? I have a ZigBee device that joins and performs a key exchange but then is forced to leave the network 12 seconds later due to a TCLK timeout...
I am working on a project that I need to scan bluetooth devices. I am using nrf52832 as a central, sdk 15.2 and s132 v6.1.1. when I activate the advertiser tab on nrf connect...
Hi,
I haven't ran the FOTA download library in a while and I was just testing it. I don't seem to be getting any of the FOTA_DOWNLOAD_EVT events. I am running nRF SDK v1...
I am using nrf52832 as my cnetral and also nrf52832 as my peripheral . i am connected central with peeripheral using ble multilink example code. but it shows only 16bit uuid...
I am using nRF 9160 mqtt_simple example to connect to a custom mqtt broker address as shown below
The following is the mqtt.fx application
I changed all the necessary...
Radio callback not occure after advertising stops.
I changed ble_app_beacon example to support timeslot as follows.
I put "NRF_LOG_INFO("radio_callback:%d", signal_type...
Hi, We are using nrf51822 in our device and Device firmware update is implemented in it and we are being able to do the device firmware upgrade by using nrfConnect app. Now...
1. Some Bluetooth originals will provide software and hardware tools for Bluetooth keyboard production testing. 2. Does Nordic provide production tools for similar use? 3...
What is the best way to send about 1600 bytes of sensor data using ble5.0? I would like to receive about 5 times per second. Also, is it possible to configure 1:n like this...
Hi I'm a bit new to programing with nordic.
I'm trying to use the nrf_gfx_background_set function to display an image on an epaper panel. I've already written code that...