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:
I want develop my nrf51822 project base on new sdk and softdevice.In /nRF_Examples/9.0.0/ble_periphera/ble_app_uart/, the keil project device is nrf51422,and it can...
Hi,
I'm compiling the simple blinky example with no softdevice for an NRF51822 xxAA using GCC on linux. I can't get any LEDS to blink off the GPIOs, so I'm debugging with...
I can see a phrase "Not recommended " on the Evaluation Kit's page: www.nordicsemi.com/.../nRF51822-Evaluation-Kit
What could that mean for me if I already have the kit...
I found in ble_app_uart example, any device with UART app can connect to uart service and send something to COM port or just block the connection of other devices.
So can...
I'm trying to update my firmware using the dfu, I tested two examples of the SDK :
one of them is dfu_dual_bank_ble project,
I noticed that the memory allocation...
Hello,
I have been reading a lot of Nordic and DevZone stuff. The information I need appears to (almost) be there but I cannot quite put it all together. I need some help...
Hello, I am asking for your help again.
I just managed to brick the chip that I am working with. The problem is that I am not able to erase or program the flash. However...
Hello,
I have not found a lot of information on connection encryption. I want to use a preprogrammed Long Term Key in my mesh that is then used to establish subsequent...
This is the application file I am trying to download:
dx02.zip
This is the sniffer Log I just captured by wireshark
dx02_20150820.pcapng
I was able to upgrade firmware...
We have a heavy duty scan based application being built on top of the nRF51822 SOC. We have tested the scan function (S130 SD) on both a custom PCB and also the Nordic Smart...
Hi,
I have PCA10028 board, and I'm trying to implement UART send/receive.
I've searched for the problem here but could not find a solution for it.
My uart init function...
Hi
I'm using Keil V5 to program the Nordic nRF51 DK ( the one here: www.nordicsemi.com/.../nRF51-DK) but I'm a bit confused as to whether or not I need to change the settings...
I am not quite certain what the advantages/disadvantages are of using LDV vs DCDC if you are using an external regulator. In my case i use a LiPo battery outputting ~4.2V...
In the ant-to-ble bridge example in the 7.x.x SDK, there is the following comment in examples/multiprotocol/experimental_ble_ant_app_hrm/main.c :
// Need to close the ANT...