SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
I am developing a product and there is this situation. My custom board doesn't have UART so I will have to communicate over a Virtual Serial COM Port.
I have a desktop app...
Hi
We want to open L2CAP channel to stream data between nRF52840 and iOS, We cant use OTS example since there is no OTS support from Apple core bluetooth framework.
So...
hello ,
i want to develop a smart home product in which i want to use the indoor positioning using Bluetooth 5.1 Direction finding, i have seen that the " nRF52811 " have...
Hello I working for TSS.se now selling 100.000 temperature-loggers annually. We aim to develop a new IoT based logger based on nRF52832 as a replacement.
We have developed...
I am trying to use a Raspberry Pi B+ as Bluetooth to Wifi bridge. But I find that the bluetooth range is very diminished when talking to my Nordic nRF51 and nRF52 devices...
Sir,
I have a question about the connection's power setting of the BLE.
I use the API as the screenshot, but there have a error return. I don't konw the reason, so I...
I am following Getting Started Assistant on Mac platform.
However, I run into an error when I issue: " pip3 install --user -r zephyr/scripts/requirements.txt ".
" ERROR...
Hello,
there’s a section in the NRF9160 specification (11.1) that calls out that VDD_GPIO should be applied after VDD has been applied on power up and VDD_GPIO should be...
Hi,
I am sending firmware image using my DFU master. The image needs to be divided into data objects each of 4096 bytes and then those again into 244 byte BLE packets. So...
Hello,
I'm trying to connect to nrf connect with the nrf9160 DK. I am using an Irish vodafone NB-IOT sim to establish the connection. This sim has an access control list...
Hi,
I have a question regarding a DFU update via BLE. I am using mesh sdk v3.20 and sdk v15.30 with custom hardware (nrf52840).
I have the BLE DFU working as expected...
Hi all,
I am using mesh sdk3.20 and sdk15.30.
I noticed that with the buttonless ble dfu, it is not possible to perform a DFU transfer after the device was provisioned...
I did the program using examples of glucose. But I do not want to enter passkey from central. Because there is no LCD or UART in my device. Which part of the glucose example...