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...
Hi
I want to receive and send a lot of data in a short time (connection Intervall is set to 20ms). And I get the App-Error 0x3004.
I found this definition for the error...
Hello,
I am currently trying to figure out a problem with my mesh. If I stop the event handling of one node, other nodes in the network will fail to send data from this...
PAN #9 in the nRF51822-PAN-v2.4 document provides a workaround for non-functional OUTINIT. This question and this one improve the workaround and state it's unnecessary in...
We have used the first version of the S132 softdevice with the Engineering A version of the nrf52 chip. Now with the newer Engineering B version, we have moved to the second...
Hello Everyone,
i am trying to simulate the circuit using Proteus so can anyone tell me where can i find the Pspice model files for the Nrf51EVB is it available? any suggestions...
Hello to everyone.
I write code for NRF24LE1 using KEIL and rtx tiny. But i have some problems.
When i power on my device, programm don't run correctly, but when hard...
Hi experts,
The softdevice is s120. I get error code BLE_ERROR_NO_TX_BUFFERS after calling sd_ble_gattc_write() several times. I want to ask what does the tx buffer mean...
I have a strange problem on my target nRF51822. When I try and use the UART interface between my nRF51 and my host MCU, it causes the nRF51 to reset and the RTT terminal to...
Hi,
I've been playing with NFC on nRF52. It sends "Security Manager TK Value" over NFC. There is currently no option to use LE SC over NFC in examples, which is to send...
Hello
I have an problem using I2C on my custom board which uses an Nrf51422 SOC.
I have an RTC chip connected to it and I have no idea how to use your libraries.
The...
Hi! I'm using Arduino BLE micro and good results so far. With some accellerometers connected via I2C.
Today I have a strage behaviour.
I connect the arduino, ok, open...
Hello everyone,
I have a nRF51822 dev board connected through USB to my PC.
I have connected it to COM5 using Terminal and now I would like to interrogate BLE like we...
Hi guys
I have a custom board with NRF51422QFAA, load "s310_nrf51422_2.0.1_softdevice", program on "nRF51_SDK_7.2.0"
the bootloader I used is "dual_bank_ble_s310"
...
Is there a way to control the max # of packets be transmitted in one connection interval?
(We want to vary it from 1 - 6, knowing that nordic can support up to 6-7.)