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...
Hello everyone,
I have problem with a code for reading BME680. Here is my code the values display are wrong and never change.
Thank you for your time. I used this Library...
When adding the DK to my nRF cloud account, I get the following error message: " There was an error adding your device: nRFCode 40102: Ownership code [HWID] is invalid for...
nRF52840, SDK v16.0.0 SD140v7.0.1
Our electrical engineers gave us a hard ATT_MTU limit of 65 bytes, so as to keep the peak current low on the battery for our ultra-low...
Hi,
I'm running into a problem where a TWIM TX call gets stuck internally waiting on the NRF_TWIM_EVENT_STOPPED event. It never breaks out of this while loop in the twim_xfer...
Hello,
I'm trying to integrate the nrf Calendar example here with Current Time Service client implementation on a nRF52840 DK.
I'm trying to understand the logic of the...
Hi, i am new to the nRF52832, Now I want to use it in development.
I need to use it to send Running Dynamics data.
I would like to ask everyone, is there a related demo...
Dear all,
I'm developing my thesis project and I'm using 2 custom nrf52840-DK. I manage to implement BLE and the 2 boards actually connect and communicate beetween them...
Hi... I am using 15.2 version sdk , i have merged ble_app_uart and twi_sensor example code . complied successfully but while running after two output data i am getting fatal...
Hi,
I successfully added libuarte async library to the ble_app_uart example. Now I am able to receive data over UART from another board and my goal is to transfer it to...
While still trying to debug the disconnect problem in a different thread (unsuccessfully), I've gone to the ATT_MTU_THOUGHPUT example, to try and understand it and gain more...
Hi,
I am working with a custom board with a third party NRF52832 module. On my board I have a DS3231M real time clock IC communicating with the NRF52832 via I2C/TWI and...
I am trying to have a bluetooth bond between the device and the app,
how to set a security key to bond it with the android app? and also can I know how to encrypt all the...
Hi,
I have a question about getting the appkey from flash:
I am using the device state manager for key management. I do a ramdom generation of netkey and appkey on first...