Hi,
I am working on a custom nRF52840 design (using nRF Connect SDK v2.9.3) and I have accidentally locked the chip via APPROTECT.
My major issue is that on this hardware...
Hi, I am unable to read GPIOs (always getting 0x00000000 from gpio_port_get or 0 from gpio_pin_get). My main project is https://github.com/marcuswu/leaf-fall/tree/main/firmware...
The DECT Nr+ shell (the MAC version, not the -phy; tested with v3.3.0-ba167d9f3db4) offers IPv6 connectivity.
The DECT standard has a profile for IPv6 described in ETSI...
Hello,
Overview:
Currently we are using nRF9160 we are using mbedtls library for generating EC key based certificates (self-signed and CSR). Our code is built with TFM...
Hi Team,
I just wanted to ask is amazon sidewalk support package for nRF54lm20b is available. If yes, please guide me with steps to add it to the project.
Thanks and...
Hello, I wanted to update my project (Custom board using the nRF54L15 ) to the v3.3.0 SDK since this fixed a BLE bug with the v3.0.1. version. To my knowledge I did not change...
I have installed ncs3.3.0 and want to keep ncs unaffected. According to the document docs.nordicsemi.com/.../sdk_setup.html , I should choose to import the edge impulse SDK...
Hi,
I need the bigger the size of bootloader. So I changed IROM1 0x78000 0x6000 to IROM1 0x77000 0x7000.But nrf_dfu_transports_init returned error code after I changed the...
Hello I would like to use the malloc function but the function send me all the time a null pointer... I have the same problem on all examples. In this case, I use the "ble_thread_dyn_template_pca10056_S140...
Dear all,
the latest documentation I have found for the "nRF5x Command Line Tools" is version 9.4.0. Is this still valid and sufficient for the recent version 10.7.0 ? ...
I have a BLE device which I can connect to with nRF Connect on Android (v. 9, Samsung Galaxy S8).
After disconnecting in the devices tab, the connection is opened and closed...
Hi, Im developing a Zigbee concentrator. I used nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 ble_zigbee_template as start point of my project. The project is full working...
Hi Nordic,
There is a question about the default setting for Advertising PHY type. if there is no config value setting like case (PHY_1M ) . (all memory already set to 0...
Hi,
can you please tell me in what cases I get this assertion?
SOFTDEVICE: ASSERTION FAILED, PCxxx: 0x25252
For background: using the timeslot API works for about...
Hello!
I have Nordic dev board 52 and I would like to establish communication nrf52832 -> (one way) computer com port and advertise/send data line by line from nrf52832...
Hi,
Do you guys test the the nRF91 modem with any kind of Bast Station Simulator? since i dont have any CatM1/NB network in my region most of the time i need to rely on...
Hello, I'm using nrf52832, SDK 15 e softdevice 6.0.
Smartphone with issue has Android 9 or 10 and Bluetooth 5. Instead, all works fine with smartphone with Bluetooth 4.2...
Hello, I have this scenario : I want each of my board to have a set of unique data, that I want to write along with the program, at the board initialization (this data will...
Hi,
I have the nRF52DK setup with SES. I can build the example ble_peripheral projects and I can run them in the debugger without any issues.
I also have a Telit BlueDev...
I have taken the examples\peripheral\serial example and made minor changes (NRF_UART_HWFC_ENABLED to NRF_UART_HWFC_DISABLED, commented out bsp_board_init).
I have a USB...
Hi
Our requirement is to do Over-the-air DFU at the bootloader level for nRF52840 devices on thread network. Can you suggest if this possible at the bootloader level? If...