I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
hi team,
i am working external adc with the help spi communication, now adc working fine with the SDK version 2.6.1 , if will make or change any other SDK version like Ex...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with two specific exercises: l2_e3 and l4_e1 . Other...
Hi,
I am starting to look at using 2Mbps Phy (and eventually coded PHY). I'd like to add the functionality where my device will automatically switch PHYs based on some metric...
/**@brief Function for finding out whether a peer ID is in use.
*
* @param[in] peer_id The peer ID to inquire about.
*
* @retval true peer_id is in use.
* @retval...
Hello tech support!
I am using the built-in SPI to transfer the data. Also, I adopted the "timer" example in the SDK for handling the SPI transfer.
However, it seems that...
hi
I want to design Nodes for asset tracking. These Nodes will be spread out in a building. A moving object will have a BLE -Advertosor. The Nodes will detect Moving object...
Hello, I'm using the nRF51822_QFAA chip on a pca20006 board. I downloaded sample code from the offical site. Installed sample code nRF51822_beacon_firmware_1.1.1.msi. I use...
SDK: 14.2
64-bit Segger Studio 3.34b
PCA10040 Rev. 1.2.4.
64bit Windows 10
SD: S332
I'm trying to add the bpwr Tx profile to the ble_ant_app_hrm_pca10040_S332...
Hello fellows,
I did my master's thesis with the nrf51 and now some years later I need some help setting up a Laird BL652 to work with my beloved NRF+Keil tools.
Here...
I have a Nordic 52832 chip in an integrated module form from Fanstel. I have the NRF 52 DK, the Fanstel evaluation board, and a custom prototype board I built.
I can program...
Hi all,
I have ported my RTOS to nRF52832. It can run app and BLE properly. But when I measure the power consumption, the current is too high when BLE is enabled. Please...
Are the development boards for the 52832 certified for BT5? The 52832 chip is advertised as BT5 but the nRF52DK documentation says it is only BT4.2 compatible.
Thanks!
Hi all,
I'm interested in adding Infineon OPTIGA Trust X to nRF52840, but I can't found enough information.
Is Infineon OPTIGA Trust X hardware-compatible with nRF52840...
Hi,
I have connected STM32 with nrf52832 using STM:TX -> NRF:RX and STM:RX -> NRF:TX.
The communication works fine when i initialize UART on both devices.
The issue...
I am trying to implement a periodic calibration routine that is transparent to upper layers of my application.
I have the SAADC set up to continuously sample one channel...