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'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hi Nordic team,
This problem bothers me for a very long time. I cannot find the root cause. I used nRF51822 IC. It uses SDK11 with softdevice S130 and bootloader (but I...
Using nRF52 with SD 132 3.0.0.
Peer manager uses fstorage to store information.
I need to be able to specify the address range which fstorage can use.
Is there a configurable...
Hi,
I have problem with both functions sd_ble_gatts_value on central device.
It works on peripheral, because there is my characteristics definition.
Now I have to read...
Hello,
I'm developing a BLE Application where I use the peer manager. My Goal is to use direct advertising after disconnection if a device already has bonded. But every...
I am using the SAADC on the nRF52832, SDK12.2.0, with it set to 12 bits and low power mode. I have enabled five channels which I run blocking nrf_drv_saadc_sample_convert...
Dose this capture from the Nordic Specification means that to read bytes from SPI i need to send before. Each byte i send i get a byte!!!
MLy case i have read only sensor...
I am using the nrf52832 with the s132 for a project in which I have a frame with 24 bytes that need to be transmitted through BLE.
I have followed the tutorials and I have...
Hi,
First I'd like to salute the great work done by you Nordic people for those open source and hardware.
I just installed the SDK 10.0.0, S120, gcc-arm toolchain, configure...
Hello, I'm a beginner with the BLE technology and nRF52 is a good tool to start with it.
Currently, I have a setup that allows a Raspberry Pi and an nRF52 to communicate...
Hi. I have a problem with programming brand new chips nRF51422.
I have connected: Vcc (1, 12, 35, 36), Gnd (33,34,13), Swdio (23) Swdclk (24).
christal on the board:
...
I had downloading many versions SDK,from 10.0.0 to 12.2.0.But when I Program SoftDevice then download the examples,such as the path:
nRF5_SDK_12.0.0_12f24da\examples\ble_central_and_peripheral...
hi,all.
when i first time connect nRF52840PDK to PC, and open nRFgo Studio, but encounter this problem:
no device detected.
screenshot:
I click recover button many...
I want to send several packages in one interval from my iphone to 51822(s130).But the demo ble_app_uart can only receive 1 package per interval(ipone6,lightbule,writewithoutreponse...
I want printf the date and time when compiling code.
But I drag on this error:
SEGGER_RTT_printf("%s %s.\r\n", __DATE__,__TIME__);
compiler says:
It's strange...
Hi engineer,
I found that the SAADC current is increased after the SAADC function opened, then my processing method as below:
1,I close SAADC function after sampling...