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...
Hello,
until now, I was using nrfjprog to flash devices. Command I used:
Now I have changed the platform, and am forced to use ARM processor. I found out there is a...
Hey
I want to use pin 57 (SIO_10)and pin59 (SIO_09) as output pin but they are configured as NFC pin by default. How to change the configuration to SIO without using the...
I am trying to do the same thing that others have tried in the past, and that is to modify the ble_app_uart_c example to connect to our custom peripheral device.
I have...
Trying to get this working
err_code = nrf_ble_scan_filter_set(&m_scan, SCAN_ADDR_FILTER, AddressTable[Index].peer_addr.addr);
The error code returned is 7. Not sure what...
Hi,
1. Is there an example to show how to send a door lock cluster events command?
2. How to check door lock cluster events by CLI(@coordinator)?
Best Regards
S...
What I did was creating a timer and reading the temperature/humidity data from a DHT22 sensor in the timeout handler for every 2 seconds. Everything is fine with the data...
I have successfully created the model and i have added the model using access model add function
now i have an error in check_tx_params. I tried to use
dsm_address_publish_add...
Our BLE app (based on ble_app_uart, example) on NRF52832 normally enters sleep by sd_power_system_off(). So this works as expected.
However, if we load the app by secure_bootloader_ble_s132_pca10040...
Hi,
We are using NRF 15.03 SDK and used NUS application for the project. We need to store some data into flash and we are using FDS example based code to do the same.
...
Background
I am attempting to build a system in which a Nordic NRF52840 SoC, is connected to a mobile app (iOS / Android) via BLE and both devices play back audio-visual...
Hi all!
Resoldering usual QFN packages with pins along the edges is not such a big problem... but how is this usually done with devices they have pins underneath the package...
Configuration: 52840 / S140 / V610, SDK 15.2
As approaching production, I am continuously testing S140 on various environments.
I noticed during testing that there are...