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...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Dear Nordic,
I am considering to make a board that includes an nRF5340 + display. I am looking at a display that supports QSPI and I was wondering if the nRF5340 QSPI can...
Hi,
I am learning nRF52840 development and making a sensor device.
The datasheet of the nRF52840 chip says:
Regulated supply for external components up to 25 mA
...
Hi,
I'm working on a project with the Nordic nRF9160 Development Kit and am trying to send Bluetooth beacon data from the nRF52840 chip to the nRF9160 chip using UART and...
Hello,
I try to enable the LE Data Packet Length Extension. According to the available documentation, it should be as simple, as adding `CONFIG_BT_USER_DATA_LEN_UPDATE=y...
When loading empty software (zephyr based) into the nRF9151, the nRF9151 uses roughly 4mA and when erasing the IC, it uses 5.8mA.
Does zephyr not include a power down mode...
Hello!
I am porting a nRF Connect v2.9.0 application from a nRF52 to the nRF54L15.
We are using PPI/EGU to get exact measurements for some BLE radio events for some optimizations...
Hi,
We are developing application software on the nrf9161dk that uses the little FS file system running on external FLASH. Most of the application development has been completed...
Hi
I want to use P0.18 gpio as output pin and not as reset for nordic.
I am using ncs v2.0.0.
I have added
CONFIG_GPIO_AS_PINRESET =n in prj.conf
and when i...
Hello,
I have a Nordic Thingy:91, and I need to perform continuous wave (CW) transmission tests in LTE. To achieve this, I plan to develop custom firmware that alternates...
Hello Everyone,
We are working on a new product using the nrf52840 and OpenThread.Our current product uses the Azure IoT Hub and we were wondering if we could use the library...
Hi,
I defined __STACK_SIZE as compile/build flag. It has no effect according to GCC output after building is done.
Chip is nRF52840.
I tried to set fixed stack size...
Based on the message on the following page, nrfjprog has been deprecated and should no longer be used:
https://www.nordicsemi.com/Products/Development-tools/nRF-Command...
Hi,
I am nrf52dk/nRF52832 (512kB flash) nordic peripheral_lbs sample as a test environment for establishing OTA updates. In my product firmware, I am facing a situation...