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...
Hi,
I am using nCS v1.8.0 for application development on nRF Connect extension of vscode.
But I am unable to configure any unit testing framework to test my applications...
Hi, I am developing a logger for which I am using a memory. I was doing all this using SPI in nRF52832 DK which works perfectly fine. But the problem arises when I am trying...
I have a module using a Nordic chip labelled "N51822QFAAH01621UT". I know it's the NRF51822-QFAA, but I am not sure which model exactly?
Looking on DigiKey these are the...
This is more of a question than a problem:
I have been studying the ble_app_uart_c code and noticed that although data is transmitted to the handler one byte at a time,...
Hello.
We are looking for a viable solution on how to transfer a firmware over the BLE OTA from Particle Tracker (Gateway), or any other mcu to nRF52840 devkit (Client)...
Dear, I am new to Nordic. I trying to understand the various Defines for nRF5340DK kit using Devicetree.dts file. In that, I had look on SW0 defines.
1. The gpio0 reg is...
Hi, I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v5.0.0_src) and some other sensors which drivers are written by using nRF5_SDK_17.0.2. my device is battery operated...
In nRF_SDK_for _Tread_and_Zigbee, we used to set autocommissioning as false in the "thread_configuration_t" configuration and then start joined so that my thread node used...
The examples include checking the return code from various FDS calls immediately after the call.
Only some errors can be detected at the time of the call (for example NULL...
Hi,
I have created a vendor model for my application. When sending a message of 32bit it's working fine, but when I am changing the message length to 64bit by doing necessary...
Hello,
I am using a modifed Secure bootloader example in my NRF52840. I would like to show the user an update progress bar on the device screen while loading BLE DFU update...
Hello!
I am facing some strange behaviour using nordics dfu update service on android.
Somtimes after starting the dfu upload the app is not able to connect to the dfu...
Hi,
How to get this done using TWI this temperature sensor's I2C to write 16 bit register, it is sending start after device address then data. I tried as below, but it will...
Hi, I want to be able to send 1bit of data with as low latency as possible, what is the best way of doing this? Can i in some way directly control the low level of the radio...