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,, I'm trying to set a recv timeout on a UDP socket (coap) using setsockopt() and getting an EPERM error. I've tried the setsockopt() call both before and after the (successful...
I'm attempting to use AWS IoT Just In TIme Provisioning(JITP), but no luck. Any help.
I tested JITP on my account, not Nordic one, with local mosuqitto client on Mac and...
I'm trying to use aws_fota, but it doesn't work. Any help?
I was able to set a job on AWS IoT, but the download job doesn't start. The job status is always "in progress...
Hello
I am writing a peripheral emulator application on android. My peripherals include 2 services and 4 characteristics. I tested my application with nRF Connect on the...
Hello All,
I am working on nrf52810 board
Using sdk 14.2
I am trying to modify some bytes of advertising packet .
I am referring the previous post as link given...
I'm getting ERROR 12 upon calling ble_advertising_init. I understand that this is caused by exceeding the advertising packet max payload of 31 bytes. What options do I have...
Hi All,
I am testing the performance of a Relay Node in a mesh network.However it seems don't work.
I would like to show that the Relay node operation such as Rx and Re...
I am working on nRF52832 platform and my version of softDrive is (nRF5_SDK_15.3.0_59ac345), I am wondering in my application what is the data packet length and can Increase...
I have flashed my Thingy:91 via the nRF9160 DK using the Programmer with the pre-built at_client software, but I am unable to get any AT response when I connect using the...
Hi,
I'm using SDK v15.3.0 which has s132 6.1.1 to program an nRF521832. I had a single custom service on my stack and that was working well. I added a second service and...
I'm Currently working on nRF52840. I am trying to change Name for Beacon received from one of the Beacon's Characteristic and storing it in Flash. Now for name I am changing...
Good afternoon,
I'm connecting my nrf52840 device to my laptop, and it only shows up when being put in bootloader mode. Is there any way to fix this? Thanks in advance.