Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
It's kind of relative question with my previous question.
"When smartphone range is shorter than a peripheral(nRF5X), is there any way to receive an advertisement from the...
Hi all, I tested the example: Experimental: LE Secure Connections Multirole Example with my smartphone and it is working fine, but when I tried use LESC on my peripheral device...
I can't open a com port after starting the nRF Connect app. This happens in Windows (native) and also a Linux virtual host with the com port passed through. I'm using a nRF51...
I found strange behavior when using back-to-back packet transmission.
Configuration of PTX/PRX is:
No Auto-ACK (disabled)
CRC 2 bytes
Packet length 13 bytes
Addr...
I have the blinky examples working, but have not been able to get any example code using any gpio input to work. they compile fine but the buttons done seem to work. I'm using...
Hello,
I'm using the sample project from this post .
Following the steps and using nRF52DK, one for server and one for client. I've modified the server count from 3...
Hi all , I has 3 board : 1 board central connect with 2 board peripheral . I want to send string from peripheral 1 to central , then from central to peripheral 2 . Please...
Hi All,
We have a data logging application, where our typical data packet is small -- roughly 20 bytes. I've been experimenting with FDS for storage, with one record for...
I'm having compilation error, and got a couple of errors similar to the examples below:
Error[Li005]: no definition for "sha256_desc" [referenced from C:\Users\..........
I need some parameters of the BLE s140 stack for my project.
Including duration of an advertisement event (beacon) and the maximum random slack for an advertisement.
I...
I've recently upgraded my IDE to use Crossworks v3.6.2 which uses a GCC ARM Embedded 4.9-2015-q3-update compiler. it has by default many of the code clean up featues turned...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
i need to disable RX when data was transmit and enable RX again when data transmit complete.
i tried :
NRF_UART0->TASKS_STOPRX = 1;
NRF_UART0->TASKS_STARTRX=1;
NRF_UART0...
Hello Everyone,
Is there any example code is available which supports DFU in central mode for nRF51 devices?
Any help will be appreciated.
Thanks
Regards,
...
When I change ATT_MTU size and add the following code:
#define CONN_CFG_TAG 1
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg));
ble_cfg.conn_cfg...