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'm using the nRF52840 DK with the thread stack.
I want to test OTA but I only find documentation to do this via bluetooth.
Is there a way this can be done with Thread...
Sir,
In some examples I found some of the example programs does not contains Soft Device. What to do???
And when I Flashed the main file alone it shows some errors.
Hi,
When I look through the nRF52840 product spec I can see that SPIM0, SPIM1 and SPIM2 doesn't support speeds higher than 8Mbps.
Nothing is written about SPIM3 and it...
Hi there,
I am designing a bridge application between different devices which uses BLE as central and peripheral to connect all them, the idea is have up 20 nodes connected...
Hello
For a breadboard, we would like to duplicate the programmation part of the nRF52840 dev. kit.
Can you provide the layout of the dev. kit in electronic form (Mentor...
Hi,
I'm using nRF52832, nRF5 SDK 15.2 and Mesh SDK 3 .I have successfully integrated the UART module from nRF5 SDK / examples / peripheral /uart in the beaconing example...
Hi. I'm using nRF52832 with my external board. (SDK 15.0.0)
I want to merge UART, blinky and timer. I merged UART and timer example, and it worked.
Now, I want to merge...
Hi. I am tinkering with BLE settings, and changed NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 7.
I then get a 0x04 error code on this function after building and running the...
I have this project that I have been working on for sometime, however today I encountered this extremely weird error while building
I haven't changed any sort of project...
Hello! I'm using a module nrf51822 as a ble peripheral device.
And my device's RSSI is alway about -60db and the power comsumtion is 4mA.
Even i tried to change in sd_ble_gap_tx_power_set...
My application has a power button that pulls up to battery voltage (3.2-4.2V) to switch power into the system. It's also necessarily tied to a (heavily muxed) gpio pin with...
Hi
I have made a small Python script that generates a C-file with the build date/time and some other values.
Is it possible to make Segger Embedded Studio execute the...
Hi,
Is it possible to provide eagle design files (layout and schematic)? I see that you have provided for altium designer.
Also, is it possible to provide eagle library...
Looking for the best ways upgrading from a nRF5 SDK / SoftDevice based design to Zephyr. in my case, the nordic bootloader / upgrade process is configured for UART.
It would...
When using custom 128-bit base UUIDs and 16-bit UUIDs to address services or characteristics within the formerly specified base UUID, it seems the Nordic softdevices always...