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,
Based on aws_fota sample, I want to replace the line with poll with something that not blocks (because I have another things to manage in my loop). Do someone have...
Hi,
I am evaluating nRF52840 DK as a peripheral with 300ms interval with no timeout (continuous advertising with APP_ADV_DURATION set to 0 ).
I understood that while APP_ADV_DURATION...
I am developing for an nRF52810 target application.
I am using IAR 8.42 with a PE Micro debugger. If I debug a project (call it project A), the linker ROM space starts at...
Hi,
I tried the SDK_DIR\examples\dfu\secure_bootloader\pca10040_s132_ble example from nRF5_SDK_16.0.0 with my custom board with nrf52832 mcu.
I followed this guide:
...
To the kind attention of Nordic support team,
I 'm working on a custom project so that nRF52840 can operate in two different mutual exclusive running modes. A USB operational...
I'm starting a new project that ports an existing (non-Nordic) application to a system based on an nRF52840. My current solution is based on FreeRTOS, so I'm looking at the...
Hello,
We are experiencing 2 different but related app_timer failure conditions.
app_timer_create() returns NRF_ERROR_INVALID_STATE
app_timer_start() does not return...
Hello,
I am using nrf52840 microcontroller and segger embedded studio for making firmware. I made my own project and I am having trouble configuring nrf logging which i...
Hi,
i am working on a Bluetooth application with the nRF52832.
When I try to connect a Pixel 3 (Android 10) via nRF Connect app which is available on store, I am unable...
Hello!
I've got a small problem in Visual Studio Code for Windows, the intellisense can't seem to find the nordic header files from the downloaded sdk. It compiles just...
Greets,
I'm using the aws_iot library atop an nRF9160 successfully to connect and interact with AWS services.
The aws_iot_evt_handler_t callback is triggered when messages...
I'm not sure if what I am trying to do is the proper way to send ble data, and I since I can't get it to work, I'm assuming I'm doing it wrong. What I'm trying to do is send...
Hello, I wanted to send data over peripheral device to the central device by using ble UART example. I used ble_nus_data_send() function in main(void) function. I have checked...
Hi, New user here, I develop using Kicad and it has an antenna based on the Ti SWRA117D design, which is 2.4GHz. Can I confirm I only need two components (as per reference...
Hello,
I am using the SPIM module to communicate the NRF52832 with a sensor, every time it generates an interrupt - which is generated with a frequency of 25Hz. For the...