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 am using nrf51822 DK. How to set GPIO pins as output pins and access the pins to set or reset the output.For example if I want to use pin 20 as output, how to configure...
I am trying to read if an input is 0 or 1 but for some reason it takes the first one its offered and then it does not change anymore.
int main(void)
{
nrf_gpio_cfg_output...
<Environment> - nRF9160 DK v0.8.5 - nrf tag: 1.1.0 - modem version: 1.1.0 - using an external GPS antenna, SW12 => CON
I'm attempting to use udp_gps, but doesn't work out...
Hi all,
I'm a bit confused. After going through available documentation, I thought I had understood that RTC0 was used by the SoftDevice, but that RTC1 was available to...
Hi,
I am using nRFmesh SDK for a project. I have configured all nodes(devices) into one group. Each device will publish message for every three seconds. I am reading the...
Hi,
I need step by step guidance on how to implement BLE MESH ( SIG MESH) using nRF52840 Dongles.
I am trying to connect 5 dongles in MESH config.
Kindly help with...
Hello. I am using nRF52832. The SDK version is 14.0.0. UARTE is used for serial communication with other devices. The baud rate is 38400bps, and a maximum of 20 bytes of data...
Hi, I could not find a way to use Segger Studio debugging features when I have a bootloader for DFU functionality. Is there a way to something like that, because when I click...
I am trying to read temperature, pressure, and humidity data from an Adafruit BME280 sensor using the nRF9160 DK. The communication protocol that I am using is I2C and I am...
Hi,
In our product, we use 9160 GPIO to control the system power. However, we found we can't power off when 9160's modem is in normal mode. But, the system can power off...
Hi,
I want to know if is it possible to send data from the end device to a coordinator without using the periodic reporting method which makes the end device sending the...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
I'm evaluating the nRF5_SDK_v15.0.0 buttonless example OTA DFU bootloaders on a nRF52840-PDK.
The buttonless examples are working well. So I integrated the buttonless...