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...
My problem is a little bit weird: I don't get a HardFault, although I'd want so.
SDK-12.3.0 (d7731ad), FreeRTOS (from the SDK) and SoftDevice S130 (2.0.1) also from the...
Hello,
for the project I'm currently involved I'm developing additional components and changing/fixing parts/issues in the nrf5x SDK.
My client allows me to opensource...
Hi,
The examples in the SDK 16.0 for the nRF52811 all use the s112 and I woul dlike to have a NUS board (peripheral) with coded phy to talk to a nRF52840.
What are the...
Dear All,
I have a simple push-button.
Vcc-100k resistor ->> Push button --> Ground.
When I measure the current consumption when the button is pressed i get around 230...
Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION (fffffffe)
Hi all , I am encountering...
Hi,
I am using
PCA10040
SDK 15.3.0
Keil IDE
The soft device is S112
JLinkRTTViewer for debug
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040e...
hi,
I use nrf5_SDK_for_Mesh_v4.0.0_src and pca10040 borad.
examples/dfu is successful.
But there was an error after the merge.
C:\Python27\Scripts>nrfutil dfu serial...
I setup my adc in continuous mode with sampling rate set to 200ksps, when I trigger NRF_SAADC_TASK_START, I am not getting data; unless I trigger NRF_SAADC_TASK_SAMPLE and...
I am using DSK 15.3, SES 4.30 with SD 132. The base example I am using is the ble_app_uart_c and I am adding the PWM function to drive a simple piezo buzzer.
The pwm_library...
I am looking for a way to interface with the onboard Bluetooth on the Thingy 91 as well. None of the examples (Peripheral NUS, Central NUS) etc currently work with Nrf52840_pca20035...
We have a need to verify an secp128r1 ECDSA signature. I see that this is not one of the curves supported by the CC310, but I'm looking into creating the CRYS_ECPKI_Domain_t...
The documentation says "This module is ONLY for debugging purposes and must never be used in final product". I know in an ideal world all possible errors are handled and device...
Hello, we are developing a system that will include an nRF52832 in peripheral mode, that will be connected to from a maintenance App (or something) on a mobile phone,and will...
Hi support team,
I'm using sdk 15.0 and softdevice s140_nrf52_6.1.0 and nrf52840.
My application has strict requirements on power consumption, so I have to set advertising...