Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
It looks like even with the latest SDK 1.6.0, the full modem firmware pre-validation is turned off.
It looks like this is a modem firmware feature, so it would seem that...
Hi All,
I am new in the Dev Zone and apologize in advance if the question was posted in the incorrect section.
I would like to run the Thingy91 as tracker hardware for...
Is there any API (software) available to evaluate DWM3000EVB module on nRF52 DK?
Can we use the API/software available for nRF52840-DK for nRF52-DK as well?
From where...
I am following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/gs_installing.html for installing on Linux.
I have installed SES from 1.6.99 documentation...
I am trying to get use the Zephyr console sample for nrf52840dongle but when I have configured the following in my prj.conf file I get a link error.
When I reload the...
Dear friends,
From this case , we already know that the mesh stack will arrange a new block when the node is reset, so we will get a new sequence number. We will use the...
Hi, dear Nordic team. I would like to use buttonless OTA DFU for nRF52805.
Here is what I did:
Step 1) install all tools
Step 2) Build my ADC code, rename the output...
Hello
I'm going to use 'frequency hopping' to prevent frequency interference.
I don't know what frequency hopping is yet. May I have a good example and related documents...
Hi there
We managed to send/receive SMS on the nRF91Dk using the asset_tracker_v1 example, which contains the at_client.
However, with the asset_tracker_v2 we never...
Hi all,
Here's the context -
Hardware :
- nrf52840 DK
- sensor - LIS3DH connected via SPI
Software:
- SES
- nrfConnect
I need to send data being captured...
I've been trying to write a simple I2S loopback project for the nRF5340DK board using SES. Zephyr's documentation doesn't list I2S as a supported peripheral for this device...
I updated the firmware according to the video "https://www.youtube.com/watch?v=xQ7hDzRULJQ&t=314s&ab_channel=NordicSemiconductor"
File for "update modem" : mfw_nrf9160_1...
Good morning everyone,
I have questions regarding the initialization of UART communication between nRF52 and nRF91 on nRF91 DK.
Device HW/SW setup:
nRF52 DK: Bluetooth...
Hi!
We recently developed some firmware using S112 on a nRF52810 but realised that we needed data length extension, so changed to using S113.
Previously everything worked...