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...
As stated in the title, when I set CONFIG_CHIP_FACTORY_DATA_BUILD to n , the following compilation error occurs.
However, if I keep it as y , the MCU fails to function...
Is a Zigbee Direct SDK available for Linux which could be used to allow it to act as a Zigbee Virtual Device (ZVD) using Bluetooth LE?
I am particularly interested in the...
I am measuring latency using the nrf5340_audio with SDK 2.8.0. The measurement points are the analog input on the gateway side and the analog output on the headset side. I...
Hi!
I am using v2.6.1/nrf/samples/bluetoothdirection_finding_connectionless_tx/rx sample, and NCS v2.6.1 for AoA. I made some modification on the rx side to stream I/Q data...
Hi support team,
I'm currently developing a project that requires enabling FCB (for dps to Azure IoT Hub) and LittleFS to store data on an external flash. However I cannot...
academy.nordicsemi.com/.../
The comparison of "increment_count + decrement_count != COMBINED_TOTAL" happens after test_mutex unlock. It is possible that between comparison...
“'\x03\x01\x00\xDB\xDC\x00\x00\xDB\xDD\xFF\xD5\xD1\xC0”An error occurred during the transfer of the bin file, and the packet was returned when the crc was fetched. What should...
Hi,
I'm using nRF52833 DK and SDK v17 to test my applications.
I have to use ADC on nRF52811 SoC, and I wanted to develop a demo on nRF52833DK before implementing on nRF52811...
I am trying BLE+WiFi coexistence on NCS 2.8.0 with nRF7002DK and finding some issues.
First is that it's non-functional. Running the wifi/ble_coex example, there is no...
Hello,
I have a BLE DFU question in this thread that has not yet been resolved.
Since the BLE DFU problem has not been resolved, I have implemented a USB DFU as an alternative...
Hi, I bougth 2 nrf52840 dongle but I dont't know how to use it or program them. So I tried to learn about it looking the getting started guide, this beginners tutorial and...
Hi All,
I have a few nRF9151 that don't want to boot.
I'm not sure if they ever had working modem firmware on them:
Any ideas on how to un-brick?
Thanks!
Ja...
HI,
I am using "NRF_POWER -> TASKS_CONSTLAT = 1 ;" to enable CONSTLAT, but when i printf("TASKS_CONSTLAT %d",NRF_POWER->CONSTLATSTAT); the result is still 0; how can i...
Hi,
I work on a BC805M module (nrF52805) with the sdk17.1.0 & S112. It is powered by a CR2450 battery.
I like to reduce the consumption of the ble_app_beacon exemple....
Hello,
I am using the nrf7002 ek and attempting to optimise the RAM assignment for the project. I have reduced the size of several thread stack sizes as well as the heap...