Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
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...
static void pdm_event_handler(nrf_drv_pdm_evt_t const * const evt) { /* Process the events. */ }
/* ... */
/* Process the events. */
Can you make a little more detail...
Hello,
I have NRF5230 DK board and I have powered the board with external battery. Solder bridge SB12 is shorted and I have cut the jumper SB29 and disabled power for Interface...
I am trying to connect nrf52832 ble module to esp32/esp8266 application mcu connected with SPI interface.
I use ble_central/ble_app_hrs_c application, but found that the...
Hi Sir,
we use 52832 ESB , one PTX and two PRX. (PRX_A and PRX_B)
A and B have same base_addr_0 and base_addr_1 .
diffrent addr_prefix
PTX send package to A and wait...