Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...
If there are multiple beacons, let's say B1,B2,B3,B4,B5 and a BLE receiver. I want receiver to only wake up from sleep mode when B1 transmits(long broadcast interval) and...
Hello Nordic community,
is it possible to configure the network key, application key, node address with the help of a byte array? The keys, adresses and all the peripheral...
I can not transplant SDK15.2's ble_nus into my project, there is no errors after i complie it, but when it does not work, I use RTT to see the errors, like this:
line...
Hi, I have trouble when working with my application bases on UART project on nRF51822 board. I use NRF Connect applicaton on my phone to connect with my board. Sometimes i...
Hello,
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU example in my project that was started from the Nordic BLE Template app...
I wasted way to much time figuring this one out (and after I did find the problem, I realized I had run into this about a year ago in another project :-S)
In my project...
Hello,
I am trying to increase the Peripheral/Central_Link_count to 10 for each or 20 in total and NRF_SDH_BLE_GAP_DATA_LENGTH above 200
I am getting an error when compiling...