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...
We are using adp536x to turn on/off the 3.3 V source as to determine the usage of a specific water valve. Unfortunately, whenever we have a circuit connected and turn the...
Hi,
We are starting a process to certify our nR51822 based product for use in the UK, with accordance to new UK regulations
Has there already been a process to certify...
Hi.
I would like to make an app for communicare with a can device. I see that the chip mcp2515 is a popular one .So i purchsed some dev boards with this chip. One of them...
Hello,
I have a question concerning the decryption of a 90 byte AES CTR ciphertext with a given 16 byte key and 12 byte IV (=8 byte nonce, 4 byte counter).
I've tried...
Hi,
I used the nRF Programmer included in nRF Connect to flash the custom PCB. After the update to 2.0.0 J-link is no longer detected under devices. Could you help with...
I was flashing nRF51822 used ST-link, with file hex from SDK example, so now i want flashing a different .hex. How can i do that? I try do like before but I CAN'T
I'm trying to dynamically allocate some data, send it over NUS, and then free it, but I'm not sure when the SoftDevice is done with it and it's safe to free. Would the following...
Launched nRF Connect for Desktop this morning (v3.7.0) and was prompted that an update was available. Performed the update as well as child packages. PPK was updated as a...
Hi, i have a problem with nrf mesh. nRF5_SDK_17.0.2_d674dde
nrf5_SDK_for_Mesh_v5.0.0_src
nRF52-DK(PCA10400)
Android 6 and 10.
Bluetooth 4,1 4,2 5.0.
I use example...
When using USB with CONFIG_NO_OPTIMIZATIONS=y I'm getting a usage fault and Zephyr gives the reason K_ERR_STACK_CHK_FAIL. The fault looks like it occurs in the unnamed thread...
Hi,
In case the FMFU fails or the device gets into some recovery state. Is there a way to get IMEI without enabling the modem library? When the modem is in process of failed...
Hi,
Can you please tell us how to send Hex data using AT#XSENDTO command ?
I am using the "Serial LTE" application. In the old SDK version (v1.6), it was possible to set...
Hello,
I recently saw this post: https://devzone.nordicsemi.com/f/nordic-q-a/71940/low-power-mode-using-saadc-with-ble_app_beacon and I'm interested in the example for measuring...
Hello Kenneth,
I am trying to program the nRF52840 Dongle with the HEX file according to "Programming the nRF52840 Dongle". The dongle is connected to USB port and the LD2...
Hello,
I try to port project from IAR to Segger Studio. I followed the guides for porting projects like this and this . So, I did:
- Imported IAR project to SES with internal...