Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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 All, I am polishing the code that we have, working out minor bugs, etc, we use Nordic UART to exchange data between our device and smartphone or tablet, sometimes data...
What is the proper way to temporarily disable the softdevice? Currently I have the following
sd_ble_gap_adv_stop(); bool disabled_softdevice = false; if (nrf_sdh_is_enabled...
hi ,
We developed a BLE slave device with NRF52840.
Well, we are doing product certification, BQB CE FCC, etc now.
One of the items is the 2m rate test, and we want...
hi ,
We developed a BLE slave device with NRF52840.
Well, we are doing product certification, BQB CE FCC, etc now.
One of the items is the 2m rate test, and we want...
Hi nordic members,
I am using nrF51822 board. I want to inform you that i am getting error undefined symbol: __data_start__ at compile time in segger embedded studio for...
Hi Nordic,
For battery_level measurement on the SDK we are using a timer such that for every 5 seconds or 10 seconds if the timer expires then the saadc will be triggered...
Hi!
I use nRF Connect Bluetooth Low Energy application for scanning. There are not all BLE devices on the device list.
The device that is not displayed on the list send...
It is required to track/locate the position of a bluetooth mesh node. I found that RSSI value can be used to estimate the distance between receiver node and a target node...
I am experimenting with the Ebyte E73 module which is just a nRF52832 chip combined with capacitors, resistors and xtals. I also have the J-Link lite cortexM programmer. ...
Hi I'm using nRF5 SDK for mesh. with DK PCA10040.
I want to read the temperature sensor reading on button press. Please give me guidelines on implementing this.
Thank...
Hello, i am testing the mesh SDK 2.2.0 version, whit the Light switch proxy server and proxy client examples.
I made a network whit 3 servers, those configured with the...
Hi all,
Is it possible to connect an external antenna with better gain to nRF52840 dongle (pca10059) in order to improve the range?
Thank you,
- Manuel Montenegro.
On SDK 15.2, all example have issues with all IDE on all NRF_LOG_INFO or NRF_LOG_DEBUG statements. Its an Eclipse issue as everything still compiles fine. But I can't track...