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...
I have been struggling to reduce the current on the Nordic Dongle to the sub 3 uA levels that the specs suggest I should be able to achieve.
I am stuck at achieving a 9...
i am trying to determine the current consumption of the nRF9160 when in sleep mode but running LPUART and TWIS.
I see that the Sleep mode (MCU IDLE, MODEM off, RTC on) shows...
Hi all, i want to use CMSIS DSP library for vector/matrix computation.
In NRF connect SDK, there is a "nRF CMSIS DSP examples solution" in the dashboard, however it fails...
Hello,
I have an external flash w25n01gv, I am using this simple spi loopback example to test the spi functionality of nrf9160. I want to read the jedec id of my device...
Does doing DFU again and again on same controller can cause misbehavior of code? I am using BLE + UART + EEPROM in my code and sometimes I face the issue with UART event handler...
Hi,
I'm using NRF52840 to connect my mobile.
I'm using whitelist, following the example. It used to work perfectly for about 1 year.
However - in the last couple...
After starting the program, I do the first calibration and read the data 30 times. The standard deviation is between 2.0 and 2.3. Perform 30 "Calibration -> Read Data" each...
Hi,
Greetings of the day!
I used nRF Connect for desktop to program the nRF52840 device. But I can't lock the program and protect the device using this utility. I installed...
Hi,
I tried controlling the LEDs connected to P0.0, P0.7 & P0.11 by using
nrf_gpio_cfg_output(); nrf_gpio_pin_set();
nrf_gpio_pin_clear();
& ble_app_blinky example...
Hello,
My project application demands exchange the data from PC application(custom application developed by us) which is act as a server to the controller which is act as...
I am trying to compile firmware with GCC in ubuntu. The GNU directory is in C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3. I changed Makefile.posix to m ake sure...
I have a sensor which I'm grabbing FIFO data from every 14msec, ~240bytes. I send these FIFO grabs as soon as they arrive.
My connection parameters:
Connection Interval...
Hello,
I am tested multi-channel BLE peripheral connections. (ble_app_uart example with saadc example.)
When I am testing 2-channel, it works well.
However, when I am...
nRF52840
running nRF5_SDK_15.0.0_a53641a but have also reviewed FDS changes up to nRF5_SDK_17.0.2_d674dde for ideas
#define FDS_VIRTUAL_PAGES 5
I found a scenario...
I am trying to implement some examples of 6lowpan with nRF52 devices (either nRF52832 or nRF52840). I understand that the IoT applications has been discontinued from nRF5_SDK...