Dear reader,
I am currently working on a project using the NRF54L15 MCU. There is plenty of documentation available for this component, and the reference circuitry for the...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hi everyone,
I'm working with the nRF9160 and trying to configure P0.19 as the UART TX pin using Zephyr. Here's the configuration I used in the device tree:
uart1_default...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...
Hello,
I am using nRF Connect SDK v3.0.1, together with the Find My add-on. Test case TCG013 of the Find My Network Self-Certification Test Cases R1.7 is failing on the...
I am unable to detect any i2c device when connected to the Nordic nRF54L15 DK kit. I have change the voltage from 1.8v to 3.3v and Tried and explore other pins in Port 0 and...
HI: D:\ncs\v3.0.0\nrf\samples\bluetooth\peripheral_uart Using the nrf54l15DK board can run peripheral_uart examples,connection is disconnected. However, when I use the nrf54l05...
I'm trying to set up DFU for a custom board with a nRF52810 module (Rigado BMD-330). I created the secure bootloader from the recent project for SDK 15 posted by Vidar Berg...
Hello!
The NRF52832 uses the QFN-48 form factor but I'm having some problems finding it in Fritzing. Did some made their own, know where I can find it? Fritzing has QFN...
Hello,
I'm using SDK15.0.0, device nRF52832 and softdevice S132.
After open "secure_bootloader_ble_s132_pca10040_debug-nrf52832_xxaa_s132" project and build it, I got...
Following this tutorial : devzone.nordicsemi.com/.../
I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:
[278]: *** [_build/nrf52840_xxaa...
When initializing a UART instance (0 or 1 or both together), the current consumption increases to 600 μA
Then deinitialized UART, but consumption is not reduced!
- I tried...
Hello everyone!
I've had an ESB application running o the nRF52832 for more than a year. When I moved it onto the nRF52840 it no longer works. There are no changes to the...
Hello,
I'm developing a home automation related product using mesh. For testing mesh functionality I'm placing the DK in different rooms and testing the range. As a power...
I have a small project on a custom board using an nRF51824 processor.
The code basically initializes the BLE stack timer and GPIO and then falls into a loop
while (true...
Hi everyone, There were already a few people asking about similar problem, but none of the suggested solutions worked for me so far.
I am trying to communicate nRF24L01...
Hi,
We are developing the BLE project by using nRF52832 module.
This project we had started to develop on SDK v14.1 and it worked perfectly. But then we have migrated...
Hi I'm a bit confused about how to get two clints on the same mesh network and can you have more clients on the same network. If yes, is there someone who has an example or...
Hello
I want to create Bluetooth mesh network and I need that each of network nodes turn on/off selected time (including provisioner). Can I use only nrf_mesh_enable/nrf_mesh_disable...
I understand that in the ble_app_uart_c_pca example I should call function
with some arguments.
In wich call
But I can't understand whch parameter should transfer...
I am attempting to disable the advertising timeout on the Nordic Beacon with the ble_app_uart example found in SDK 12.1. I am using SD 130.
Searching for this issue produced...