Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
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...
Hey,
I don't get my application run on the nrf52840-dk board. Only if I choose "Build and Debug" I can run my software. Shouldn't the application start after I connect to...
I would like to receive data on UART asynchronously and handle the RX event in the backend in an IRQ handler. The application is - a user will be shown a menu and asked to...
Hi Sir,
If we would like to supply the external device through VDD = 1.8V when VDDH = 2.5V.
What is power efficient in nRF52840 when VDD = 1.8V when VDDH = 2.5V?
...
Hi!
We have been experimenting with the nRF9160's GPS using both one of our own custom board and the Development Kit v 0.8.5 (with similar results).
We run the gps sample...
Hi,
I am receiving the same error this guy was: " https://devzone.nordicsemi.com/f/nordic-q-a/28724/sdk-for-mesh-v1-0-0-with-ses-invalid-ascii-encoded-byte-line-1 " and...
Is the Altium integrated libary used in the Altium files for the nRF9160 DK available anywhere? It is not included in the hardware file download on Nordic's website.
Looks...
The problem is shown in the picture below.
It is normal for 10 seconds after activating the timer.
As you can see in the picture, the value of the time stamp changes...
Our application uses and external nand flash to store the data samples. The collected data is then be transferred using USB. So we chose usbd_ble_uart example and wrote code...
Hey,
I am working on mesh with nrf52 DK. I want my device to work on battery for long time, I have enabled the MESH_FEATURE_LPN_ENABLED macro in nrf_mesh_config_core.h file...
I'm returning an error code on a rw_authorized characteristic using uint32_t sd_ble_gatts_rw_authorize_reply(uin16_t conn_handle, ble_gatts_rw_authorize_reply_params_t * auth_reply...
When using the PB-ADV bearer there is a ~10 second delay after the Link is closed and the mesh stack starts working again.
This is related to my previous report https:/...
I am trying to develop a SPI interface to a CANBUS controller for the nRF9160 for the zephyr platform.
The issue I am having at this point is is that I am unable to see...
Hello,
I am working on a custom pcb with nrf9160-SICA. I have UART SPI and GPIOs running fine but I am having a very difficult time with I2c (TWI).
Pins 8 and 9 are occupied...