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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
i want to connect my nfr51822 device to only one phone( that means which phone was connected first). For this purpose i enable whitelists but i create whitelists nothing has...
In timer example in sdk 11, I replace the Timer 0 by timer 1 and timer 2 but the LED did not blink. Can you guys please guide me through this? In nrf_drv_config.h I have already...
I have Keil uVision-5 and loaded the legacy patch. However Nordic NRF51 does not appear anywhere as an option. The Project loads fine and compiles. However, I cannot use the...
nRF52862, SDK 14.2, SD 5.1.0,, Arm GCC (Eclipse)
I have a custom service that is working well when 1 device (phone) is connected. All notifications are sent properly to...
Hello everyone,
I am trying to add new service into ble_app_uart example. I compile successfully. I do not get an error. But the device is not advertising. I can only advertise...
In my plan, I have used NRF52832 IC as the transmitter and the NRF24LU1P+ as the receiver. I have tested the wireless transmission successfully. In order to reduce consts...
Hello,
I get the sources from Thingy Mesh Demo and use the guide to build it examples. Thingy_node build without errors, but Thingy_bridge return the error "too few arguments...
Hi
I am using nrf52832 doing a project and I 'm new to this MCU.
My project concerns sending data from APP via BLE to nrf52832 to config parameters of SPI (data and clock...
Hi,
I am trying to modify the multilink central example to send string to other board (peripheral)
I already did the UART configuration and in my tests I saw that when...
Hi, I tried the above tools(nrfjprog) on the Raspberry Pi 3.
But, I saw the error shown below.
pi@raspberrypi:~$ ls | grep nRF5x
nRF5x-Command-Line-Tools_8_5_0_Linux...
We are trying to modify the nRF Beacon example app for iOS that Nordic provides. We are unable to get app to see the devices from the iBeacon kit when they can be seen from...
The manuals for the nRF51 and nRF52 list the maximum ESB radio channel number
as 100, but in the SDK the guard value in the set channel function is <= 125
(in both the...
I am about to start development on a project that will be using a pair of nRF52832's to make a low data rate connection between a PC (with a nRF52832 based dongle) and a device...
In the event that a Nordic soft device library call fails (as determined by APP_ERROR_CHECK() macro) and our application level app_error_fault_handler () function is called...