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...
Members
I am in the board design phase of my project. I use Arduino boards (Due & Uno) with SPI. I read that the nRF24L series is not recommended for future projects....
Hi,
So I am using nRF51822 chip to develop our products. We have two motors attacked to our PCB and we want to control the pulse with low power PWM. We want to control...
Hi...
i want to read the data from another board using serial uart .. how to write the command to check the data is available ... in arduino i written like this how to write...
Hello,
I used to use two nRF52810 for testing.
Using Timeslot (BLE+ESB), one of the 52810 paired mobile phones Bluetooth simultaneously sends the ESB.
Another 52810...
What are all the configuration options necessary to configure the nRF9160 as a SPI slave? I'm working with a custom board and have specific DTS files I'm working with. Here...
Hi Nordic Team,
I'm quite confused and can't find a concrete answer so far on the forum, if it is a MUST to kick-off a certification at the Bluetooth SIG Group or not, if...
nRF52840 SDK 15.2
I want to control the power of sensor, so I configurate the pin like this:
nrf_gpio_cfg(AFE4403_PIN_PWR_EN, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_DISCONNECT...
HI,
I am using ".\nRF5_SDK_15.3.0_59ac345\examples\peripheral\wdt" to test “watch dog timer function.
My use case is:
1. If the program is not execute over following...
I have developed ble periphleral device to send 20byte long at every five seconds to the central. Because connecting to serial to PC, I didn't realize the device cannot not...
Hi,
I need to run RTC simultaneously with Softdevice without external low frequency clock source (32.768kHz oscillator).
I used following settings to setup RTC,
RTC_ENABLED...
I am trying to make a central device that is similar to the NUS central example in the SDK. I have a function that is the same as ble_nus_chars_received_uart_print to print...
In the ESB stack, only a sub-set of available transmitter powers are enumerated in nrf_esb_tx_power_t.
Is this deliberate? The hardware supports a much wider range of values...
I Performed a clean reinstall of all tools and packages.
core_cm4.h file exists at location: C:\..\..\..\..\..\Nordic\nRF5_SDK_15.3.0_59ac345\nRF5_SDK_15.3.0_59ac345\components...
Hello,
I would like to clear some of my confusion on multi peripheral links behavior.
My context: SDK 15.2/SD610 on 3 52840 nodes.
I am using multiple peripheral links...