what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
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...