Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
My application runs on nRF52832 with SDK11.
what happens if I call nrf_drv_spi_transfer in blocking mode from different contexts on the same SPI instance.
in my case the...
Hello,
I have a device that need ANT and BLE (central and peripheral) comunications. I found some examples about Ble central and peripheral but they working on s130 soft...
I am porting my code from SDK 13 to SDK 14.2 (nRF5_SDK_14.2.0_17b948a) and following the
migration guide . In the SoftDevice handler section I think the following section...
We are using LG Nexus 5 (Android v 6.0.1) and nRF52840 PDK. Currently when IO capabilities on nRF52840PDK are configured to Keyboard and Display, the numeric comparison is...
I would like to have ble_app_uart + usbd_msc. Now the problem is that SD not suporrt the USB power events,as a result, I can not check when usb is plug in and request USBD...
Hi,
I am using nrf51822 pca10004 with SDK110 v8 , I got a problem that the code hangs in sd_softdevice_enable and stuck in SVC_Handler.
Thanks,
Nagaraj
Sorry for being funny English because I am using translation software.
Hello, I am using PCA 10040.Version is V1.1.0.
I am in trouble because it is recognized as "Bossa...
When I use sdk14.2.0 nus service communication for some time, the connection suddenly disconnected, disconnect reason error code 0x28 ,I do not know what it means, I do not...
Hello,
I am currently using SEGGER studio with SDK11 and the MPU9255 repository from github.com/.../nrf5-mpu-examples . I followed the installation instructions in the...
Hi all,
I have a question that whether it can be set to an equal value with CONN_MNGR_SCAN_INTERVAL and CONN_MNGR_SCAN_WINDOW or not in a S120 application. If I do this,...
I am using the RTC to generate a square wave signal.
I have two issues. One is that nothing I do on the prescaler or the Count Compare is having an influence on the frequency...
When we develop Bluetooth products, we find that in Android 6 APP, Bluetooth devices can connect normally, but at Android 7 or above, sometimes it doesn't connect to Bluetooth...
Just had a contractor update our project (simple device is peripheral and server for some GATT data) from SDK v12.x with S132 4.0.5 to v14.2 with S132 5.1.0.
All works...
nRF52, SDK12.1, Eclipse, gcc 5.4.1, FreeRTOS, no soft-device.
I am having a problem with GPIOTE. I have six interrupts programmed on six different pins. As long as the...