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 SDK 15.0.0 and GNU Tools for ARM Embedded Processors to compile the Application Program.
I faced a problem to understand compiler abbreviation, so i...
Hello. I have a problem with usbd_msc . When I plug the device by usb and Windows sees the device how mass storage. After I copy files to the device - it copies and all is...
Hi,
I am using a NRF52832 with S212 in a custom board with a host processor. The host processor configures the NRF52 through UART.
The custom board is configured as...
Hi everyone, quick question.
I'm using the nrf_drv_timer library (from SDK 15.0.0_a53641a) to count the RTT between connection events packet Tx/Rx, however, I get this undeclared...
Hi
The 840 datasheet (page 90) states that the HFINT tolerance is +/-1.5% typical and +/-8% max.
Under normal operation, the HFINT is running and so if the device (like...
I was beyond excited to see all the support Nordic was providing to the mbedOS project.
All of a sudden it disappeared.
If not supporting mbed the alternatives would...
Hello,
We have an nrf51822 system where disconnecting the battery is problematic, and the sharing of the reset line between SWD and reset function has been a real source...
Hi. I'm beginner of nRF.
I want to get some data from a temperature sensor, but I don't know how to assign a pin. Also, how can I check the data ??
In Arduino, there...
Hello,
I'm attempting to include the "arm_math.h" library so that I can use the requisite DSP functions, etc. I'm getting a linker error so I'm not sure what else needs...
HI,
I am using nRF52832 and SDK 14.2 and trying to send MPU accelerometer values to android device through BLE . But when I call " mpu_init() " in main function to initiate...
Dear Sir,
I am new to Nordic. This is my first query. It is related to running Timer with softdevice. I am using TIMER1 ( as const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE...
Hi, Support team,
When I use the SPI peripheral communicate with nrf24l01+,it's no data return in m_rx_buf by using the API nrf_drv_spi_transfer(&spi,m_tx_buf,1, m_rx_buf...
Hi,
I use the FDS on our project firmware. The firmware saves some configurations to FDS at shutdown and the factory reset. At this time, sometime fds_gc() does not call...