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 not sure how to read from a characteristic which doesnt have notify property in them. I started looking into nrf_ble_gq_item_add() But I am not sure on what parameters...
During my test of the nrf5340 audio application which in the V2.6.0 SDK , Because of that i need to implement some algorithms in it, i use the ld file to allocated a segment...
Hi,
After successfully compiling and flashing both the blinky example and the ble_app_hrs on my nRF52840 I ran into an issue with ANT Broadcast TX example. The example...
Hello everyone,
I am working on a project that uses the nRF5340 microcontroller and Zephyr.
Initially I took an EVK-NORA-B106 development board that mounts the NORA-B1...
Hi,
I am using zephyr application. I need your guidance on how to set phy to 125 kbps?
I enabled some configurations regarding this please verify that and let me know...
I can't build the program.
Please help. Thanks
This log:
Rebuild started: Project: blinky_pca10040e *** Using Compiler 'V6.21', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin...
Hello, I.m using SDK 2.6.1 with VSCode.
I created a new application based on the sample /nrf/samples/net/mqtt configured for nRF9161_ns which is listed as a compatible board...
Hi,
When I define my nrf52840 pin 0.19 as input put, and there is no connection to any sensor.
Then I use gpio_pin_get_dt() to get pin 0.19 status, the status is high...
I downloaded the nRF Connect SDK v2.7.0 and read the Release Notes. I installed the v2024.7.18 (pre-release) version of the nRF Connect for VS Code. As a first step, I created...
Greetings
I am trying to configure the nrf5340dk to use the i2c0 bus. I believe i2c1 is already configured, but for learning purposes, I want to figure out how to do this...
Hi,
When I DFU upgraded the bootloader of my firmware, I found that during the upgrade process, when ret_val = bl_activate() was executed, the pin would be pulled low. ...
The product page for the Thingy53 only shows hardware files for the v0.8.0 board revision, not the 1.0.0 or v1.1.0 board revisions.
https://www.nordicsemi.com/Products/Development...
HI all!
So I'm trying to use and modify parts of the Asset Tracker v2 application for my own project and when I created a new application with the pre-existing sample on...
Hello all,
I am trying to write some code to read the sensor values from two VL53L0X tof sensors, but I'm having some trouble.
My current code:
My devicetree:
...