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...
I cannot get my solution to send data through the serial port.
I use the serial application to work on the instance 1.
static void sleep_handler(void) { __WFE(); __SEV...
Hi,
I am testing the nRF9160 DK and used the asset tracker application with the IBasis SIM. Application works fine under CAT M1 network (IBasis SIM is roaming on o2/Telefonica...
Hello
We want modify mcuboot_primary and mcuboot_secondary partition.
mcuboot_primary end_address change to 0x70000 and size change to 0x60000.
mcuboot_secondary end_address...
Hello,
I'm trying to use MQTT API to get the information about connected/disconnected devices.
I'm subscribed to the topic: xyz/a/connections and I'm able to receive connection...
Hello,
I am trying to use the HID Keyboard Demo (ble_HID_keyboard_template from arduino sdk) . I'm using a RedBearLabs Blend Arduino with the nrF8001.
It works great...
Hi ,
I have been working on an example code in SDK : nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040\s132\ses\ ...
Hi, On our new type of 9160 based boards, we failed to create a connection with TLS socket. After creating a TLS socket Without peer verification, and trying to connect with...
Hello,
Is it possible to use the nRF5 SDK v15.0.0 and nRF Connect SW to perform DFU upgrades? Are there any compatibility issues?
Is it advisable to continue using nRF5...
Hi,
I have purchased a ESIM from https://www.taisys.com/ , which works with DUAL Profile or Two networks.
We need to enable SIM TOOL KIT (STK) for enabling the sim...
Hi Guys,
I want to use nRF52840 Dongle as "BLE central UART".
In the first step, i used a nRF52840 Dongle with a Bluetooth low Enegy app in a nRFConnet, the result is...
Excuse me:
I can't find a api to close WDT,When the chip enters idle mode, the watchdog will reset the chip,I tried to call the command in the diagram below to turn off...
Hello,
I'm using nRF52832 board and I want to use it as a controller with a third party cellular modem to connect to AWS IoT. i.e. I want to send AT commands with the UART...