Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...
I am using the nRF52840 and the nRF Connect desktop.
the nRF52840 serial number could be recognized like this.
the nRF connect BLE and programmer like this.
what...
Hi,
I tried to run the code which was used by another forum user:
https://devzone.nordicsemi.com/f/nordic-q-a/63149/nrf5340---p0-10-not-working-as-spim-miso-on-non-secure...
Hi, everyone
I am developing a BLE product with NRF52840 base on SDK 15.2.
Due to the cost of the product, we are now evaluating the feasibility of migrating from NRF52840...
Hi,
I am testing curve25519 in M52810.
The following is snippet.
nrf_crypto_ecc_curve25519_private_key_t bob_private_key; nrf_crypto_ecc_curve25519_public_key_t bob_public_key;...
Hi Dev Team,
I had a task to work on that required a timsetamp to schedule a certain event, like for example I wanted my modem to start off every morning at 10:00:00 and...
Hi,
I am using Thingy 52 to measure the acceleration from accelerometer. I was expecting values like m/s2 but I am seeing values in unit vector, ie, values between (0 -...
I have nrf52dk (nrf52832) board and a custom nrf52805 board. The nrf52805 board has no external 32kHz crystals, but only 32MHz crystal. Also, it is in LDO mode (no DC-DC inductors...
Device nrf52832, nrf5_SDK_for_Mesh_v3.2.0_src with nRF5_SDK_15.3.0_59ac345
Hello.
I want to transmit and receive some data between smartphone app and mesh sensor.(almost...
Hi, Im using nRF52840 DK, Segger Studio v4.52 and SDK version 17. I have been trying to make BLE OTA DFU work but have had many problems along the way. I followed the guides...
Hi folks,
I need a production test of an nRF52840 module at PCB level. Our board connects near instantly with nRF Connect + Bluetooth Low Energy, and displays its device...
Hi,
I am trying to implement wireless power transmission. For sending output voltage information from receiver board
to transmitter board continuously which of you module...
Hi, I am getting link time error in segger when i building a pre-built library with zephyr for NRF5340.
Error says,
c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/.....
HI. I have modified "usbd_ble_uart" a little bit and have changed the BLE service for transfering the received data from USB over BLE. The problen is now, the BLE service...