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...
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...