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, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
Hello all,
I want to enable OTA DFU capability to NRF52840 BLE Chip. I am now using Buttonless DFU which works fine using nrfutil. But my question is : how can we update...
Hi
I'm upgrading from SDK11 to SDK12 on the nrf52 and part of that is the secure bootloader. I've created a new bootloader and have this working with the new softdevice...
Hi,
I tried to open the mqtt_simple project on the nonsecure ns nrf9160 DK using SES and after that tried to build and run the project which was successfully done but the...
Hello,
I'm wondering what are the drawbacks of the already burned random static mac address compared to a public mac address. I know the difference between the two address...
I have Wireshark setup with old PCA10028 board connected as a sniffer, FW sniffer_pca10028_51296aa.hex Now I'm working with NRF52 family and sometimes I need to observe some...
Hello everyone ,
i want one central uart and three uart peripheral , i want to connect the central to all three peripheral , if i send data from central , it should receive...
Hi
I have a problem with showing data packets in wireshark. I configured the sniffer according to the instructions. At capturing packets in main window don't show anything...
I want to use UART.
I checked the waveform and UART does not send data. Here is my code. build and run are successful. Any help? I connect UART RX and TX directly, which...
hi... how to make a nordic app to act as a peripheral , i have read one post , in that they mentioned set up to be done in gap peripheral mode . how to do that
IAR 7.60
52840
nRF5_SDK_15.2.0_9412b96
Hi there, I'm trying to do some modification in the bootloader (so that we can write the image to the flash's bank1 using our...
Hello,
I read through the Bluetooth core specification in order to get a better understanding of the information that has to be stored at a minimum if using bonding. But...
Hello,
i'm trying to use ble_advertising_init to initialize my advertising data, but when i use this function like it is used in the examples i get NRF_ERROR_INVALID_PARAM...
When I open device just after I plug it in the PC it work fine, but when I try to do it again (exit python script and run it again) I'm getting Error code 13.
Firmware:...
We are currently in the prototype stage using the nRF9160 and are preparing the firmware for the prototype. We have a few question that we hope someone could answer :)
Will...