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 DevZone,
I am working on a CAN Bus library for communication between nRF52840 Preview DK and MCP2515 chipset. I am trying to modify base on an Arduino MCP2515 CAN Bus...
I am using SDK 14.1.0 S132 for PCA0040 board
i want to combine the next two examples:
examples\ble_peripheral\ble_app_buttonless_dfu
and
examples\ble_peripheral...
Dear experts,
How is the UCIR protected against rewriting?
I would like to store some ID's which I want to be sure they cannot be erased or over-written once programmed...
Hello,
I can see s110 api commands as a web pages on infocenter.nordicsemi.com .
Is it an api list of commands manual in a document like pdf, etc.?
Thanks.
We are trying to configure the I2S peripheral for working with the ICS-43434 microphone ( www.invensense.com/.../) , but we are having a hard time fulfill the requirements...
The product spec is not clear, what is the maximum current draw possible from a 52832? Please assume ALL features are in use and fully enabled.
Thanks.
Hi Dev Zone,
I am going to communicate my nRF52840 Preview DK with an arduino shield. I am checking the PIN number. According to the information about the Arduino board...
Hello, I want to switch the functions between beacon advertising to connectable advertising.
In the code , it can be initial as a beacon advertising or normal advertising...
Hi,
I am running the ble_app_beacon example in nRF52 DK (PCA10040). I can see the nRF beacon in nRFConnect app - but not in the nRFToolbox - Beacons. After opening the app...
Hello,
I am using WT51822-S4AT based on the nRF51822 SoC and I am trying to program it with the ble-beacon example from the SDK. Looking at the DK documentation, I need...
Hi,
Device- nRF52832 (nRF52 DK)
SDK version 14.2
SoftDevice version 5
Segger embedded studio.
I am trying get the BLE working, unfortunately calling nrf_sdh_enable_request...
Hi, Everyone How to turn on 4 LEDs in BLE ? I am testing ble_app_uart on nrf52832 (softdevice s132). Try to blink the four LEDs on the board do. I have added to main() bsp_board_led_invert...
Hi,
I want to create a custom GATT service. So I duplicate the example from the SDK ble_app_blinky. Basically what I did so far is rename all the "LBS" (ble_lbs, lbs_p,...