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...
I use a 3.3V battery as VDD on an nRF52832 device.
Along the line this battery might do down from 3.3V to 1.8V. Will the Internal Reference Voltage be consistent at 1.8V...
Hi,
In apply_old_config.h ,here is the code:
for example:
If I set SYSTICK_ENABLED =0 in sdk_config,here will overwrite the macro define because #if defined(SYSTICK_ENABLED...
As per the datasheet of nrf52840 any peripheral like SPI/UART/... can be configured to any of the GPIOs so is the QSPI also.
But at Pin details QSPI pins are recommended...
Hello,
We are working on machine health monitoring system. For that we are using nRF52840 SOC as Central and nRF52833 SOC as end node. We had used single Central node and...
Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs...
Hello, I am
I'm a Beginner at developing NRF 51822 My Development Environment sdk : 12.3 IDE: KEIL v5 SoftDevices : s130
Recently, I've been experiencing a lot of...
Hi,
I'm trying to find a way to power down and on again a RAM section, but I haven't had any luck finding.
In the SDK examples, there's a RAM retention example only, but...
Hi! I am using nrf52832 with icm20948 (SPI) and I want to put nrf52 in sleep and wake up if there's any motion detected. I am unable to put my device on sleep by the function...
I use nrf_libuarte_async from nRF5 SDK v16.0.0, without softdevice on nrf52840. The idle power consumption of my board is several tens of uA. I call:
and then the idle...
nRF52840, SDK16.0.0, S140v7.0.1
We use SoftDevice (RTC0) and app_timer (RTC1). I'm trying to configure RTC2 and TIMER0 to do PPI-driven crystal timing as described in...
I'm using the empty_app_core project for the APP CPU and my NET CPU binary does not start. I suspect the NETWORK.FORCEOFF is holding the NET CPU in reset upon startup. I tried...
I have encrypted 12 bytes on the nrf51 and sent this + 4 byte MIC across to an Android device.
However, when I try to decrypt on Android using a Cipher with "AES/CCM/NoPadding...
Hello everyone,
I would like to developpe my own custom board, I would like to know if it's simple to replace micro USB by USB C and if someone has already do that to help...
A.
while (true) { while (app_usbd_event_queue_process()) { /* Nothing to do */ } if(m_send_flag) { static int frame_counter; size_t size = sprintf(m_tx_buffer, "Hello USB...
hello I am using nrf52832. I am advertising some data and scanning (on the same microcontroller) for other nrf52 devices(which will have the same firmware). When the other...