Hi All,
Working with the Nordic nRF7002-DK I've been going through the nRF Connect SDK Fundamentals course and have been unsuccessful with Lesson 6 - Serial Communication...
I am currently working on creating a custom PCB which features an nRF9151 module. I am currently working on pin assignment for our peripherals. Given Zephyr uses a device...
Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
Randomly on my nrf52832, sd_power_system_off() is returning NRF_ERROR_NOT_SUPPORTED and I'm looking for tips on how to figure out why. I'm using a Bluetooth soft device and...
Hello,
May I please check if the following is correct? On the nRF52840-PDK board (v0.9.3, 2017.47), the "VTref" pin of the "Debug In" header is connected to VDD. Should...
I need to upgrade and existing nrf51 S110 system based on SDK 8.x to something that supports the same functionality and also supports both a nrf51 (during the transition)...
I am working on a project where we are using a nordic bluetooth chip and connecting it to a RS485 Bus using UART with Baudrate 115200. The messages sent from the Bluetooth...
I want to experiment with BLE Mesh. I have several BLE400's with nrf51822's. I want to use these as mesh nodes. I want to get the nrf52-dk to use as an interface node. Can...
I recently downloaded Segger's Embedded Studio to compare its performance and ease of use with IAR Embedded Workbench. We have a kickstarter version of IAR for ARM which has...
hi,
i am using nrf5 sdk 14.2.0 ble_app_uart example with keil v5 IDE and i am doing coexistence with nrf5 sdk for mesh v 1.0.1 for nrf52832 mcu.
a have done all steps...
I use nRF52840-Preview-DK PCA10056 v0.9.3, SDK 14.1.0.
I would like update bootloader, but i have any problems.
I do these steps
1.eraseall 2.program softdevice 3.load...
May be I just did not fined a good reference manual for the software, but it really frustrating me to try and understand from examples.
Is there some guide which take a...
When P0.18 is configured as the RESETn pin, is there a pull-up enabled?
In our design we have an external CPU driving the nRF52 RESETn line.
We have a pull-down on that...
Hi all,
I was wondering if the information in the documentation is the right, I was looking for the Memory map for the nRF52 when using the SDK13 s132 v4.0.2, but on the...
Hello,
Could you please indicate where TXPOWER is defined in the "ble_app_beacon_pca10040_s132" code example ? If not defined, could you please indicate what is the best...
Hi,
we are currently planning how to productize our IOT module which is based on nRF52832. We most probably use pre-flashed SOCs, but the we should be able to read Device...
I am trying to implement 128 bit uuid service and charachteristic and I am getting error 4(memory error) from
line 10: sd_ble_uuid_vs_add(&m_midi_service, &midi_init); ...