Hi,
I’m working with an nRF52832 DK board that’s stuck in bootloader mode—LED 5 just keeps blinking. Here’s what we’ve tried so far:
Held the IF BOOT/RESET button...
Hello,
After I upload a new signed image to my device using MCUboot serial recovery (single image), MCUmgr Img_mgmt_client API
img_mgmt_client_state_read() always fails...
Hi Nordic team,
I am plan to design an IoT sensor that apply to Agriculture,
In case of 2 communications: Near field and far field, I will integration both BLE and Lora...
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...
I have both a NRF52840 (actually 2) and 2 dongles. I need to measure RSSI vs distance for a single link. I set up the RSSI viewer and it shows a blue or green bar for the...
I am getting unexpected behavior when using the latest version of the antfs.c sample code. I think this is a separate issue from what I reported here
When the ANT-FS download...
I've been experimenting with your online power calculator: https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-ble for NRF52840. I see that the idle...
ble_nus_data_send is returning NRF_ERROR_RESOURCES. I would like to increase the Tx Queue size, but as it is not straight forward to increase by changing the macro BLE_GATTS_HVN_TX_QUEUE_SIZE_DEFAULT...
Hi,
we are using the nrf9160 for our fleet management products, and am currently working on downloading firmware updates from our server. I am using an HTTPS POST request...
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...