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 sir,
I encountered a problem when I tried to build Thingy SDK. Here are steps what I did,
Download "thingy_sdk_v2.1.0" SDK and followed README.md to install the...
We are developing for Nordic chip with 256kb flash and 32kb RAM. We will be using s130 softdevice on the chip so our concern is limited memory storage space. Our program will...
Dear all,
I am trying to configure the uart example found in https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160 in order to be able to read...
hi:
when device is in ota mode, app quits abnormly, we find device will in OTA forever;
There is 2 versions, A and B, A can quit ,but B can't, B just adds one function...
Hi all,
I'm working with LPN demo with SDK for Mesh 3.1.0 recently. I want to implement a function that a lpn device can receive a response message as soon as it sends out...
Hi,
I flashed my nrf52840 dongle by nrf Desktop connect app with ble-blinky hex file from nRF5_SDK_15.2.0_9412b96 SDK and I am able to connect to it from nrf connect ios...
Hi,
I tried to monitor current consumption of my device. I used
and then used
I saw something like this
There are spikes on everywhere.
If I comment out...
Dear All,
we're using MDBT50Q in our design and they recommend a 10uF cap while Nordic recommends 4.7uF (Reference Circuit 3).
In terms of power consumption, can anyone...
I activated it and confirmed the network connection in US. Now I brought it to Thailand to test our device, but I could not get the network connection. Can I use a SIM provided...
Hello
I have ported the example project "nrf_crypto_aes_pca10056" to my one project. But now I'm not able to building the project anymore. Segger Embedded Studio will show...
Members
I am in the board design phase of my project. I use Arduino boards (Due & Uno) with SPI. I read that the nRF24L series is not recommended for future projects....
Hi,
So I am using nRF51822 chip to develop our products. We have two motors attacked to our PCB and we want to control the pulse with low power PWM. We want to control...
Hi...
i want to read the data from another board using serial uart .. how to write the command to check the data is available ... in arduino i written like this how to write...