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...
SDK:nRF5_SDK_16.0.0_98a08e2
Hardware:52832QFAA
I refer to the code of ble_app_buttonless_dfu to port to ble_app_hrs_freertos but the following problems occur during the...
Hi,
I've been experimenting with the Mesh SDK (v3.2) on nRF52832 boards. After doing some end-to-end latency experiments, I've come up with some questions associated with...
51822, S130, SDK11.0. In order to save current, I disabled fast adv and set the slow adv interval to 10seconds. The current is low now, but I am facing connecting issues with...
with regards to nrfconnect ios v2.2, has anything changed with respect to service changed characteristic or service and characteristic discovery?
(behaviors described seen...
Hi nRF team,
I am configuring my GPIO pin with below code sample.
out_config = GPIOTE_CONFIG_OUT_SIMPLE(false);
err_code = nrfx_gpiote_out_init(MEM_SPI_SS_PIN, &out_config...
in ¨¨Blinky example¨¨ we press button on one board and led get ON on other board.
I want to ask how can I modify this example or any other example
what are the functions...
Hi
I am looking for BME680 example code for Thingy91,since I donot have access to NB-IoT / LTE network as of now, i can't use the asset tracking demo code. I just need BME680...
hello
we used sdk_15.2.0 ->proprietary_rf -> esb_ptx example to check 52840 transmission.
now we have 61440 bytes need to be sent out. i used following code;
int main...
I`m searching after a document / description how to setup a user test case for BLE RF distance range measurements. Maybe Nordic have a smart phone app which we can use to...
I am evaluating NRF for a commercial project. I am also new to this BLE business so trying to learn fast.
I am trying to run the supplied BLE UART example on the NRF52DK...
I am trying to develop a low power scanner with nrf52832 which is is acting as both central and peripheral (beacon)
I need to detect other tags like itself transmitting...
Hi,
is there any example of firmware that can be used on nRF24LU1P that perform some data receiving on RF side and send them over USB?
The most important part is the USB...
Hello, We have designed a PLE peripheral based on nRF52840, SDK16.0, Softdevice v7.0.1. We have having an issue where, occasionally, we send a certain data (a command) to...
Hi everyone,
I created a custom service that I want to be advertised through scan response. Also, I want to advertise the INFORMATION SERVICE through advertising data. I...
Hi, I'm working with nRF52840 with NFC. I don't have yet the external antenna to connect to (now I'm using uFL), but I'm not sure about the trace width that goes from the...