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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
The SDK 15.3.0 and 15.2.0 Documentation references ANT + BLE Serialization example in " \examples\connectivity\experimental_ant_ble ". In the SDK I only found " ble_connectivity...
Hello,
We are referring to demo project ( https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo ). This is quite matching for our requirement. However we have...
What is the default state of the GPIOs after reset, until my code has a chance to configure them?
Are they all Input/HI-Z? Is there a place in the manual that specifies...
Mesh DFU works like:
if(fw_updated_event_is_for_me()) update_ and _relay(); else relay();
Is there a way to change this behaviour to:
if(fw_updated_event_is_for_me(...
Hi,
I'm working on porting a project from an NRF52840 to an NRF52832. Apparently I screwed up something somewhere and I can't compile the project anymore. I'm using GCC...
Hi,
I working on a project that need to communicate with other mcu by SPI, the communication is work, but I have question about the start and stop of communication.
...
Hi,
I just met some difficulties to implant more then one service into my project. The project was developed based on hid_keyboard.
The project can work normally when...
I am using 2 nrf52832 boards to talk to each other through UART. One is programmed to the central SDK example and other other is peripheral. In the code, i incorporated 2...
Hi, I got the issuse about the connection with nRF52810. I used nRF connect to connect the nRF52810 device via Android,but it isn't easy to connect successfully.The nRF log...
Hello,
I have a question about the nRF52840 device and the supporting documentation. I am trying to figure out the current ratings for the GPIO. On page 198 it states that...
Hello,
I have an issue with the function sd_flash_write which ends up in a hardfault when returning to the function calling it. I know there are many Q/A on hardfaults...
Hi,
I have some questions about UART:
Currently I am developing software on our PCB with nRF51822 chip. When I was implementing and testing software on the Development...
Hi,
I am a beginner to BLE. I am using the nRF52 DK and i want to try out the advertisement and connection features.
I basically want to know how to send out an advertisement...