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...
Development Kit: NRF52840
IDE: Segger Embedded Studios
I'm trying to use the nrf_drv_twi driver in my project. I've included the .c file in my nFR_Drivers folder. My...
Hello,
I am using the nRF52840 DK board and with Softdevice code nRF SDK 17.0.2. I am trying to write custom advertise data with custom type.
As you can see in the above...
Hi! Hope you are all doing well,
I'm having trouble making a project from scratch, I'm basically trying to filter bluetooth devices by manufacture code but I'm afraid that...
Hi All,
This has happened before so I know it's a handler error.
But this time I'm pretty sure my handle is not wrong, can help me?
in main.c =>
Best regards...
Hi,
Can you confirm the appropriate method to doing AFC correction for a GPS SNR test using the %XRFTEST command and then using the AFC correction result in the GPS SNR...
I use SPI to develop motion sensors KX022 and DW1000. The first digit of the received data is always 0xFF. If the first byte received is removed, it can be used normally....
I am trying BLE MESH light switch example with nRF5_SDK_for_Mesh_v5.0.0_src using nRF52833 DK. In the light switch example, server SDK is working fine and I can see the provisioning...
Hi All,
I am using Custom 128-bit UUID, My application need 3 Custom Services and 20 characteristics. But I need to make different Base for services and characteristic...
Hi,
I recently installed v1.9.0 SDK and while creating project from sample applications I am getting below error.
Attached is build logs from segger IDE.
Can anyone...
I'm looking to build a custom bootloader for my NRF52810 device. I'm developing on nrf sdk 17 with SD 112. I will be leveraging the secure bootloader example and re-using...
Hi;
i am using sdk 17.0.2 and mesh 5.0.0.
i am using light switch instance.In addition, the system works properly when provisioning is made with a smartphone.
I want...
I am using VSCode and the NRF Connect SDK
I can build and flash my device however i keep getting cannot open source file for all my includes, i also cannot navigate to...
First, NRF52833 work environment at 100 degrees celsius, standby current reaches 60uA.
Second, When the NRF52833 working in 100 degrees Celsius, what kind of processing...
I have a secure BLE DFU project that is basically a duplicate of the example project (secure bootloader pca10040_s132_ble). I am able to flash a merged hex on my custom board...
I generate the hex file for a release and then tried to rebuild it in a different folder. This is to ensure that all the required files are checked into the archive system...