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...
Hallo,
I am looking for some tutorial for developing BLE centre and peripheral device using nRF5340 DK. I am not familiar with SEGGER and device studios so I am working...
Hello,
I have the nrf52840 dongle but as you can't debug the code in the nrf52840 dongle, I want to use the nrf52840 in the nrf9160 dk module.
I'm a beginner in this....
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my phone.
My problem is that when I...
I'm building a nrfmicro bluetooth keyboard controller which uses an ebyte E73-2G4M08S1C nrf52840. My programmer is cmsis dap link. Openocd verson is 0.11.0.
Unlock is fine...
Last post regarding LE Audio was from 7 months ago and SDK for LE Audio wasn't available.
1) Is the SDK for LE Audio ready and available?
2) Is there any smartphone (Android...
Hello,
We have a dev project where one of the components is a device running on the nRF52DK, with NRF52382. The component is basically a UART to BLE interface, based on...
Dear,
We are trying to figure out the specification of write/read wear outs of the internal flash memory in nrf5340.
Would you please provide the specification to us...
Hi, when I try to build non secure boards several Kconfig errors provoke a Fatal error. I didn't have these type of errors until I updated to the 1.8.0 SDK, however the error...
Hello,
I have some real-time requirements needed to be implemented on RF transmitter project.
In the project files, app_timer2.c has already been included, and I have...
Hi everyone, I am looking into controlling servers using light_lightness server in 17.0.2
As far as I know, you can control the the publishing from client side by changing...
What is the easyest way to get all Nordic Thingy 91 data stored into a database? I could use Node-Red or whatever database, I need an easy procedure to follow.
Hello everyone. I have both the two boards now. If I draw a PCB myself and want to use the Debug-out port to debug my PCB, what should I do? Which pin should be connected...
Hi Everone..
I want to know for my project Which Example should i use for BLE mesh which support the OTA
I have nRF52832 DK, and several other custom board which is...
In my program, I want to supress all the Printk() statements conditionaly either from prj.conf or CMakeLists etc ? Or in simple terms, want to supress UART0 consol when required...