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...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
hello,
i am using nrf52840 in our customised board with sdk 15.2 and trying to achieve long range with coded phy using long range demo example as base now i could be able...
Hi,
I have two boards NRF52840 DK and I wanted to use example for BLE Central&Peripheral NRF Relay. I have just run example with Heart Rate peripheral and I can see that...
Hi there,
When I program my nrf24le1 in Keil uVision, I notice that when I load the program to the flash memory of the connected motherboard6700 with the nrf24 radio module...
I have downloaded the Kiel and uVision file (the nrf Probe) found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series and have gone through...
Hi,
I am using Keil 5 (downloaded with this link: https://www.keil.com/demo/eval/c51.htm ) and have downloaded the nrfProbe to this file. This is being used to program...
Hi, I am try to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial
I have tested the code and bootloader. My query is
Without...
When I run the "ble_app_blinky_pca10040_s132" example from SDK 17.0.2 and 15.2.0, right after Connected I'm seeing that device is Disconnected from device.
I tried with...
We need to programatically (on the Raspberry Pi using Python) send and receive characters to and from a smartphone using a custom service over BTLE. I have used the blinky...
I am trying to communicate with my IOT using wired uart serial port. I am using 840(MCU) (with softdevice #113).
code:
My Issue: Each time I am trying to run it while...
Hi,
I am trying to reduce the consumption of my Thingy91 device in idle mode. I am working with NCSv1.3 and the example asset_tracker. I am currently registering 0.60mA...
In our NRF9160 application, we do not have a UART available and have to implement other means of logging crashes.
We have written our own k_sys_fatal_error_handler but it...
I am using a generic nRF52 dev board with the Arduino nRF52 core . I am trying to get a sample BLE service to display, but it cannot find it on my BLE scanner. After I couldn...
Hi,
I am trying to read read all nearby base stations' Cell ID, TAC, MNC, MCC.
Is this even possible to do with this DK?
At this point I have found these commands...
Hello,
I am trying the UDP sample for the nRF9160 DK board, using the iBasis SIM card that came with the kit.
The problem is that it does not register onto the network...