Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hello,
I'm using the nRF52832 DK to implement the light switch example in mesh SDK. For this example I'm using nrf mesh app as the provisioner and in this app , to add a...
nRF52832 power consumption is high after the SPI peripheral is used (approximately 400uA of extra current consumption). I expect it has something to do with the high speed...
Hi,
I am using the nrf52832 board for my project.
I am using the NUS example as a base for my project.
2 services are provided by this application i.e RX Characteristic...
I'm trying to flash a Nordic Thingy. I have it connected to the debug port of a nRF52840-DK, nrfjprog --ids lists no boards, however.
However pyocd produces:
...
I have a question about bonding with "Peer Manager".
I am using the sample project "ble_app_multirole_lesc (SDK V15.3.0)".
I am bonding by "Peer Manager". When bonding...
Why does SPI not work with nrf_delay, from this previous question
devzone.nordicsemi.com/.../
Surely the SPI SCK is a PWM or other timer/interrupt driven clock?
Also...
When i use nrfutil to perform DFU it is passed, but when i send it through STM32 dev kit it Hash validation failed. but however i can see the CRC is correct.
Hello,
I have an AMS AS7261 light sensor that I'm using with my NRF51422 DK to take a light reading, pull it using nrf_drv_twi_tx/rx, and send it over BLE. However, when...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have few variables in application. These will...
i have a complete project based the gfx project and i want to add BLE using UART for communication. i want to communicate my module with the nRF52840 dongle.
is there simple...
SDK14+NRF52832.
I used one timer to do something every millisecond. and I used another function to do a loop action, the function maybe breaked if the time period exceed...
Can not connect Android 8 mobile phones, such as HUAWEI Nova 3
Nodic equipment is not even found.
We cannot connect with official UART routines.(ble_app_uart...
I found a terminal that can not communicate with BLE. I think that the sequence after MTU exchange is strange. The program used is sample HRM. The terminal used is "Xperia...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...