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 need to stream data from NUS UART Central Device to one peripheral, but the device always disconnects while trying to send second set of data. So I changed the write_req...
Dear
I have changed light_switch server example of " nrf5_SDK_for_Mesh_v4.0.0_src" from PCA10056 to PCA10059. All function of the code works well except button.
For button...
Morning. I have a Fanstel840F module. I use attached example sketch. I flash nrf52DK with this sketch, it works fine. I can scan with NRF PC and Mobile software, and see smartTag1003...
Hi,
May i know any software utility suggestion to debug the USB data (200 bytes data) communication from device to host and vice versa for nRF52840.
Similar USB sniffer...
I think there is a bug in the west tool. If only one -Dxxxx=”xx.h" parameter in the command-line, the quotes will be filtered. So update the "nrfxlib\nrf_security\src\mbedtls...
Hello, everyone!
I am using nRF52DK and SDK v17, and I am dealing with the example of ble_app_uart.
Using this example, I am testing how buttons control BLE scanning...
Hello. I am trying to implement a application jump from my normal firmware located at memory 0x19000 per recommendations based on the soft device used (s112) to a different...
Hello,
I am working on the nrf9160 board using cloud client sample. The connection to AWS and the boards loses after running for a while. When I reset the board it connects...
Hi,
I'm super rookie on BLE project,
my question is how can I using button press to accept a central pairing instead of typing passkey,
here's my code, using nrf 52810...
Hello!
We are trying to send MQTT messages to a hosted mosquito broker via AT commands using the nRF9160.
We are trying to avoid programming the nrf9160 chip, as we...
SAADC resolution is set to 8 bits, channel is configured as single ended. Is it correct to say that SAADC digital output should be between 0x0000 and 0x00FF(full scale)? ...
Hi,
I'm testing the ble_app_uart example on the nRF52840 DK and it seems to be consuming a lot of current similar to the case in https://devzone.nordicsemi.com/f/nordic...
In a single core BLE SOC, whenever a BLE event occurs the BLE stack takes high priority and any application code running on the single core, is delayed while the event is...
Hi ,
I need to store strings in flash and came across the NVS. I referred to the example in samples/subsys/nvs and was able to do the nvs operation.
The following are...
Hey, so I was under the belief that the maximum size of data one can include in a BLE packet is 20 bytes (23 bytes total, 3 bytes overhead, so 20 total for custom data). With...