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...
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...
Hi,
I'm encountering a strange problem with the nRF52832 when it works as Central with two bonded Peripherals connection.
In particular I'm able to secure the connection...
I am interested in transferring large data (>255) over SPIS.
My application requires that the nrf52840 is operated in SPI slave mode. To manage such transaction I have SPI...
Hi ,
I need using dimming server example to add FDS function. But I meet some unstable sitation.
The bellow is the log show how the issue happens.
sometingtimes,FDS...
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart) example.
The figure...
Hi
I am developing a bootloader for nRF52840 using SDK 15.2.0 and s140_nrf52_6.1.0_softdevice, that should support both USBD and BLE transports.
The first transport layer...
We are using NRF52840 with Softdevice 340 and several sensors connected via ANT and BLE. NRF is connected to STM32 via serial UART connection and use ANT serial protocol for...
I am using PPK to measure current. The system uses 2 CR2430 in parallel.
I observe that
1. When using the battery as external supply, the battery voltage drop to 2.5V...
I am using the original board. It does not have a 32kHz crystal.
So I want to use the built-in RC oscillator.
In addition, use the time example of nRF5_SDK_16.0.0. "NRFX_CLOCK_CONFIG_LF_SRC...
Hello,
I am using nRF52840 S140 v7.0.1. I have few queries on DTM functionality.
1) As per standards, we can do DTM test either by sending HCI commands or UART commands...
Hi,
Using Eddystone example I configured EID and TLM slots. I see in nRF connect app both EID and encrypted TLM(encrypted data, salt, MIC).
How to exactly decode the...
Hello,
we are experimenting with the Nrf52811 CTE feature and have a few doubts concerning the documentation. We program our experiments with bare-metal (no soft device...
Hi,
I am working on one business use case. The basic requirement is to monitor the outdoor air environment from different locations. I want to try out the initial things...