Hi,
I am currently working on creating a Custom Profile, and have used Peripheral Sample code. I tweaked the code and was able to send 512 bytes of data on 8 different characteristics...
PINs 46 and 47 of NRF52832 are Regulator Output according to the specifications. The output reference voltage is 1.3V. Is there any tolerance limit? We currently changed the...
While using the nrfConnect tool inserted into the Visual Studio code, I believe I just need to select the board target of nrf21540dk/nrf52840 and the normal prj.conf and the...
Hi,
I am not familiar with the 9160DK board. I followed the same steps as the nRF Desktop Connect application guide but it always shows verification failed. I am using my...
I have customed my own nrf54L15 board and it would run on button battery. I managed to measure the battery level through ADC, but I don't know how to use ADC with nrf54L15...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hi, Everyone
I use sdk15.2 & nrf52832
I am doing a test to read the slave address in TWI
There is one slave device on the board and the slave address is 0x68
I used three...
I am working with SPIS example ( sdk version 15.3). SPI master send data regulaly. For example, it sent 5ms cs low, but there are only two bytes transferred, the first byte...
Hi,
I'm working on a project that is using the the freeRTOS and I want to use the NFC pins P0.9 P0.10 to drive SOFTWARE SERIAL UART with a timer like TIMER1, when I try...
iPhone 8 Plus with nRF connect App[iOS], does not shows BLE 5 beacon in scanning, it only scanning BLE 4 beacons, In Spec of phone it shows it support BLE 5
nRF connect...
Hello,
I follow the nRF Connect SDK on a Windows 10 x64 computer and it's a crap. I get a lot of errors like this one. It's so crappy that I doubt that I will continue with...
Hello,
I am not able to send a command from the BLE (52810) to a DSP over UART which are on my custom board. I have modified a program that uses UART for logging purpose...
The s132_nrf52_7.0.1 documentation says: Call stack: The SoftDevice uses a call stack combined with the application. The worst-case stack usage for the SoftDevic e is 1.5...
Hi,
I'm trying to implement the Current Time Service example in the SDK.
I downloaded the nRF Connect Desktop App for Windows.
I want to clarify how the example works...
I am doing a program based on Current Time Application example. But I have a few questions, so I hope you can help me. First, I am using Battery service together. By the way...
Hi,
In our current project we use nordic NRF52832 ble to send some data(~200 Byte / packet) to host, we expect each transmission to be done within 10ms, but results from...
Hello. nRF52 A custom board is being developed. I want to use Crypto Chip Pulse to encrypt. Pulse_Out of Crypto Chip is connected to P028/AIN4. In order to measure Pulse,...
I'm using \nRF5_SDK_15.3.0_xxxxx\examples\peripheral\usbd_ble_uart example to use two communication links. Missing echo on the USB virtual COM is a small frustration. I've...
Hi NordicSemi
I have a project where we receive data via the UARTE. To avoid missing data caused by higher prioritized tasks we want to use the DMA facilities.
nrf52832...
Hi,
i want to flash programs with the Segger Embedded Studio to my Thingy 91. I already am able to flash hex files with the nRF Programmer to the thingy 91. I installed...