I am working with NRF52840 with SoftDevice S140 and SDK v17.1.0.
The boot loader address for this chip is 0xF8000. I can set up one of the 'fstorage' module with the address...
Hey everyone,
Does anyone here have experience with firmware OTA updates over the JIO NB-IoT network? The process seems a bit different since JIO Cloud always sits between...
Hello:
The latest nRF54L15 Errata for Rev 2 shows that the previously reported "GPIOs can exhibit radiated emissions" is no longer present in the Rev 2 SoC.
Can you please...
Hi, this is a very broad issue that i am having, because i dont know the source of it. I am simply unable to use the bme68x IAQ library. i have downloaded the external bsec...
Greetings!
I am using Wireshark along with an nRF52840 dongle to monitor BLE traffic between a mobile app and connected peripheral and periodically I see some "L2CAP Fragment...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
nrfx_gpiote_irq_handler() which is nearly 150 lines of code. All the GPIOs seems to have same priority at the hardware level, how among different GPIO's Interrupts are processed...
Hi, I got an SDK15.2 project that we converted the bootloader to be both serial and ble for the dfu. Unfortunately we have a few units in the field that have only the BLE...
Hi,
I want to schedule timeslots back-to-back, or as close as possible. Question is how close to eachother timeslots can be scheduled?
I read the following about sd_radio_request...
I have a custom BLE service that works correctly with nRF Connect. When I use the API, though, it sends me the same value repeatedly and does not update to reflect new values...
Hi,
I am a developer of IoT systems working for a private firm within Africa. I currently started the development of a cellular IoT solution and my search landed me on the...
Hi,
I've somehow managed to build the gps sample from source within SES, but I can't get the flashed sample to work properly. Everything is fine if I flash the downloaded...
https://devzone.nordicsemi.com/f/nordic-q-a/46388/nrf9160-dk---make-application-from-scratch
I followed the steps from user: Aakash_Soni on this thread. However, when...
Hello,
I am using Segger Embedded Studio IDE v4.52 (64-bit) to develop an application using nRF5340pdk.
My question is this, I cannot find any of the Preprocessor or compiler...
Hi.
I am developing using nRF52820 with SDK 17.0.0 . I test the USBD using the example code(\nRF5_SDK_17.0.0_9d13099\examples\peripheral\usbd_hid_generic), but the problem...
Hi,
I would like to know if it's possible to read advertising data when connecting to the peripheral.
My problem is sometimes when i read the adv data, and then try to...
Hi,
I try configure 2 gpio pins with opposite pull state, one NRF_GPIO_PIN_PULLUP, other NRF_GPIO_PIN_PULLDOWN :
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_LOTOHI...
Hello
We are working on BLE remote based on nRF52810. We are operating it through coil cell. Please let us know is there Internal battery monitoring feature supported by...
Hi--
I am running a application that executes in the bootloader region of memory (0x70000 to end of memory), and is using FStorage to overwrite the application memory space...