I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
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...
Hi Nordic team,
I am trying to implement DFU over uart in nRF52832 using SDK 17.0.0. My device has nRF52832 and main MCU in it, and I would like to do DFU from main MCU...
Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle...
I have tried nrf_mesh_disable(); but it does not turn off the Provision Beaconing.
mesh_provisionee_prov_listen_stop(); does the trick, however I am struggling with re-enabling...
Hello
when hardfault is happaning, I can catch and understand the reset reason easilly, by looking at the map file
however, from time to time, I get a reset without...
I'm using Segger Embedded Studio version 1.6.0 to try to do some testing with SPI for a future project. Currently I am adding SPI functionality to the "Blinky" example: I...
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */
I am a beginner in this field. I am not sure what does this hexadecimal number...
Hi team:
After my device runs normally for more than 10 hours, the issue that THE socket cannot be created occasionally occurs. Once the issue occurs, the socket cannot...
Hi. I'm working on several projects, some of which are not using Nordic chips. I installed the latest Segger J-Link drivers to support a different project. I believe this...
Hi,
I am using nrf_drv_clock_hfclk_release (); in order to release the hfclk, before the call, the internal counter is 1 and the module is initialized.
because the counter...
I'm working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I'm trying to set up and operate a Nimbelink modem. The code references...
Hi everyone,
I would like to change the output voltage and current driver strength of some GPIO ports on the nRF52840. I am using the zephyr driver "gpio.h" API, but the...
When I try to connect to a previously bonded device, I'm getting
Disconnected (reason 0x3d)
and bt_att: Unhandled ATT code 0x1d
and if I delete the bonds again and try...
I am writing a coordinator application based on the zigbee CLI example. I am using SDK for Thread and Zigbee v4.1.
I am using a function in zboss_api called zb_secur_ic_get_list...