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:
What's the marking on the nRF24-LU1+?
Marking exactly "nRF24-LU1+" or any chance marked as "nRF24-LU1" instead? Your big assistance & prompt feedback is much appreciated...
I am using NRF52810 in : In advertising mode not able to erase or write to flash sd_flash_page_erase. hungs up via processing commands from nrfx_twis_state_machine
Hi,
I'm developing a custom application starting from ble_hrm_freertos application. When NRF_LOG is enabled there is no way let the chip in low power consumption. I found...
Dear Technical Support,
I have faced a problem debugging firmware on our custom board based on Nrf52811. We use j-link EDU and Segger Embedded Studio as development tools...
Hello Nordicsemi community,
1) manual build of mcuboot - When trying to build the mcuboot for nrf5340 via the mcuboot/samples/zephyr via the west build command, the build...
HI , nrf52832 with SDK v16 on that using this nus example location below mentioned
examples\ble_peripheral\ble_app_uart\pca10040\s132
in this example, didn't change...
Hello,
I have recently received the nrf5340 development kit as part of the Hackster contest.
I followed the webinar and to get started
1. Connected board via micro USB...
I started a new ticket since I got a solution to not connecting to the cellular network. Apparently the iBasis sim is not working so I acquired a Hologram sim. I now can connect...
the code yesterday when debug can pop out voltage ,i do not chang anything today ,the code can not run the location ,i make three breakpoints in code and debug ,the code only...
First day using the new dev kit nRF52833-DK. Connected it up following the instructions on nordicsemi.com/start52833dk - computer won't mount the JLINK removable disk so I...
Hello, i have complied and run this https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial program, so in on_write function am copying data from receiving buffer...
I am using nrf connect SDK version 1.4.2 and the AWS_IOT api to send data to an AWS IOT mqtt broker.
When our device boots, it correctly connects to AWS. However, when trying...
Hi,
I want to use some of the nrf9160 DK pin as feedback or notification out for other microcontroller.
So when i am using gpio.h Library it was showing error. I am...
Hi Team
From what I learned, the BPROT or ACL can protect the bootloader can not be modified by the application.
But is there any way to protect the chip from erased with...
Greetings!
I have a central that's writing BLE messages to a peripheral. The characteristic on the peripheral is a 32-byte array, and my experiment is to write 32 bytes...