Hello,
Does the nrf_oberon library support the nRF54L series parts? In the technical documentation, it appears that M33 parts are supported: https://docs.nordicsemi.com...
I'm having trouble enabling BLE DFU on my firmware for the nRF52833. I'm following the steps from the Dev Academy course - FOTA over Bluetooth Low Energy . After adding the...
Hi,
I have a board with a real time clock IC which is kept alive during power downs. I want the Nordic nrf52840 to read the time from the real time clock and then use this...
Hi,
I'm working on a custom board based on nRF52840 and a 2.9" ePaper display (SSD1680) connected via SPI using the mipi-dbi-spi interface. I'm using nRF Connect SDK v3...
I am trying to create a custom sensor for CT1711 temperature sensor. I have created the sensor driver code and device tree binding, but it won't start (initialize) and the...
Hi,
currently I'm migrating my application from SDK5 to NCS and I'm facing a problem with the application size for a BLE update. In the previous SDK5 there was the softdevice...
Hello Nordic,
We have recently purchased an nRF52840 Dongle. We were able to sniff the BLE packets over the air. So it is found that all the packets that we are able to...
Hello, I have to use 2x VL53L0X in a development based on nrf52832, but I cannot find the adequate library for this share. Can I use the development library on nrf51 from...
I'm trying to modify the lwm2m_client sample with my network APN and Operator details so am adding the following to prj.conf
CONFIG_LTE_PDP_CMD=y CONFIG_LTE_PDP_CONTEXT...
Hi,
During May 2020, there was article describing "Bluetooth flaw exposes countless devices to BIAS attacks", also said that "“After we disclosed our attack to industry...
Hardware: nrf52832
SDK: 16.0.0 with FreeRtos,
Softdevice: S132 7.0
I set configMAX_PRIORITIES to 5 and modified nrf_sdh_freertos_init to set BLE task priority to 4....
Hi,
I'm using an evaluation board with nRF52811 for a smart home device project, which the user can see the distance between his smartphone and the peripheral, calculated...
Hi Team,
1. Is there any tool to generate the ECC Key(Public & Private) pair for validating digital signature things. So that we can use the same and we will implement the...
How do i change the baud rate for the serial LTE modem interface, changing the baudrate in the ~\ncs\v1.2.0\nrf\applications\serial_lte_modem\nrf9160dk_nrf9160ns.overlay has...
I am looking at using a customized version of ESB on the nRF52 where there will be multiple remote devices that share a time period to transmit to a central node (no ACKs...
Hello,
I've been evaluating the speed of nrfjprog vs JLinkExe to flash multiple devices and found out that i could use JLinkExe with .jlink scripts to save roughly 50% of...
Hi,
I work with nRF52832 module. i want to interface two i2c functions.
1. EEPROM - SCL - P0.06 SDA - P0.07 -> i check with this separately its working.
2. TLV493D...
i was trying to upload the hex file in nrf51 sensor tag using nrf52840 DK but when i connect board with nrf connect desktop its saw me error like this "ERROR Could not fetch...
I'm moving a project from pca10056 to pca10059. When programming the pca10059 via the JLink Edu Programmer, the application uploads fine, however it hangs entering debug and...
Hi,
I'm using NRF52832 with SDK15 and Mesh 4.0. I am also testing on Generic On Off examples.
I want to send status messages from a node to the provisioner (app). I can...
We have an application where we want it to go to sleep, but still check things periodically, retain registers, and whatnot; and as such power-on is a good fit. However, it...