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,
I am working on nrf52832. I am preparing application where I need to handle central connection with two peripherals and keep tracking time. I know that softdevice has...
The data sheet recommends that both the TWI clock and data lines use pull ups and the GPIOs should be set to S0D1, essentially open collector drive. I can see the need for...
When trying to follow this guide for testing bluetooth mesh on a nRF51 dev-board Cmake returns this error:
../build $ cmake ..
CMake Error at CMakeLists.txt:16 (include_directories...
Hello, I have had luck in Keil making two NRF52 connect with NUS, central and peripheral. My goal is to have one central speak to multiple peripheral at same time via a piconet...
Hi
I have just baught some nRF52840 DK boards,
and I can test the BLE throught between those nRF52840 DK boards successfully.
This indeed help us a lot about research...
Hi,
I am using SDK 12.2.0 with my custom board. As per the my requirement, i need to ground or set logic 0 of my gpio pin no. 12.
So, how can i do this?
good morning to all
I wanted to ask if anyone has a design of nrf51822 where an external temperature sensor is used, to know how the connection to the chip is. Should I buy...
Hello,
I am learning about the behavior of "Notify" transmition.
From some web sites including below, I understood as follows.
devzone.nordicsemi.com/.../
So could...
Hi,
I am new to arm and ble development. I am used to work with AVR mcus and I am trying to migrate a project from AVR to nrf52.
AVR usually has some "General Purpose...
I'm transmitting data packets each of 48 bytes in the form of notifications using Bluetooth 5.0. When I observed the logs over sniffer, I see that the packets are fragmented...
Hi,
iam new to all this and hardly find answers for my question:
Is it possible to pair a nRF51422 with an Ant+ remote especially Bontrager TransmitR and use those remote...
nRF52832
Hi,
I am a little confused as to what component uses ble_flash (...drivers_nrf\ble_flash\ble_flash.h/c) and why? What is the difference between this and SD...
Hello all,
I've ported the buttonless DFU example to my project without the buttons or the LEDs, but I only tested the bootloader and not the uploading capabilities with...
I want to know the details of "DTM testing using nRFgo Studio".
On page 52 of "User Guide v1.4 of nRF51822 Development Kit" says, "For details on how to use the Direct Test...
Hi.
I bought the nrf51822 kit, and I have questions to ask.
I know that there are many sample code provided by nordic.
I know that the sample code will run...