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,
In my application I use NRF52840 with SDK 16.0.0 and softdevice 7.0.1. I want to add ECDH algorithm to my project using ECDH example in the SDK, but nrf_crypto_ecc_key_pair_generate...
Hi there,
I'm presuming that, when using the s140 soft device (or any of the soft devices), I cannot change the output of VDD to anything and must assume 3V.
I have tried...
PWM frequency and PWM steps resolution are related, we increase one and the other decrease and vice versa, we want high PWM frequency so we have low flickering and we want...
Hi everyone, after months of working with the nRF52840 dongle I decided to buy the nRF52840 DK. I work with the ide SEGGER EMBEDDED STUDIO. I tried to get the blinky example...
Hello,
I can smoothly run the sensor server / client model. I know that I can setup the periodic publication period with the nRF Mesh mobile app and don't have a problem...
I want to configure 32bytes sensor measurement data in advertise manufacturer specific data as follows.
But does not work, please help me.
My environment as follows. ...
Is there demo for video transmission on PCA10056 DK?
it is just video transimission demo. just loopback is ok.
we are using nRF52840. is it possible? or other platform...
Dear Mr/Mrs,
I am learning to develop an Android BLE apk. I use the nRF Connect apk and Android-nRF-Toolbox to connect with my BLE device.
nRF Connect connect to the BLE...
I have an found a problem where I find FDS has 2 pages labeled as swap, which results in loss of one of the data pages.
my configuration is 2 data pages and 1 swap page...
Hi,
I modified the USB BLE example (nRF5_SDK_17.0.2_d674dde/examples/peripheral/usbd_ble_uart) to sends bytes using a timer timeout as "fixed bytes transactions" or "waits...
Hello,
We have a custom board designed using the ublox Anna B112 module which uses NRF52832. We are using it in open CPU mode and running our custom firmware.
The VDD...
Hi,
For example ble_app_uart, when the peripheral ble rx buffer is almost full, I want to control the central write with response, but I don't konw how to indicate the central...
Hi,
For example ble_app_uart, when the peripheral ble rx buffer is almost full, I want to control the central write with response, but I don't konw how to indicate the central...