Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
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...
I am testing a 9160DK in an area of intermittent connectivity. When the connection drops at just the wrong time my call to socket does not return. Aside from this being a...