Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
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...