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...
Hi Nordic Team,
My dev enviroment is as follow:
nRF52832(ble central)+ S132+ SES+ SDK 17.0
We are facing an issue regarding local BLE Address . When we are flashing...
Hello.
I am developing a peripheral roll using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I want to know the information of the device that sent the connection request. Also...
Dear Nordic Team Support,
I am testing throughput on different environments, my goal is to stream data from custom-board to Laptop. I have set up some experiments as shown...
Hi all:
I am using nrf52840 hardware. nrf connect sdk.
I am using file system and mcuboot at the same time. When i call ` flash_area_open (id, & pfa);`, i got a wrong...
Hello,
we developed a proprietary protocol on top of IEEE 802.15.4 user zephyr on a nRF52833. Everything was fine with hal_nordic on commit 74b3b21f60aa3dc9a4364ffc28dbb47ad8b699a9...
When I pair the peripheral with a dongle connected to nRF Connect Desktop application, then disconnect and Connect again, the nRF Connect does not remember that it was paired...
I built the SMS sample without changing anything. I am using a Lebara prepaid sim card. I was able to exchange SMS messages from one cellular phone to another. I checked with...
Hello,
For a long range test between the nRF Toolbox Android app and the ble_app_hrs (in nRF5_SDK_17.1.0 package) over the nRF52840-DK. I would need to setup this board...
Hi,
I initiated pin 28 as SCK of SPI as normal condition, and I'd like to switch pin 28 as GPIOTE while receiving a command via BLE.
Basically this is how I achieve...
Hi,
I have loaded a simple application on my nRF52840 that just activates a GPIO as soon as it reaches the main loop.
The SoC is powered externally according to the chapter...
Hi,
We will create a ble peripheral device and also can handle timing-critical uart request. The uart will be always communicating and response time can't be slower than...
Dear DevZone:
I am developing an evaluation board with the nRF9160 SiP model, but I have some doubts with the software. Does nRF9160 SiP come factory preloaded with any...
Hi,
I try to implement Serial DFU update using the info in the " Add DFU support to your application " at link
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
Hi Team,
When the slave side of the SPI received data from the master side, I want to log the received data to judge If it is right. But, I want to print it by log. it can...