Hi
Are there any examples of a custom board for nRF54L15?
I have a project built/running on the nRF54L15 DK.
I now want to create a custom board for the nRF54L15.
...
It would be extremely useful to get the HCI Traces (BLE) of my nRF54L15 boards. Documentations: Embedded HCI Tracing For simplicity's sake, here is my setup: - nRF54L15DK...
Hello there,
I'm designing a set of devices composed of a remote and 2 peripheral. The remote's job is to be connected to the 2 peripherals as a central and occasionnaly...
Hello, I’m testing a PID controller for a quadcopter. When I compile the application with the optimize for speed then flash, I notice that the PID response is slower than...
Hi,
I have a couple of questions regarding reading the nRF5340 Temperature Sensor. This is a follow-up to the following DevZone ticket: https://devzone.nordicsemi.com/f...
RTT log output issue
Hello, I am using SDK v3.0.2 and toolchain v3.0.2. After building and flashing my firmware, no logs are being output to RTT Viewer. What should I do...
We tested the USB performance on the v3.1.0-preview4 and main it looks like it got even worse.
All tests were done on the attached test project: TestProject
main (6855b38ca69d2a70d0a088d9964e606e9981cb14...
Hi,
I am running an RTC unit test on the boards (nRF52840), where I take RTC_Val1 then perform a delay for one second then take another RTC_val2.
My condition for passing...
Hi,
I am very green with Nordic's tool chain, so this is probably my fault.
I used the toolchain manager to download v1.3.1 and it worked fine, but I can't follow first...
Hi,
Recently, I was researching about BLE Serialization for an upcoming training project. I want to get to know about the following points (some reading material, tips or...
Hi,
I have 10 custom boards with the nRF52840 chip.
9 boards of them perform the DFU successfully.
And just one board fails with it, All the boards have the same bootloader...
Hi.
I'm having an issue with the libuarte library. It seems to work perfectly but after some hours of running the program crashes because nrf_balloc_alloc returns NULL inside...
Hello,
I was trying to open SEGGER Embedded Studio for ARM V4.20a on MAC.
However, I encountered:
"SEGGER Embedded Studio configuration error. 'studio.xml' user interface...
Hi,
Last December I started to know about NORDIC nRF5340. I thought it could be a very good SoC for developing our next BLE wireless product. Considering the huge number...
I programmed my thingy91 with lte_ble_gateway example, however I want to be able to connect to devices with specific addresses. Can anyone point me in the right direction...
Hi,
I am using pwm driver to generate different square wave of different frequencies in order to drive a buzzer to play melody.
Below is how I init my pwm software module...
I have the following problem:
1 to 3 phones are bonded with an nRF52832
These phones are on the whitelist of nRF52832
nRF52832 goes into Power Off Mode
nRF52832...
Hi,
We are integrating the nRF52840 into a new test apparatus and I am using the nRF52840-DK for development. I have pulled out my unit from storage and it will not power...
Hi,
There was an app timer immediate expiration issue with my project which is using nrf52840 + S DK 15.3.0 on custom board.
So I changed apptimer code to app timer2...
I was wondering why the RSSI Viewer Values are locked to a minimum of -33 dBm. Is there any reason for that and is there a workaround to get lower values? Currently I am using...
Hi,
I currently need to stream 1000 data samples over BLE, each data sample is 14 bit value, hence i'll be using a short integer but i'm confused as to how to send it over...