I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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...