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...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
Hello,
I am using secure_dfu_secure_dfu_ble_s132_pca10040 project. Now I want that the user who has specific key can only access the nrf my device and then can send the zip...
Hello!
Does anyone know what's the maximum frequency for SPI (SCLK) for nRF52832 or SDK 12.1? I see following code in nrf_drv_spi.h:
typedef enum
{
NRF_DRV_SPI_FREQ_125K...
Can someone tell me how the DETECT signal works in the nRF52840?
This version of the nrf52 has 2 GPIO ports.
Does that mean there are 2 DETECT signals? or is there still...
Hello, I'm using the nrf UART 2.0 app with nrf51822 and I'm wondering how a line of characters is sent using this app. For example if I write 'abcdefg' does the BLE receive...
Hello everybody, I'm new to the Nordic system and the nRF52. I'm trying to become familiar with the board and I want to be able to read different 4 input pins, each one attached...
I am using Segger embedded studio 3.1 with SD132 2.0.0 and a nRF52832QFAAB0.
I have verified that I am compiling against the correct header files. This service number for...
Hi, even if I set hal_nrf_enable_ack_payload(false) on the sender (and receiver), the receiver still sends back an ACK which i can detect in the NRF_ISR(). is this normal...
Hello,
I have a pca10028 and I am wondering if I can use it also to flash nrf52 boards.
I quickly tried with rknrfgo on mac to wipe a custom board based on nRF52832 and...
Hello.
I decided to use an external solution for RTC.
Sometimes the RTC chip offers an buffered 32.768KHz output.
Can I use this output to supply the 32.768KHz to the nRF52832...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Hai
i am using mbed to program my nrf5188. now i am using securityManager to implement a bonding between central and peripheral. now i need to know when a device is connected...