Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...
Hello everyone,
I had some troubles some time ago with Softdevice s120, and finally solved it to work with nRF51822 thanks to Aryan .
The problem is that, when I upload...
I'm following the official tutorial for using pstorage and this the simplest test code I've come up with:
static pstorage_handle_t base_handle;
static void test_pstorage_cb_handler...
Hi
i started some time ago with building a simple peripheral device, and started form the led-button service example.
In there, device manager was not used. However, in...
Hi,
My application receives assert error from stack. Source file name is src\ll_master.c, line number 831 and error code 0xDEADBEEF.
What this error signifies?
R...
Hello,
In my application I'm using SDK 8.1 with the s110 SoftDevice. In the new version, the pstorage modules have been separated and you need to choose between them.
...
Trying to see how much time my code consumes, I tried the naive approach, calling clock() in the beginning and at the end and comparing the values.
But when I include clock...
I am using the BLE Scanner app on Android to check that my device works.
I have 2 similar problems :
on one device, I can read all characteristics except one. This has...
Hi,
Im trying to use this example to send serial data from GPS module via BLE:
github.com/.../ble_app_uart_low_power_slave
I have disabled hardware flow control since...
Hi
I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.
When I tired MCP windows application on laptop with PCA10031 dongle...
Hi there,
I am using the nrfjprog to flash the nrf51822 via a J-Tag programmer. Here is the command I used in the command prompt:
nrfjprog --eraseall --programs softdevice...
Haw can I configure ble_app_ uart examples for bonding using? I want to connecting, transmit and receive data throw the UART only with 5 fixed devices.
Hi,
I updated to softdevice 8.00 recently, and found something different with softdevice 6.00.
When trying to program the new softdevice hex to the chip using nrfgo studio...
Hi,
I am using nRF51822 chip.
I am using the softdevice s120_nrf51_2.1.0. On top of that i am flashing the HRM central example given in the SDK nRF51_SDK_8.1.0_b6ed55f...
Hello, I'm fairly new are Nordic and have inherited a good project from a departing coworker. We are using Keil uVision 5+nRF51822+BLES110 softdevice.
She explained her...