Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
Hello, I am using a nrf52832 Soc for my development. I follow this https://github.com/bjornspockeli/custom_ble_service_example for the custom BLE service. I can do a specific...
Hi,
I am using nRF52840 Preview-DK with SDK v15.3.0
I am using the serial library to write to UART 1, while writing all goes well while I write less than 255 bytes...
Hi,
In the nus example of sdk 15 the device does not advertise if i comment out the uart_init() function. Why does this happen?
What is the relationship between the uart_init...
Hi guys,
After i provision for client node or server node by smartphone i have unicast address for server model or client model. How can i send message from client to server...
Ubuntu 19.04
SDK 15.3
nRF Connect v2.7.0
Nordic_HTS example both pre-compiled and self-compiled
Uploading to Fanstel BT832F and nRF52 DK
When I upload the example...
Hello,
My goal is to send a binary file by Bluetooth into the nRF52940 board from the terminal. I saw the ble_app_uart example. It seems to be exactly what I want to do...
Hello,
I need to use USB 2.0 connection as a USB MSC device as well have it communicate over a USB 2.0 connection to a Wi-Fi module.
I know there is a USB 2.0 built into...
I'm working on a project using nRF9160 DK.
How can you use MQTT+TLS in nRF9160?
Where should ca certificate file be stored?
I modified the code below in mqtt_simple...
hello i am using nrf52832 DK and working UART_APP_BLE , i want know where the data will be stored when we send any message through mobile to the device. can we see the received...
Hi, I am new at programming.
I am trying to program nRF51822 DK. But My Desktop can't appear J-Link Debugger as a USB drive.
I read some posts about that but I didn't...
Hi .......Clan
I am planning to make chatbox mean chatting (transferring the messages) between the central and peripherals even peripheral to peripheral , and device peripheral...
Im using MCP6S21 amplifier which takes input from some I to V converter and output of amplifier is connected to nrf52832 via I2C pins so how to change or vary gain of amplifier...
I am having a problem running MQTT_Simple on my nRF9160 DK.
The COM Port shows the following:
***** BUS FAULT ***** Precise data bus error BFAR Address: 0x4002a514 **...
Hi.
I am using the nrf9160 with the latest firmware and with all the instructions followed, I get this error . Faulting instruction address = 0x3648 Fatal fault in ISR!...
Hi,
I am working on mesh bluetooth using nrf52832 with PCA10040 , I used example from nrf5_SDK_for_Mesh_v2.0.1_src , my questions are
1.How many bytes(Max and min) can...