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 think my nrf SDK toolchain manager missed a tool somehow. When I downloaded v1.6.1 (following the instructions on the website) and tried to build my project using
`west...
Hi, I am testing the flash storage of nrf52840 with NVS example from NCS v1.4.2
i have run the example code successfully. from the example code i have changed the
uint8_t...
Hello,
I am trying to create a single static library for SDK, and use it in application and bootloader, for that i have merged sdk_config.h files of application and bootloader...
Hi there,
We are a cycling accessories company (mainly light accessories) and have been using Nordic chips for BLE 1 to 1 connection of our helmet to phone (for configurations...
Hi,
I have added the bettery service to ble_app_buttonless_dfu_pca10040_s132 project successfully.
The sample code is from latest SDK 17.0.2 .
When I do the same set...
Hey Folks,
The new LPUART (doc here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/drivers/uart_nrf_sw_lpuart.html ) is supposed to address the issue of...
Hi, I am testing " Zigbee OTA Upgrade Server Example with image transfer over BLE ", https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fzigbee_example_ota_server...
On the device I have flashed the nRF91 with the latest firmware from here: ncs/nrf/applications/asset_tracker_v2. I have flashed the nRF52 firmware with the most recent firmware...
Dear Sir,
I am working on Bootloader of nRF52840 which I need large space to display some LCD when bootloader startup.
I use Keil compiler, SDK 1702.
In Keil, iROM...
Hi,
I'm planning to develope a set of BLE mesh devices (one control unit which is the coordinator and configurator) and sensor devices (low-power, friend and relay nodes...
Hello,
i need a very sample code for ,open a SPI device ad send , receive a byte.
In particular how open the device tree spi device,
how write a byte
how read a byte...
Excuse me:
1、How many low power modes does NRF have?
2、What is the power consumption in various modes?
3、What is the eDRX power consumption(LTE-M and NB-IOT) and average...
Dear Nordic,
I've integrated a BLE central device with an existing BLE mesh product to create a device that would scan & pair with a monitoring device, collect the data...
Hi
I'm trying to ackquire a GPS fix, and then transmit it to my server as a UDP packet.
First, i enable the GPS with the AT%XSYSTMMODE at command, and then try to enable...