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...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
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...
I tried finding a link to a porting guide mentioned in few of the posts in the devzone but couldn't find a working link. I have a project originally meant for nRF52832 devices...
I'm getting confused with the following statement, taken from www.nordicsemi.com/.../S132
"It supports up to 20 concurrent links in all roles."
So, I will try to explain...