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 followed the install instructions from nRF Connect SDK documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_ins_linux.html ), to build and...
I have nRF52832 board. I had interfaced nRF52832 board with STEVAL-IDP005V1 for FFT analysis. I am getting all the data and messages in STEVAL-IDP005V1 - UART (in PC). When...
Hi Team,
I working on the python script were i am trying to connect multiple nrf52 devices. nrf connect app for windows is connecting to multiple devices which is fine...
Hi,
We are designing a system using nrf52840, in which we intend to keep the wall clock time with battery support.
Reading about the internal RTC module, it gives an impression...
Hello,
I would like to use DMA on UART1 on the nRF9160. Can you provide an example for setting up the UART with DMA for Zephyr? I can't find any documentation or direction...
Hi,
I am developing firmware for both nRF52832 and nRF52840 chips. For serial communication, I would like to have a common interface for both chips, which means sending...
Hi!
We are developing a beacon for a hursh environment based on NRF52832 chip and now close to production. Recently we've noticed that unit power consumption for some reason...
I want to use extended advertising features , I search ble_peripheral only one example is ble_app_rscs
I compiler and program, i can't find the device in my phone app
...
i download App(iOSDFULibrary) from https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library .
And delete all firmware itself have. Put my firmware into folder (Firmwares...
Hi,
i am doing a project where i am modifying secure uart boot loader,
the problem which i am facing is while debugging into boot loader example i am not able to see the...
Hello all,
I've been modifying the thingy:52 mesh demo ( https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo) to support more sensors but I've noticed a severe...
The NRF52810, gives the 0dBm out, with 4.6mA peak current 。
When we using, we plan 20Kpcs for mass product, the current is more 4.6mA, it is 7.4mA 。
we use the 2MBPS air...
I would like to have multiple threads simultaneously accessing the modem via the AT commands over the AF_LTE socket. Thread1 does the normal AT+CFUN=1 and other active commands...
running DFU example from <SDK 15.3>\examples\dfu\secure_dfu_test_images\ble\nrf52840 , and attempting a DFU update of:
sd_s140_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi everyone.
I have a problem with processing with recived UART data. I'm using software UART from example > peripheral > uart.
I use nRF to comunicate with GSM module...