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...
I am using nordic nrf52840 sdk kit as a peripheral and mi 5A mobile as a central .The problem is continuously disconnecting with following reason
Reason: Remote User Terminated...
I am trying to read values from an analog peripheral device. To perform an analog read, I am using this example from the NordicSnippets simple examples:
https://github.com...
Hi, I have been trying this for 3 days.
I was using DBGX_EVTX in SR3v1.1 to check the log, it works fine and never goes wrong.
But in v1.2, is using another function instead...
Hello everybody,
I am using central device with SDK14.2 and S132.
In a central application, the operation sequence is as follows: * Buttons pressed and scan started *...
Reading analog signals while using the ble_peripheral_uart in SDK15.0.0 and sending strings to an iPhone
I am trying to read values from an analog peripheral device. To...
Hello Support,
We are doing a production test regarding the Radio test. On nordic SDK there's already a pre-build Example for Radio. I wonder if we can do the something...
Hi. I used a translator.
I used nrfutil to insert Softdevice & Bootloader into nrf52832 and then implemented the function to flash the application using bluetooth using...
Hello.
Is it possible to use multiple serial communication on 52832?
What i mean, first serial port uses for communication with custom board' micom chip.
The second...
Hi everybody,
I'm developing an product with :
NRF52840, V0.9.0, SDK15
I want to put the MCU in sleep mode (system on) and wake up with NFC or by timer (for example...
Hello,
What is the reason why my homemade PCB half passes through NRF_POWER->DCDCEN = 1; after broadcasting DCDC does not work? How do you need to solve it?
We will get a beacon from China. But how do we know if the chip is original? If I can read the unique device id, can I say it is original? Or is there another way?
I am working on the twi_sensor example,when i compiled the code it is showing as undefined symbol "data_handler(refered from main.o)", what are the changes i need to make...
Hi,
I was successfully changing mac address dinamically DURING ADVERTISING on nrf51822 chip at each ble_radio_notification event, in this way:
Before start advertising...