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...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Nordic,
I'm looking at the PM_EVT_FLASH_GARBAGE_COLLECTED event in SDK14.2 and have noticed that it is generated even if garbage collection fails. Currently no error...
On SDK 14.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
We are using SoftDevice: sd132 v 5.0.
With event "BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST", the function "sd_ble_gatts_exchange_mtu_reply" always return with "NRF_ERROR_INVALID_STATE...
I am using Fansttel BT832X SoC with SDK 14.2 ( Soft Device Version S132 5.0 ). i have configured PA/LNA mode in BT832X module. If i use only BLE advertisement i can see the...
Hi,
We want to update nrf52832 via uart. We have host controller and want to upgrade nrf52832 through it. We have SDK BLE_2.0.1 for the mesh. I had gone through DFU Example...
Hey,
I have a smart kettle Redmond RK-g201s, which is controlled by bluetooth. I have read that it has nrf51 SoC. It has 1 service with 2 characteristics: for read and for...
Hi Nordic:
I want to consult one question about "BLE HID Keyboard". I am trying to use the product---nRF52832 to make the "BLE HID Keyboard".
Then I download the source...
Hello Nordic Team,
I have some issues with the PPK since i uptdated nrfconnect from 2.0 to 2.4.
I get this error message when I try to select the serial port on Power...
I have some working knowledge of Android but I'm new to Fragments, Injection, Binding, ButterKnife .etc. I have gone through some videos and tutorials but can't catch where...
Hi,
I am using the nRF52832 DK for connecting and collecting the data from multiple beacons simultaneously. Right now i use the nRF_Connect desktop application for collecting...
Hi,
We have a nRF51822 project based on ble_app_hids_keyboard, SDK 12.3. When using Keil, it runs well. However, when using arm-gcc to compile the same code, something wrong...
Hi,
I am currently exploring the USB_CDC_ACM examples as well as the NFC record launch app.
Individually, I can make the examples run fine.
Then, I tried to combine...
Using nRF52840 SDK 15.0.0 with SoftDevice
I am trying to protect the Access Port, used to do it using the following command
nrf_nvmc_write_word(NRF_UICR->APPROTECT, 0xFFFFFF00...
Hi,
I'm using the NRF52840 SDK version V15. My program uses:
1. softdevice (BLE communication)
2. SPI uses using SPIM interface in nonblocking mode.
3. Timer event...