hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
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...