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 am working on a custom board for the nRF9160 and currently have a DK and a thingy.
I need to make a serial interface available on the DK, thingy and a custom board I...
I want send data from Mobile over established BLE Mesh Network (through Proxy node to all nodes in the network) and also get data from BLE Mesh Network.
Data is customised...
I have not set nrf5340 i2c2,uart2 to work .
,in prj.conf ,add below configure:
CONFIG_SPI=y CONFIG_NRFX_SPIM2=y
in prj.overlay ,add below configure:
&spi2 { status...
I am working through the Getting Started documentation for the nRF Connect SDK 1.5.1 on a Windows 10 machine running SEGGER Embedded Studio Nordic Edition Windows x64, Release...
Hi, I have been struggeling for a while to integrate digital sign and verification using the mbedtls ECDSA, and wonder if you have any tips. My goal is ultimately to run the...
Hello,
In template example from SDK 15.0.0 i have created advertisable manufacturer data using this link
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
I was working on nRF9160 DK and was trying to emulate HTTP using the AT TCPSEND command.
The following is the series of commands I am using
AT#XSOCKET=1,1 AT#XBIND=8080...
Hi, guys.
Its developing with nRF52832.
I have a big problem rebooting. could you help me?
to solve this problem, I tried the following : (of course, it is very stable...
We are using nRF52820 (and possibly nRF52833) with RC oscillator for LFCLK (without external crystal). Our device product will provide an option to turn off Radio communication...
Hello,
I would like to report a bug found in the sdk-nrf . The github is not allowing bug reports so I will put it here.
The `nfc_ndef_msg_encode` function in `nrf...
Hi,
I am very happy that we will be able to use the nRF52840 DONGLE as a sniffer with the new update. I thank to Nordic team. This was something I was waiting for.
...
I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example...
Using SDK17.0.2 and added secure, dual bank, button based bootloader DFU for use with our application. Was based on DK52 secure bootloader debug example. It all works as expected...
Hi,
Our target device - NRF52840 FreeRTOS based application with soft device 140 sdk 17.2,
Can you tell me what is the leading trace solution?
I tried to use j trace...