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've been working on firmware updating devices from Microsoft Azure, and when pushing new firmware update to devices (NRF9160), some of the devices has failed downloading...
Hi to all, I'm developing a new device that should be a multiprotocol: Zigbee (as coordinator) and BLE peripheral (nus).
I use the nrf5_sdk_for_thread_and_zigbee_V4...
Hi Everyone,
I'm working on "Thread_Zigbee_v4.1.0\examples\zigbee\light_control".
I need configuration as above title.
But I relize that "zb_set_pan_id(0x1234)", "nrf_802154_short_address_set...
I am trying to use the DK Dashboard with the Serial LTE Modem Software.
The connection to the Cloud works in principle but I only can see the terminal card when connected...
Hello,
Currently I am experiencing some problem getting the NUS to send a TX notification of more than 20 bytes to the central (which is an old custom android application...
Hello,
I am offloading sockets in config. I instantiate a socket, set the send/recv timeouts, and then call connect(). It's returning a 95 which is EOPNOTSUPP. I was able...
Hi,
I'm investigating firmware image signing on the nrf9160 using MCUBoot and the nRF Connect SDK v17. I have configured
and it seems to work via `west build -b nrf9160dk_nrf9160ns...
Due to parts shortages, we are having to scramble to find compatible hardware for our project. I have sourced some nRF5340 modules but need to know if Gazell is supported...
Hi!!
I am facing an issue wherein more than one device is acquiring the leader role in a same thread network.
In my setup, I have a total of 4 devices. Three of them are...
Dear Team,
I have to use many number of pages to store data in flash memory in nrf52840 , but I am confuse that what will be start address and end address in flash_fstorage...
Hello Team,
I am facing segmentation fault while reading the OTP memory using pointer in my code. To write the OTP value I have used below command which was successful and...
Hi,
I received the nRF9160DK yesterday, and used the AT Client to get talking to the modem and connecting to a network. In VS Code I built an application from sample ...
Hi there,
I'm using the product specification of the nRF52840 to program the SAADC in continuous mode using its internal timer. I'm not able to use your SDK. Unfortunately...