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...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
I will try to use the s110 8.0.0
But I can not find the sdk installer from the website.
Three months ago, when I visited the website, there is a SDK 6.xx.xx Installer...
Hi.
I'm currently receiving advertisement packet from beacon scanner app. (nrf51822)
(ble_peripheral/experimental_ble_app_multiactivity_beacon/hrs_scanner)
I tried...
Hi, I am here in the use of Flash memory data when there is a strange question to consult.
Due to my side of the application, you need to enter each case sd_power_system_off...
Using nRF51 SDK 10.0, it seems like many debug prints are incorrect, triggering a GCC format warning resulting in a compilation error with -Wall turned on.
A workaround is...
I'm using a custom designed PCB around the NRF51822 that broadcasts accelerometer readouts on a characteristic.
The application is based on s110 uart example and has been...
i wantto compile ''ble_app_hrs_c'' from sdk
but it always show up likes
" C:\Program Files\CodeBlocks\MinGW\include\SDK 7.2\examples\ble_central\ble_app_hrs_c\main.c|19...
keil use pclint, it will give lots of info message or warning message.what 's the best configuration to filter these info message ?? just display the error or warning message...
Hi
I'm trying to test UART over BLE using A custom board with a nRF51822,S110_NRF51822_7.1.0
SDK 6_1_1, Code is Github "NordicSemiconductor/nRF51-ble-app-uart-static-passkey...
I'm a beginner, the question might be simple but its really important for me.
What would the current flowing through Empty nrf51822 when it is completely erased or empty...
In bootloader of sdk9
I find
ble_gap_addr_t addr;
err_code = sd_ble_gap_address_get(&addr);
APP_ERROR_CHECK(err_code);
// Increase the BLE address by one when advertising...
Dear sir,
We are using the NRF24LU1P-F32Q32-T chipset.We have unmounted chip that we are using for our application .We have made a pcb developement board on NRF24LU1P-F32Q32...
Hi,
In my project I am using rev3 nrf51822-QFAA chip set with s130 soft device.while I compiling getting the error "region RAM overflowed with stack". Then I followed some...