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 am new to ARM and Nordic programming.
I want to send one HEX byte via SPI.
It works with some HEX numbers and with some numbers it wont.
0x13 / 0x15 work
0x14...
I wonder if it is OK to change the lpcomp ref input on the fly, without any other stop task or disable/enable. Just like this:
//--------------------
static void lpcomp_set_ref...
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart...
Hello I need to increase the maximum number of servers for clients to 100. I saw that in the light_switch_example_common.h file, the definition #define SERVER_NODE_COUNT ...
I am developing on a nrf52 board and trying to use sd_power_reset_reason_get(&uint32). This function should only be able to return succes, but I always get back 1. I saw a...
Hello,
I have a strange issue, when I set the name of the bootloader dfu peripheral name, inside of sdk_config.h
#define NRF_DFU_BLE_ADV_NAME "DfuTarg"
When I scan...
Even immediately after issuing a gc (garbage collect) command, "freeable words" is still 1022:
Why?
What does this number actually mean?
The documentation just says...
I'm hitting a couple of different logging issues with the latest SDK15. In the most recent case it appears std_n is hanging while calling nrf_log_frontend_dequeue.
Attached...
Hello,
We have an application made with SDK 11 on nrf52832 but we want to add mesh SDK. Is it possible to make coexistence with SDK 11 ( we don't want to do the migration...
I have to send packages continuously; How can I get feedback on the success of transmission before sending the next package? Which event should I use? and in what callback...
Hello! I occasionally have a crash during the development of nrf52832 (SDK14.2), but this phenomenon is not very reproducible. All the information about the error that I want...
i am able to read data from the i2c device ,,,but i dont know how to send the data through the bluetooth to a central device. i am using the nrf52832 and sdk 15.0.0..someone...
I am just getting started developing a Mesh network around the nRF52840 .
I am confused about which SDK to use for mesh development. v15.0 or SDK for Mesh 2.1.0?
Thanks...
In the Nordic Connect app, firmware uploads keep running even if the app goes in the background or the device goes to sleep. What should I do to run the DFU library with the...
I'm starting with BLE Mesh SDK and have some doubts about their examples.
What's the difference between Light_Switch Client/Server version and Proxy_Client/Server and Provisioning...