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...
I am starting to refactor some nRF52832 code, from an Embedded C++ Eclipse based project, into a new Segger Embedded Studio project.
All of the videos I have found rely...
I'm developing a nRF51 Central that needs to read DIS information from a connected peripheral. Does the SDK provide a DIS client? I can see the files for a DIS server (ble_dis...
Hi,
We are using nRF24L01+ modules on an ultrasonic positioning system. For synchronization, we wanted to use the RX and TX interrupts provided by the module to trigger...
Hi.
I'm currently trying to scan non-connectable advertisement for continuously.
it’s unclear to me. I doubt will be worked scanning 1000 peripherals.
so. i have to...
We are devolping a module with nRF52832-CIAA (CSP package) and we are not satisfied with the sensitivity.
According to the nRF52832 Errata is the sensitivity level different...
Dear all members,
I understand that Secure BLE DFU official support is only for SD132, but I am developing a product for nRF52810 which can only run SD112 and I want to...
This link source.android.com/.../services seems to indicate that L2CAP CoC is available in Android 8.x but support may vary by device vendor. Does anyone know how to verify...
Hi,
I just installed the latest NRF5 SDK - nRF5_SDK_15.0.0
and trying to run examples such as "examples\ble_peripheral\ble_app_hrs\pca10056\ser_s140_spi_5W"
But for...
We are developing a bluetooth product that operates on a battery where every uA counts and I have a couple of questions about current consumption in System On Low Power mode...
I am creating a BLE beacon scanner, using nRF51822 and SDK 12.0.0. My beacons will be using public addresses so the upper 3-bytes of device addresses of all my devises will...
Hi,
in our application we will have a main MCU and a second MCU, an nrf52832.
We need to update the fwon the nfr52832 from the main MCU using a bootloader, via UART. ...
Hello,
I want to use 2 SPI bus with nRF52832 IC and SDK5. I can use the "SPI example" for first SPI bus. For the second SPI Bus, I think that I need to modify "sdk_config...
My devices require calibration and self test to be carried out after programming. To implement this, my device checks the JLink reset pin (configured as a GPIO on my NRF52...
Hi everyone, I'm trying to implement a simple bluetooth beacon which broadcasts / advertises the number of button presses and the time in seconds after the last button press...
Hi everyone,
I'm trying to change the advertisement data while advertising using an interrupt. So far I've managed to use a button to change the advertisement data.
...