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...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hi everyone,
Currently, I was developing an application on top of Zephyr. I notice that NRF52 SDK provides library for MQTT-SN protocol. However, my application needs to...
Can the TCLK timeout be changed? I have a ZigBee device that joins and performs a key exchange but then is forced to leave the network 12 seconds later due to a TCLK timeout...
I am working on a project that I need to scan bluetooth devices. I am using nrf52832 as a central, sdk 15.2 and s132 v6.1.1. when I activate the advertiser tab on nrf connect...
Hi,
I haven't ran the FOTA download library in a while and I was just testing it. I don't seem to be getting any of the FOTA_DOWNLOAD_EVT events. I am running nRF SDK v1...
I am using nrf52832 as my cnetral and also nrf52832 as my peripheral . i am connected central with peeripheral using ble multilink example code. but it shows only 16bit uuid...
I am using nRF 9160 mqtt_simple example to connect to a custom mqtt broker address as shown below
The following is the mqtt.fx application
I changed all the necessary...
Radio callback not occure after advertising stops.
I changed ble_app_beacon example to support timeslot as follows.
I put "NRF_LOG_INFO("radio_callback:%d", signal_type...
Hi, We are using nrf51822 in our device and Device firmware update is implemented in it and we are being able to do the device firmware upgrade by using nrfConnect app. Now...
1. Some Bluetooth originals will provide software and hardware tools for Bluetooth keyboard production testing. 2. Does Nordic provide production tools for similar use? 3...
What is the best way to send about 1600 bytes of sensor data using ble5.0? I would like to receive about 5 times per second. Also, is it possible to configure 1:n like this...
Hi I'm a bit new to programing with nordic.
I'm trying to use the nrf_gfx_background_set function to display an image on an epaper panel. I've already written code that...
Hello, Nordic.
I am developing a project that is based on interactive services that exchange data through BLE connections.
Everything is good except for service discovery...
I may be stupid, but I cannot find any indication of which device is currently handled by the nrf9160 DK probe in the nRF Connect Programmer or Segger IDE.
As far as I can...