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 Team,
I’m currently evaluating the new custom PCB we designed and need to measure its sleep current consumption.
To do this, I plan to create simple firmware for the...
I was messing around with my nrf52832DK and set it to boot mode now the LED5 is flashing continuously, I've tried uploading JLINK firmware into the boot device folder but...
Hello members,
I have problem and got an error below.
============================================================
c:/ncs/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr...
I am now running Ubuntu 22.04.
The following command fails for me:
sudo docker build -t edge-impulse-nordic .
The error is:
Dockerfile:38 --------------------...
Relates to: Thingy91 nRF9160 SDK v2.6.1 I am having trouble successfully extending the size of the tfm partition. I took a sample static partition file from nrf\boards\arm...
I would like for the high duty cycle direct advertising to restart immediately after the ~1.2s timeout.
[I'm using Zephyr. I'm also really new to programming these devices...
Hello, i´m having some problems with the SIM card on my custom NRF9160 board.
if i try to use the AT%XSIM? command to check for the UUIC state i get the following response...
Hi Nordic Community
I was using the nRF Connect Android App to scan the contents of the advertisements sent by my board.
My device is C7:51:E9:6E:C7:43
My question...
When using the mcumgr tool to list images on the NRF5340 development kit, the bootable field is reported as false , and the flags field is empty for the flashed image. This...
Hello Team, I'm trying to use the implement some WolfSSL extensions into my project and get errors while building it.
Preinformation:
I installed the SDK v2.7.0 using...
On our platform we have the following configuration of firmware:
Master boot record
Boot loader
Thread application (compiled separately from the boot loader)
We...
Hi,
I am trying to write a file with dummy data on my internal flash memory mx25r6435f of nrf5340. Then read back from the file and see it in putty. Here is the folder...
Hi
I have an external NOR flash chip which is powered off on startup. The idea is to power up the flash when needed to reserve power. On startup, I get the error message...
I haven't found much documentation yet regarding multiple threads in the secure partition, so I wanted to ask if this would be possible. Was planning to also test it out myself...
Hi,
We have a requirement to not exceed 63 mW of WiFi Tx power at any time for any band (2.4 or 5 GHz) . There is a statement about changing Tx power is not supported. Can...