Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
Hello,
I was given an existing code with a possible bug in it relating to RAM retention and I'm trying to make sense of what I'm seeing. I am using NRF52832 with SDK 17...
Hello everyone!
I have a question about flashing firmware to a PCBA with the nRF54 and nRF91, or any dual MCU board in general.
When looking at the Thingy91(x) this...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
I am trying to create a partition on mx25r64 using partition manager on my nrf52840dk. Below is my overlay file
Below is my prj.conf file
Below is my pm_static.yml file...
As the title,I want to encrypted and decrypt data in CBC mode with nRF51822,S110,the version of SoftDevice is v8.0。can anyone provide an example or demo code? thanks !
i have one host and two devices.Two devices to send data to the same host, and at some time, the device A get the data from the ack to equal to sent to the host from the device...
Hi Nordic
I used spi0 to control the LCD screen. I succeeded and needed ble_ant, so I ported it to the ble_ant speed cadence sensor code I made.
But it does not see anything...
Hi,
I worked on the nrf51 for some years and recently moved over to the nrf52. PPI is a new interface I am exploring. I am having trouble restarting a RTC which was started...
Hello!
I have been lurking around the Thread SDK and I wonder if it is possible to get the IP-address of the device, and if so, how? I am stuck here so any help would be...
My nRF8001 device uses encryption with just works procedure.
Establishing a bond between nRF8001 and peer device as well as reconnection works on Android.
On iOS reconnection...
Hi,
I have download nrf5_SDK_for_Mesh_v1.0.0_src and want to start with nRF52840 DK and 52832. I could use EmbeddedStudio to flash it to 52840. Is there a app on the phone...
hi guys ;
i have already an application on android phone that can read and write charchtéristic i also followed the tutorial Bluetooth low energy Characteristics, a beginner...
Hi,
I have an application where both radio notifications and flash operations are used.
It seems that every sd_flash_write() generates two radio notifications. So during...
Hello Everyone,
I am using raytac's BLE module (nrf51822 chip antenna version, 32kb RAM 256 kb Flash ) (www.raytac.com/download/MDBT40/MDBT40-ANT-D.pdf) in our product...
Hi,
I have a problem with NRF_LOG_INFO() macro - it only shows messages form main.c file but not from another .c files in project. Why this could happen?
I work in Eclipse...
Hello,
is it possible to use a external clock e.g. a digital output of a TXCO. As source for the LF clock. So the same clock source as used for the host uC can be used...
Hi!,
I'm newbie with nRF52. I have a nRF51 Development Kit and a nRF52 Development Kit.
I have installed nRFconnect (for Ubuntu 64 bits) in Fedora 24 Workstation (64...
Hi! I have tried to use USB CDC ACM in my project but after running the USB CDC ACM example in the SDK, I found out that the example have the issue of not sending the data...