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...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hi, Sir
I met a problem when I enabled ble_adv_directed_slow_enabled in nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hids_keyboard\pca10040\s132
The detailed...
Hey all,
I've been having a problem that it seems like a few others have had as well. When I connect my desktop computer to the devkit, it does not respond to any nrfjprog...
HI, I am using NRF52832 sdk15.2 .
I have some doubts
How to assign two to three different timers to do different functions
1. I need to read the sensor data every one...
Hello,
I'm working on a BLE central project where we want to utilize LESC Just Works Unauthenticated pairing.
I followed the recommended usage guide at https://www.nordicsemi...
Hi,
I am using nrf_fstorage_sd which uses nrf_atfifo. I would like to know what it is max usage of m_fifo queue so I can set lowest NRF_FSTORAGE_SD_QUEUE_SIZE value. I figured...
I develop an program with BLE DFU support, but we hope to merge all hex as single hex file. Then we can burn this hex file by programer (such as jlink or NRF52DK), So we have...
Hello,
I'm trying to run the s132 (and s140) softdevice while running a proprietary mesh network stack. Naturally I'm requesting a hefty amount of radio slots. I need to...
Dear Nordic,
I have an application which contain UART and BLE advertising. For power consumption i use enable disable UART.
Enable and Disable Uart:-
Is it right way...
hi..
i am using nrf52832 and a peripheral device .. temperature sensor ,my temperature values are increasing like(0 ,27,75,80...) how to get a approximate value .
i have...
Platform: nRF52832 using SDK12.2 and Keil 5.20a
I've encountered strange corner case when displaying negative floats using NRF_LOG_DEBUG .
My test code looks like this...
I want to use BLE 4.2 Data length extension to stuff more data into one packet. I am looking at the "ble_app_att_mtu_throughput" example and am getting confused because there...
Hi!!
I am sending data by BLE data received by SPI.
The interval for sending data at BLE is 64 ms.
I have written and run NRF_SPI 1 -> ENABLE = 0; and NRF_SPI 1 -> ENABLE...
can't open 'J:/Projects/..../Electronics/SDK/BT840F/nRF5SDK15209412b96/nRF5_SDK_15.2.0_9412b96/examples/ble_central_and_peripheral/experimental/ble_app_att_mtu_throughput...