Hi,
I fiddled around with examples using the PSA API to compute a MAC by AES-128 CMAC. That worked out fine. I can import a key, use it to compute the mac over a message...
I'm working with the nRF7002DK board using NCS version 2.6.0 . The internal flash is full, so I need to perform BLE DFU using external flash. Is there a sample available for...
I have been trying to get MQTT+TLS to work on the nRF7002 DK and haven't been able to get the samples to connect to the MQTT Broker.
Is there a working MQTT TLS example...
Seeing the failure below and wondering a couple things:
How did the device get into this state?
How do I disable AP protection? The Kconfig GUI seems to indicate that...
Hi all,
I'm working on a custom board based on the nRF9160 and using nRF Connect SDK v3.0.2. We’ve developed the board in-house and integrated the npm1300 PMIC as part of...
Hello,
For our emission tests in an anechoic chamber we need to be sure that the BT antenna is up and running. Of course we cannot connect via BT from outside the chamber...
hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
Hello,
I am using sdk12.2.2 and pca10040. I want to add uart drivers in ble_app_template code so that I can use printf to get my data on terminal. Unfortunately I am not...
I AM USING SDK 12.2 AND IT IS RECOMMENDED TO USE FSTORAGE. But i found no function to read unlike pstorage_load . so can i use pstorage instead of fstorage will it cause any...
Dear Helpers,
We are facing an issue. It is all related to DFU (secure buttonless) and Android 7.0 (deployed on a Samsung A5).
We have a code that is running perfectly...
Hi
By playing around with the serializer code for the S132 5.0.0 I found a bug in the serializer/deserializer code.
The ble_gap_evt_auth_status_t has a new field "lesc...
I'm using FreeRTOS in my project and I wanted to check if the APP UART FIFO implementation is thread safe, IE I want to have a reader and writer thread. Each FIFO has a separate...
I want to enable BLE's NUS Service(in Old SDK, nRF5_SDK) with in nrf5_SDK_for_Mesh.
Is it possible?
I'm failing, as starting of this, to use Softdevice for parallel use...
I HAD ASKED THIS QUESTION: we have used the NRF51822-BEACON KIT EVAL BLUETOOTH SMART BEACON which includes RGB LED, but cannot find a non dev kit model with RGB LEDs . can...
Hello sir,
I have develop project and their lots of quantity. I want flash my updated program into my nordic device without open this device via BLE services. Is it possible...
Found on the web:
"Properly configured WiFi network shouldn’t interfere with the Bluetooth signal. The best practice for WiFi configuration is enabling WiFi on one of the...
Hi
I have a project use nrf52 to have a purpose below.
Maybe after some pairing process with smartphone.
The user can trigger the device(nrf52, may press a button...
Hi guys,
I am trying to connect my BLE Nano 2 with HM-10(as a Peripheral device) using Arduino Central_test program.But the problem is it is not pairing with it,but detecting...
Hello,
We try to use "ATT_MTU" and "Data length extension (DLE)" to expand a packet in S132 SDK 14.0.0.
When we set "ATT_MTU" > "DLE", please tell me what happens?
...
i am in very strange problem and was unable to debug it
i am using following code to write 16 bytes data to flash memory, my app hangs after executing custom_flash_write...
Hi all,
i'm trying to use the function of power warning with s132 and nrf52 with sdk 11.
i use the function
err_code = sd_power_pof_threshold_set( NRF_POWER_THRESHOLD_V27...