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. ...
Hi and happy new year everyone,
I am a developer for Raytheon Anschütz GmbH in Kiel Germany and working on a Zigbee mesh sensor network. Unfortunately I am an absolute beginner...
Hi, radio experts here. Due to some limited conditions I have to implement one custom radio communication pattern in MCUBoot, not the BLE stack which is a bit too heavy for...
Hi.
I have some question.
I use Thingy52 module.
I want to use(merge) all service in Thingy:52 SDK v2.1.0 into Nordic-Thingy52-mesh-demo in Thing_bridge.
I'm trying...
Hi,
I have tested the following solution and it doesn't work if I try to load more bytes.
case BLE_EVENT_DATA_COUNT_HANDLES:
printf("BLE_EVENT_DATA_COUNT_HANDLES\n...
hi
I want to know where the gazell control the GPIO06, i connect a LED with this pin ,and its blinky when send data failed .
I used to see it controlled in somewhere but...
Hello,
in my design I used the antenna swra117d from Texas.
I am able to connect to my custom board with the nrf52 dongle and the nrf52 DK.
Unfortunately I can not connect...
I followed the recommended steps and got the at_client solution to build and flash in Segger Embedded Studio with tag "v0.4.0".
I installed it onto my board, and but didn...
Hi,
I'm currently programming a custom board using a nRF52832 ( using this wiring ). Everything was working great but I tried to play with SAADC and maybe did a wrong...
I am using the link below
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/getting_started_softdevice.html#getting_started_sd
with 3 options...
I'm having some problems getting the sections/observers to work properly. Using SDK v15.3 and Crossstudio for ARM v4.4.2
If I break at ( nrf_sdh.c )
I can see that the...
Hello, I have just started using nRF52840 DK and previously I have used development kits from different vendors so, I was wondering when developing which resources are available...
Hi All
I know this is stupid but I can't figure it out - either I've missed something obvious or not connected something properly (or at all).
Using the PCA10040 nRF5...
I have developed a custom board with NRF52810 (Rigado), a standalone CAN controller (500 kbaud) and serial communication (57600 baud).
The SW is based on the BLE_APP_UART...
Can anyone tell all the potential reasons for stack corruption? I'm debuging a problem where sometimes there is no stack trace when putting a breakpoint on the first line...
I have a project based on SDK 15.3
I've set #define NRF_LOG_DEFERRED 1
The project generates a high volume of log output over RTT
NRF_LOG_FLOAT_MARKER is a macro that...