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...
Hello,
I am testing my NRF52 custom board with the Bluetooth Low Energy utility inside nRF Connect.
I am based on Windows and I use an NRF52DEVKIT as BLE dongle.
Is...
Hi all,
I'm having some trouble on figuring out how the UICR behaves and what I can expect from it. I am trying to lock the UICR from further modication. Based on the documentation...
Hi All,
I was trying to program a simple LED peripheral hex file to the nRF52840 dongle.
Initially I was modifying an existing sample program from one of the examples...
I am on Ubuntu 20.04 with SES 5.42c, SDK 16, and SoftDevice S140 version 7.0.1 I am using a Knowles SPH0645LM4H. I have put together a beacon that operates the microphone...
Hi,
We use TLS encryption with MQTT towards Amazons MQTT-service.
What we have been able to do, is send 1 packet (2KB max size, due to modem buffer limit set by Nordic...
Hi
I'm currently trying to use a cheap stlinkv2 clone flashed with https://github.com/x893/CMSIS-DAP for at test setup. (cmsis-dap enables it to remove APPROTECT/read back...
Hi,I need Tune-Up Information for all chanels and frequency ranges( "source based time average conducted power") incl. production tolerances for Nordic NRF 24AP2 IC.to be...
Hi..... I'm working with custom service and characteristic!!! I succeeded in changing the characteristic length like bellow. attr_char_value.init_len = 10; attr_char_value...
Hi,
I am trying to do some tasks based on a particular button press, below attached is the buttons_init() function and the button_evt_handler() function. Code compiles and...
For the nRF52805 how is throughput specified?
Throughput Spec:
"It is capable of Bluetooth high-throughput 2 Mbps" ( ref )
Is this spec for serial throughput...
Hi,
I'm trying to periodically send sensor data to the AWS server and followed the documentation here to connect and send data to the server. I use these configurations...
Hi!
I've been trying out a tutorial about adding custom service and characteristics ( https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts...
Hello ,
I am having nrf52832 custom board.
In my project i need to use both CLOCK source ( Low frequency clock and High frequency clock source ).
Timer running on high...
Hello, Second time in here, thank you so much for all the support so far!
I'm developing a Beacon BLE, I wanna be able to send data over Advertising or Scan response. So...
I am trying to implement ble_app_interactive on nrf52840 as my application will require 2 uarts. I have started from the example application for the nrf58832 and created a...