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...
Dear NRF community and support This is a followup question to the DevZone post https://devzone.nordicsemi.com/f/nordic-q-a/2860/flashing-bootloader-and-application-via-j-link...
From everything I know and understand of the system architecture, this shouldn't be possible, but one of our early production units out in the fields has twice now apparently...
I'm designing a two-part computer input device: Part A will communicate with the computer over BLE, but it must also be able to forward along messages from Part B. Here's...
Hi,
I am trying to update the MTU between the central and peripheral to the maximum MTU.
at the connection interrupt from the central side I added
but I got error...
For nRF52832 I see in the datasheet:
I OFF_RAMOFF_GPIO System OFF, No RAM retention, Wake on GPIO,
While for nRF52840 only “System OFF, no RAM retention, wake on reset...
I have an iOS App which is just designed for updating our device firmware OTA. It uses the Nordic DFU library, updated to the latest cocoapod. It connects to our device, and...
Hi,
I use OpenWRT and nRF52832 to develop a BLE gateway, the nRF52832 connected to OenWRT through UART. Now,we need the uart serial DFU of nRF52832, and I found that nrfutil...
I am looking for some advice before diving in to what could be a big waste of time. In my existing Thread implementation, I use nRF52840's in two different configurations...
Hi all!
I am using mesh sdk v4.10 and sdk 16.0 with an nrf52840 custom hardware. I have a question regarding the mesh event handler. I am seeing something weird which I...
I am trying to run DHT sensor on the nrf9160 using the sample provided by zephyr (can be found under zephyr>samples>sensor>dht). The code was meant to run on nrf52. Is there...
hello everyone,
I'm using SDK15.2 in nrf52832. I need to update my sensors value(Temperature, Humidity and accelerometer) data to advertising non connectable beacon. How...
Hi,
I'm using nRF52832 board and I'm modifying the Eddystone BLE Application in ble_peripheral example in SDK 16.0.0. I'm trying to get the characteristic value of ADV Advertising...
Hello, we are creating a nordic peripheral using an nrf52832 and SoftdDevice S112 and SDK 16.0. We need to store quite a bit of data non-volatilely, at a fairly fast rate...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...