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...
What would be the best example to start with my project which involves sending sensor data to mobile phone applications using ble? i have nrf52 DK and SDK 15.0
Thanks,
We're using RTT with an 52832 and it works fairly well, really can't complain much except...
On my PC everytime I launch a debug session I need to launch RTT viewer exe...
I'm using Rigado BMD350 evaluation board. I'm printing to serial port (COM3, speed 112500) using NRF_LOG_INFO.
However, the logging does not appear until debugging is...
In a recent project, me and my team have been trying to send data from 3 PTX devices to a single PRX device (the devices are all nRF24L01+) at a constant rate of 1600Hz from...
hi all!
Like two of my predecessors, I am trying to put a CR95HF into operation. I chose the nRF52832 DK as MCU (SDK 15).
[thread= https://devzone.nordicsemi.com/f/nordic...
I changed only source clock part to internal clock and it doesn't do advertising. When I debug it, it starts to run. When I finish the debug session advertising stops again...
Hi,
I've built a custom board with nRF52832, without other MCU like PCA10040. I use a FT232RL to bridge the USB to nrf UART, flashed nrf5 uart connection firmware ble_connectivity_s132_uart_pca10040...
Hi, I using nrf52810 with custom BLE profile and 4 sec advertising + continuous RTC. Device is battery powered (750 mAh) and PMDC motor equipped. Most of time (90% of day...
Hi,
I am designing my custom board with the nrf52832, which would perform the BLE and I2C functions. I wonder what necessary and basic peripherals it needs, like crystal...
Hi,
I would like to synchronize 2 Sensors with one dongle. So the problem is that we have two sensors and we want to start the measurement at the more or less (1 ms) exact...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...
Hi,
I want to use nRF52832(PCA10040 board) to communicate with nRF24L01+. I program the example application( \examples\proprietary_rf\esb_ptx)(SDK v15.0.0) on the board...
Hello. I'm developing an application with a custom bootloader and I'm using "settings" data structure placed in FLASH. Because we can erase only full pages, the first page...
Hi.
I want to implement multirole on the nRF52832. I want to advertise beacon data while scanning. So, I modified ble_app_uart_c in the ble_central example. Below is a description...