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
sdk : ncs v2.1.0
example : serial_lte_modem
I used the following command to test and found that sending the character "failed, how should I set it so that I can...
Hello,
I'm working on an application that uses the aws_iot_send function ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/aws_iot.html...
How to make nRF Connect SDK submit to other code management servers (such as bitbucket,Not github), And continue to use Git to manage this code?
I will modify the content...
Hi all,
I recently installed the nRF Connect SDK and have had some success. Very snazzy.
I have seen some issues with the JLink on the DK resetting during firmware validation...
I cannot seem to get floating point supoort for printf/scranf
It works for LOG_INF
I have tried the following .conf settings:
CONFIG_NEWLIB_LIBC =y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi All!
I am trying to program the external nrf9160 SOC using nrf9160 DK using the following connections. Before that, I tried the same connections to program the nrf52820...
When I set CONFIG_LOG=y, CONFIG_SERIAL=y in prj.conf, the UART streams out diagnostic message from my application code as expected, but I also get this endless I2C error message...
I am using NRF52832 for my project.
Refer the following Softdevice and SDK versions.
Softdevice: S132_2.0.0-7.alpha
SDK Version: 4.0.0-2.alpha
Question 1:...
I am using nRF Connect SDK 1.9.0 and the NRF52840.
When building samples/keys/hw_unique_key you get this warning:
----------------------------------------------------...
Hi,
My nRF52840 dongle which was working fine in the past doesn't seem to be responding properly. Is there anything I can do?
Some background:
1 - I have used it...
When we test the matter, we sometimes will meet commissioning accessory fail and network dropping. In the worst case, we can't access the network for a long time after the...
NRF_SO_RAI_NO_DATA AT#XSOCKETOPT=1,50 does not cause RRC release as expected, instead hipower LTE continues another ~20s. https://github.com/nrfconnect/sdk-nrfxlib/blob/main...
nRF52840, SDK 17.0.2, SD140 v7.0.1
My firmware application is happily sleeping via calls to nrf_pwr_mgmt_run(), waking up to service interrupts and do work, then going...
I have not been able to get the nRF52840 ncs v2.0.2 watchdog not to reset.
I tried kicking the watchdog every second and can set a break point and see that the kick does...