Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
HI
this is my pm_static.pmy
I added the following in app.overlay
After the compilation passed, there was no response when I flashed the device.
this is my...
Hii,
I'm using Distributer and target sample code for testing OTA in ble mesh. Using nrf Device Manager App I'm able to upload dfu_application.zip file to distributer...
I'm testing my code based on nrf5SDK v17.0.0 with nrf52832 board.
By nrf connect application,I can see the broadcast packet from my board.It looks something like this. ...
I have installed the nRF BTLE Sniffer plugin for Wireshark to do some transmission monitoring between my PC (central) and device (peripheral). To test, I have a U-Blox NINA...
Dear Support Team,
I am currently working with two nRF54L15 DK boards placed approximately 50 cm apart and stationary. I am using the channel_sounding_ras_ example with...
Hey! I am working with 2 nrf5340 boards(nrf5340 Audio-DK as peripheral and nrf534DK as Central) and am trying to send 12750 bytes of data at one second from Audio-DK to DK...
Hello,
I am new to BLE Mesh and working with Zephyr. However, I've found the supported BLE Mesh samples to be very helpful in understanding the protocol and the environment...
hello Nordic
we have a master version that runs with older ncs version of mcuboot, and it is running ncs2.5.0 based app.
we have a release version that runs with ncs2...
Hi I want to download nRF_DeviceFamilyPack.8.15.0 for my Keil project but I cannot download with pack Installer and manually. If I want to donwload this package from website...
When disconnecting and connecting BLE, if the J-Link debugger is connected, BLE_EVT_DISCONNECTED in ble_evt_handler is executed, but if the debugger is not connected and the...
We are trying to add CarbonDioxideConcentration cluster in matter. we are able to add temperature and humidity clusters and values which are updated are getting read in chip...
According to the data sheet, the nrf54l05/10/15 has 4 power domains. And there is a low-power domain. I search through the entire datasheet for a few hours and still couldn...
Hi everyone, I don't have a lot of experience in BLE protocol. I always lost data when I transport data by BLE protocol. I can predict data lost in intervals, can you share...