Hello. I would like to receive the passkey value that the user entered when pairing Bluetooth and modify it. Originally, it was said that if you enter "0000", you have to...
Hi,
I am seeing a strange issue with nRF52840 Dongle when I run a custom BLE connection test repeatedly. Below is my configuration:
FW in nRF52840 was programmed using...
SDK version - v2.7.0
Project repository
Hi! I am a junior embedded systems software developer, and I just started working with Nordic's environment. This is my first...
Hello Nordic Community,
I am currently working on a project that involves a Garmin-style devices to display acceleration and velocity data, connected in ANT. I have some...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
Hey,
I am having an issue where my device doesn't show up in the Nrf Connect app as "connectable" despite as far as I can tell being set as a connectable device. This doesn...
"I'm working with nRF Connect SDK v2.2.0 for nrf52840 and I'm trying to implement file transfer functionality using mcumgr over UART in Application. I've successfully configured...
I use the QSPI(SDK15.2) of NRF52840 to read and write FLASH. Every time I open QSPI function, QSPI is closed after writing flash, but after close QSPI, there will be occasional...
Hi,
I want to capture data from TWI ADXL345 and send them by ble_nus_data_send() to mobile. Timing of data sending is done by application timer. My problem is that when...
Hi,
I tried to merge ble_app_multilink_central and ble_app_uart_c.
But, when I run the project It errors like below
I thougt the problem is the address of RAM_START...
HI,
my new BLE project is using nRF52810 chipset. Following is the requirements:
1. BLE nRF52810 will pair with iphone/android taplet
2. iphone/android table will...
Hello All,
I am using "nRF52840-DK" with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK which i am using with SEGGER Embedded Studio(SES) .
I tested the "Blinky"...
Hi, weird issue. I am using the nRF toolbox to connect the nRF52832 (configured for HRM) for use on android. The thing is, on my personal phone ( Samsung galaxy s10+) everything...
Hello.
I have several problems with building this demo: https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo As author recommends:
Download and extract...
Hi,
I would like to increase the length of read & write characteristic value to 29 bytes. I changed the NRF_SDH_BLE_GAP_DATA_LENGTH = 36 & NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hi,
I try to build a simple BLE central device from nRF52840 dongle.
Using Nordic's nrf Connect desktop application I upload connectivity FW.
I want to replace nrf...
Hello,
To the nordic experts, please share your opinion or any suggestions are welcome in finding the feasibility of nRF52832 SOC in our product based on the information...
If I go into a power save management, can still set any digital GPIO as an output without consuming current.
Push-pull?
For example I connect the GPIO to the Gate-Mosfet...
Hi,
We are trying to implement an interface to sniff bluetooth data. We are using Linux with Ubuntu 18.04. Our code for other interfaces are written in Python 3.6. Naturally...
Hi,
I am trying to implement chacha20 stream cipher to encrypt plain text and decrypt it. In the nordic SDK example the chacha20-poly1305 authenticator implementation is...