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. ...
hello :
1)The packet format of NRF52832 2.4G is as follows, I would like to ask whether the 2.4G CRC can be turned off.
I use two boards PTX and PRX to transmit each...
Hello fellow developers,
I'm developing the Bluetooth Low Energy (BLE) app with my own functions. Now I would like to pack it as a standalone Electron App, which can be...
Dear Sir,
I am working on NRF52 and I have DK of PCA10040 / V1.2.1 / 2017.36 / 682236729. I have done program advertising with scanning both in one program. then I used...
Hi, I have problem. My NRF52832 Dev board is not recognizable by anything. L05 diode is blinking every 0.5 sec. I used Segger - not recognized, Keid again J Flash same story...
Hi,
I'm developing a BLE mesh project using Mesh SDK v4.2.0. I want to change the Tx power of the product in real-time, e.g. from 0dBm to 4dBm, 4dBm to 8dBm.
I've read...
I have an application that is running for a while and then it crashes.
Execution goes to softdevice_fault_handler(), calling it with parameters: id=1; pc=0xf764; info=NULL...
hi all
A silly question here , I am prepare to meet some security compliance , one of them is about delete files permanently.
I wonder how to get this done on nRF51822...
Hi,
I would like to wake the nRF52840 SoC from sleep via a GPIO High Pulse input.
What is the minimum allowable pulse period do I need for it to successfully wake up...
Hello,
I have the following application code (based on the template project from the SDK):
The receive callback is working and I get all the characters from my terminal...
From the datasheet I understand that any pins in port0 can be used as SPI. But I tried using the pins defined in nrf-sdk here and but there is no response. After searching...
Hi!
I am kind of DIY person and have a lots of time in COVID, I am a beginner to Nordic family, few months ago I implemented MPU9250 with NRF52832, I was able achieve...
Hi !
I am working with nRF52 DK to drive the nRF52832 and a sensor of Maxim Integrated.
I am using an older version of the SDK (14.2.0) because i need to modify an old...
Hello,
I was looking at power profiler (just playing with it) and I run it without proper setup on nrf52840DK, after that It seems that dk does not execute any application...