Hi
I have one nordic nRF54L15 DK using as peripheral, I want to know the power of it. Thus, I use PPK2 to be a 1.8 voltage source and connect VOUT to P6 pin 1 and GND to...
How do I produce a signed file to flash to the network core for firmware update? I am using a child image/parent concept with the \nrf\samples\ipc\ipc_service\ project, When...
Hi,
I’m working with the Wi-Fi station example on the nRF54H20 using SDK v3.0.0, and I’m encountering a critical issue when trying to bring up the nRF7002EK Wi-Fi module...
Hi Nordic team,
I'm trying to configure the GPIOs to operate at 3.3V using the nRF Connect for Desktop's Board Configurator tool (v0.3.10). The tool works as expected...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
I have a project using BLE as a central on an nRF5340 to connect to several devices. For factory test I am being asked to implement something that can be used in the factory...
Hi,
I'm using nrf52-pca10040 and sdk-15.3, I tested an eeprom chip following twi_scanner example, using no block nrf_drv_twi_xfer way, which works well, then I put it in...
Hello,
I followed this tutorial and github example in order to make a custom service with the characteristics I need. However, I am running into an issue where the board...
Hi.
I am using nRF52840 Dongle. A problem occurred while merging the PIN_CHANGE_INT examples based on the BLE_APP_BEACON example. I connected the external button to the...
In the products that I am developing we use advertising packets in the scan response to pass some data around our devices. We wanted a way for the app we've made for iOS to...
Hi,
I am using nRF52840, S140 7.0.1. I am using ble_app_blinky application.
I am writing data into FDS records. After writing FDS, if I load new hex file using nrfjprog...
Dear all,
I'm trying to go to SYSTEMOFF mode and then wake up from activity on UART rx pin (nrf51822).
If I do this:
nrf_uart_txrx_pins_set(NRF_UART0,NRF_UART_PSEL_DISCONNECTED...
Hello, I have a BLE peripheral, that should receive larger amounts of data using a l2cap channel. The central (a MacBook) creates the L2CAP channel, the channel is purely...
Hello,
we develop an open source framework that we are currently extending to also support the BLE Mesh Access Layer Models. We are currently implementing the foundation...
I am using nrf52810, using sdk15.2, softdevice6.1.0, my application flash takes up 56KB (I used fds), softdevice: 100KB and bootloader: 24KB, resulting in insufficient flash...
Hi,
I'm try to test my nRF52833DK using the nRF connect Direst Test Mode. Even if I flash the DTM binaries in nRF5 SDK 16, the Direct Test Mode app says something like ...
Dear Sir.
I am using SPI as follows.
gpio_pin_write(dev_io, LIS2DH12_CS_PIN, false); err = spi_transceive(spi_dev1, &spi_cfg1, &tx, &rx); gpio_pin_write(dev_io, LIS2DH12_CS_PIN...
The firmware is based on the BLE UART example running on an nRF52832 with the S132 softdevice. The first batch of boards were build with the QFABB0 chip revision of the nRF52832...
I have set up APP_BLE_CONN_CFG_TAG with
#define APP_BLE_CONN_CFG_TAG 1
Setting things up in ble_stack_init exacly the way it is done in the example, but when I run sd_ble_gap_connect...
Hi,
I am using nRF52840 S140 V7.0.1. I have few queries on GPIO configurations.
Below are my PULLUP/PULLDOWN macros.
As per my understanding
1) In below settings...
/**@brief 128-bit service UUID for the Apple Notification Center Service. */ ble_uuid128_t const ble_hrs_base_uuid128 = { { // 7905F431-B5CE-4E99-A40F-4B1E122D00D0 0xd0, 0x00...