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...
Hello,
I am attempting to create an example project of the Asset Tracker using the NRF9160DK.
I have installed SES using the Toolchain Manager.
I have attempted using...
Hi,
i'm using the nRF5340 DK and SEGGER Embedded Studio V5.50c. Today after starting SEGGER i was asked to perform a firmware restoration for the j-link if the nRF5340 which...
Hi,
I need to use two uarts for the project requirement. UART0 is enabled and working successfully. And I am trying to initialize UARTE, but I am not getting any output...
Hi,
I decided to try the “ble_peripheral/ble_app_gls” example on nRF52-DK.
While I could connect to the kit, pair and bond successfully, when I deleted the device from...
Hi:
I test this hids project, if remove the function bt_conn_auth_cb_register(&auth_cb_display). The iphone will require paired while reconnecting after disconnected. Can...
I am trying to determine the service handle of the nus example, to be able to verify that the central has turned on notifications.
I am using the sd_ble_gatts_value_get...
Hi,
I have a question about 'Thread Secrue DFU',according to the ' https://infocenter.nordicsemi.com/index.jsp ' ,the 'Thread Secrue DFU' does not use softdevice of transform...
Greetings,
CPU = nRF5340
SDK = nRF Connect SDK v1.6.1 and 1.6.0
Board = custom
For the nRF5430, we have a custom board that uses active high logic to turn LEDs on...
Hello,
I am trying to get the nvs driver working on the NET cpu and am having trouble getting the initialization working. The code below is what I am currently working with...
There have been several other posts on this issue dating back a few years, such as this one .
On Windows 10, if I am using SEGGER's RTT Viewer and I flash a nRF52832 with...
Dear,
As the example code is shown, I have been implementing on LED PWM through nRF53 GPIO0 12. If I set the brightness to 100, it was ON without any issue. However, if...
I use the "zb_sleep_now()" function in the main loop, which greatly reduces the start current. The device wakes up apparently due to the RTC2 interrupt used by the zigbee...
I want to use ncs to get the RSSI at 10ms intervals.
For example, central receives an empty packet from peripheral at 10ms interval.
I would like to know if there is a...