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...
Hello. I'm thinking about what I can do with peripheral rolls.
I have a question about GATT communication data. The following content was described in the Core Specification...
Hi,
We have an app, that everytime when it connects to our device writes a 0x01 to a CCCD value in order to get notifications. I see that everytime when the app does this...
I was developing application very similar to the basic ble_app_uart_pca10040_s132 example when I started getting random restarts and Segger Embedded Studio breaks at a strange...
Hello all,
Lost my VM that had a working installation and just setting everything back up.
After installing SDK 1.8.0 and all of the extensions for VsCode. Now both SEGGER...
Dear Nordic experts, Considering a Bluetooth Mesh application based on NCS 1.7.1 and running on an nRF52832 : What steps need to be done to add DFU over Bluetooth LE ? Is...
Hi all,
I have an BLE application where i wish to measure the devices power consumption. I am trying to measure the affect of changing the connection interval, MTU size...
There is a previous similar question here:
https://devzone.nordicsemi.com/f/nordic-q-a/16382/switching-between-apps-with-dual-bank
I am using nRF5232, nRF5 SDK v16.0.0...
Hi!
I am working on a custom board and would like to use an external flash for BLE OTA updates. The FW is based on NCS v1.7.1 and MCUBoot as the bootloader. I would like...
Hello Nordic gang. I'm reading sensor data on the nrf9160DK, the sensors have a fifo with 96 entries. If I can't read the sensors fast enough, the fifo overflows and I get...
Windows 8.1 64-bit: PPK2 shows in Device Manager, does not show as an item in Power Profiler software.
The device works, as I've used it successfully on a Virtual Win10...
What is the difference between the Async Read ApI and the Normal Read API of the ADC ?How the ASYNC read API work ,can anybody explain with sample code. Specially thirds argument...
Hi, We have designed a custom board using nRF52840 SoC, now we want to calculate its power consumption I want to ask if we can measure custom board power consumption using...
I am trying to use the NRF52832 to connect to the BMA456 Accelerometer from Bosch using SPI and am running into the following issue:
All read/write commands work fine...
Hi, I'm trying to implement a timer that will trigger each 10ms (for example) an handler function and do something inside it. So, I came with the idea to implement an App...