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...
Hi,
I am using the BLE UART central and peripheral to send 100 messages of size 65 bytes (64 bytes + new line) continuously to the peripheral in the hope that I can see...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral...
I'm using the recommended code for handling errata 87 on the nRF52840.
Why is the Assert() necessary if this code works around errata 87?
Is there anything that could...
Hello,
I am currently working on nRF52832 custom board with SDK 15.2.0 and softdevice S132. I am using Segger Embedded Studio as IDE.
I would like to include an external...
Hi to all:
First post and new to the Nordic universe.
I'm working on an example with the NRF52840 usb dongle using NFC.
I'm using the nfc_meshcop example and change...
Windows 10, Keil5 5.27.1.0, Nordic SDK 15.3.0 59ac345, pca10056 devkit for nRF52840.
Works:
The DK shows up as "JLINK" when plugged into USB. I can copy the prebuilt hex...
I am currently publishing messages to a group of servers on a 10 second interval. This works well for a while but after a few minutes some of the nodes stop handling the message...
Hi! I am using Nordic Thingy : 52 Iot Sensor Kit. I have Windows x64 computer. I connected the sensor's bluetooth (nrf52832) to the HM-10 bluetooth module. I want to transfer...
I modified mqtt_simple program to test eDRX. This program subscribes a topic right after it is initiated.
I want to test only eDRX so set keep alive time = 30 min
I...
hi,
I am trying to readout the UICR info. But there is no such readout in the hex file using the programmer apps in nRF Connect.
There are 2 possibility, either blank...
Hi,
I am using nRF52832 DK and also my custom board based on nRF52832.
I have uploaded the application file into my device using OTA-DFU.
Now my device goes in application...
In my computer, I receive the error below
Besides that, the error also stated this: "Zephyr was unable to find the toolchain. Is the environment misconfigured?(Refer to...
Hi there,
I'm sorry if I'm asking something very simple:
How does one connect the J-Trace Pro to the nrf52 DevKit in such a way that I can get ETM functionalities? Obviously...
hi:
my chip is NRF52832 (512k FLASH + 64k RAM).
I want to triggle ESB send process by PPI + TIMER ,but i can't find the function like esb_task_address_get(),but i found...