Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
I'm using Rigado BMD350 evaluation board. I'm printing to serial port (COM3, speed 112500) using NRF_LOG_INFO.
However, the logging does not appear until debugging is...
In a recent project, me and my team have been trying to send data from 3 PTX devices to a single PRX device (the devices are all nRF24L01+) at a constant rate of 1600Hz from...
hi all!
Like two of my predecessors, I am trying to put a CR95HF into operation. I chose the nRF52832 DK as MCU (SDK 15).
[thread= https://devzone.nordicsemi.com/f/nordic...
I changed only source clock part to internal clock and it doesn't do advertising. When I debug it, it starts to run. When I finish the debug session advertising stops again...
Hi,
I've built a custom board with nRF52832, without other MCU like PCA10040. I use a FT232RL to bridge the USB to nrf UART, flashed nrf5 uart connection firmware ble_connectivity_s132_uart_pca10040...
Hi, I using nrf52810 with custom BLE profile and 4 sec advertising + continuous RTC. Device is battery powered (750 mAh) and PMDC motor equipped. Most of time (90% of day...
Hi,
I am designing my custom board with the nrf52832, which would perform the BLE and I2C functions. I wonder what necessary and basic peripherals it needs, like crystal...
Hi,
I would like to synchronize 2 Sensors with one dongle. So the problem is that we have two sensors and we want to start the measurement at the more or less (1 ms) exact...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...
Hi,
I want to use nRF52832(PCA10040 board) to communicate with nRF24L01+. I program the example application( \examples\proprietary_rf\esb_ptx)(SDK v15.0.0) on the board...
Hello. I'm developing an application with a custom bootloader and I'm using "settings" data structure placed in FLASH. Because we can erase only full pages, the first page...
Hi.
I want to implement multirole on the nRF52832. I want to advertise beacon data while scanning. So, I modified ble_app_uart_c in the ble_central example. Below is a description...
Hi,
I try to program hex file with openOCD. The flash part is written without any problem. OpenOcd only fail to write the UICR registers beyond 0x10001200.
However it...
Hello,
Which one of the following statements regarding " sd_ble_gap_connect " function call is true:
(1) Can sd_ble_gap_connect function put the central device into initiating...