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...
All the SDK health device examples appear to have a rather complicated relation between the BSP buttons and the behavior of the device (advertising, connected, etc.) which...
Hi Everyone,
I am having some trouble on nrf5380 PDK. I can not connect it to my PC.
I attached photo of nrfconnect.
There were 3 serial ports but I have used just one...
when using the TIMER, I set the TIMER's time_ticks=53328 which means that every 3.33ms, the TIMER will call its callback function and start ADC sample. However, when I use...
Hi.
We are evualuating and testing NRF9160 DK and after a while testing and reading different threads of the forum I know the mode GPS + LTE in the nrf9160 only work in...
Hi. I'm using external board with nRF52832 and GPS. (SDK15.0.0)
I used ble_app_uart example and succeed in receive data in my nRF UART v2.0 app.
I got this kind of data...
Dear all, Im experiencing the following error that pops out on RTT console during the first few lines of main():
I understand the definition here: https://infocenter.nordicsemi...
This is my code:
This is the results of the logs in the code:
<info> app: tx buffer length = 8 <info> app: AA <info> app: FF <info> app: 10 <info> app: 08 <info> app...
We are using an MX25R6435FZNIL0 part on a design with a nRF5340 module and wish to test that 48MHz operation of QSPI is working, we are using the latest master version of...
I am using Keil and trying to debug one of the examples in nrf_SDK_12.3.0 and half of the lines are not accessible in line by line debugging. Those lines where one can set...
HI!
I use flash data storage (fds) to store some user inputs in flash. Everything works fine, but I am surprised by the fact that the function fds_record_update() is not...
Hi All,
Using SDK15.3, NRF52840 USB Dongle.
After a few experiments I would like to clarify my understanding on how the usb bulk write works.
I am currently writting...
I am using Nordic Thingy 91 Kit.
I have uploaded modem and application firmware URL : Nordic Thingy:91 - Downloads - nordicsemi.com
I am facing following problem while...
The following issue is for NCS version 1.4.0 and 1.4.1 for an nRF52840 DK target.
When CONFIG_BT_AUTO_PHY_UPDATE =y for both a peripheral and central, I see in Wireshark...
Hi,
I am using the following snippet in my application. it is working fine sometimes but the other times it's not coming out of the while loop.
can anybody point out the...