Hi, i am looking for basic start up parameters for a 24L01.
I do all my programm in assembler (sorry i am old).
what i aim to do is simple TX-RX, like a small remote...
Hi nordic:
Project MCU: NRF54L05; Development Platform Version: NCS 2.9.0. The APP occupies 220KB of space. adding MCUBOOT and Create an pm_static.yml file in the project...
We are currently using Zigbee Firmware built with nRF Connect SDK v2.7.0 on the nRF5340.
We plan to upgrade the nRF Connect SDK to v2.9.2 and use the Zigbee Firmware built...
we want to use NPM2100 with 2.4V rechargeable battery, burst 2.4V to 3.3V @150mA.
there are a sepcial charger solution for the 2.4V rechargeable battery .
Could Nordic...
Hi team, We’re using the STM32H7 as the host MCU and the WMC02C Wi-Fi module (based on the nRF7002) connected via SPI on a custom board. I tried running the Wi-Fi scan example...
Hi,
I'm attempting to upgrade an existing project (which is still in the development stage) from NCS 2.7.0 to 3.0.2; this seems to break native TLS, and I'm not sure why...
Hello guys.
Is possible integrate features from the IoT SDK to the BLE stack SDK?
I am planning use a Quectel cellular module attached to my nRF52DK and connect Azure...
Hello Everyone,
A part of my logic for the module i am developing requires to put the device (nRF52832) in low power mode for xx seconds. Once the timer expires, application...
Hello,
has anybody put two nRF52832 on the same PCB and make them work at the same time, one with BLE and the other with Bluetooth Mesh?
Or one nRF52832 and one nRF52840...
Hi,
In the multilink example, we are working on 4 links. I have 8 devices.
In the test process, if you connect 4 units first and turn off the 4 units connected at the...
Messages sent from the nRF52832 over serial, using nrf_serial seem to be getting lost periodically as they are received via an implementation on an Android Tablet. We are...
Use 64M Flash to make FAT32 FS, open Writeback mode(NRF_BLOCK_DEV_QSPI_FLAG_CACHE_WRITEBACK), write 1M file "1.txt", "2.txt" in order, use Windows PC to check the prompt ...
Hi,
I need to measure all width of continuous pulses without stopping the measurement. The pulse frequency is about 10kHz. But the frequency and the duty ratio changes dynamically...
Hello everyone,
It seems like a very basic issue but somehow I am unable to resolve it.
I have a characteristic of length 20 bytes. This characteristic is supposed to...
Hi everyone,
I am having problems in getting the twi peripheral to work properly with the accelerometer I am using ( NXP MM8653FC).
I am getting some wierd issues, firstly...
Hi,
I have noticed strange behavior when Android-Image-Transfer-Demo firmware is used (SDK13, softdevice 5.0.0-2.): Demo kit does not startup if powered from the coin battery...
Hello!
I am putting (with a wave generator) a square wave on pin 17 of the microcontroller, and I want that same wave to come out on pin 18.
How do I do that?
Do you have...
I'm using SDK v 12.2 project ble_central/ble_app_uart_c using GCC
After running the project for awhile a stack overflow in the ble_stack_thread() is detected which eventually...
Hi,
I'm modifying the light_switch client example, so that I can use GPIO as input instead of the button. I was able to build the modified example in SES and download it...