I just got my custom board in and when the code gets to bt_enable it returns -11, but on the DK board it works fine (using the same board dts files and software for both)...
Hi, I recently started using nrfutil with the deprecation of nRF Command Line Tools. In one of the recent updates the change log lists:
2025-03-24: Version 2.8.4 Added:...
I am trying to compile hci_lpuart for thingy91_nrf52840, but I have these issue. hci_lpuart:
Any ideas on how to solve this? I'd really appreciate it. And if you have any...
Hi,
When do you plan to update your Online Power Profiler Tool for cellular with nRF9151 device?
I just can see nRF9160 available for calculation.
Regards,
Hello,
I have a program working well in SDK 2.9.1 on nrf52840DK. I want to port it over to nrf54L15DK.
Please help me identify corresponding ports I can use on nrf54L15...
Dear Sir / Madam,
We are testing with NRF9160 and building on top of k _uptime _ticks, I find the precision of the ticks clock to be ~70 ppm, while testing on my desk. According...
Hello, I am test DFU USB function with my Thingy53. So far, I have been able to add DFU USB support from my application but not from the MCUboot. I am using the recommended...
This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled...
I managed to enable pairing without bonding on ble_app_uart by porting peer manager over from ble_app_gls. I am using SDK11 s130 on nRF51-dk.
I observed some strange behavior...
Hi Nordic's community,
I have an issue when writing uint32_t to a characteristic, i don't understand when i write uint16_t or uin8_t, it works ! but don't when i send an...
Hi,
I would like to add single bank signed DFU support to my project (running on nrf51822AC - 256kb version).
In SDK 10, there was an experimental bootloader with a nice...
Hi,
I want to transmit adv. data AES encrypted everytime. The Basic requirement is to do Encryption with Stream Cipher (Counter Mode) so i want to know when and where to...
Hi,
I am trying to get bonding to work in both iOS and Android versions.
As per the suggestion in : devzone.nordicsemi.com/.../ I used
attr_md.read_perm.sm=1;
attr_md...
I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better...
Hello ! Can I read with SPI registers without any problems from inside a ble_event_handler or a timer_handler or should I expect to have problems due to interrupt priorities...
In the SPIM section of the product spec for the nRF52832, the spec describes sending the STOP task (even if the peripheral is already stopped) and receiving the STOPPED event...
Hi,
If I have a custom board with the NRF51822 operating at VDD=2.4V, would it be possible to program the part using Segger JLINK Lite programmer that comes with the dev...
I am attempting to update the firmware on a DFU V1 device using javascript inside of a cordova app. Due to the time it takes to roundtrip the write response it is going to...
Hello again,
Edit:
I am now only getting these 4 errors after enabling the clock in the nrf_drv_config.h file
I may be able to track down the problem myself if someone...
Hi,
I'm trying to get NFC working on a PCA10040 dev board. Using the nfc/record_url hex file it works fine, so the hardware is obviously ok.
However, when I use the...
I need to save data to flash on an nRF51422. I already have same basic thing working on an nRF52, so I figured the same API calls would work, but they don't. My main symptom...
I have an application that bonds to mobile devices and encrypts the connection on both Android and iOS. What I am noticing though, is that after each time I use the DFU to...