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...
Hi,
i am having trouble to understand and use flash to store data. First of all as far as i understand ble_flash is obsolete and replaced by the pstorage module, correct...
Hello,
I was reading about RF design and some articles say that if the transmission line is short enough, you may not consider impedance-control as the effect is not visible...
Hi all,
For my project I power the nRF51 DK from a supercap using an external LDO(3.3V) connected to VDD. This way I can keep the board powered using the supercap. I also...
Hi
I'm using PCA10028. it has nrf51422 with softdevice s110. For getting printf in console I'm using 'app_uart.c with FIFO' and 'retarget.c'. When i try to print something...
I'm developing a project base on ble_app_uart now.
But I find out that the current value of ble_app_uart is > 1mA.
I want to reduce the average value to about 10uA when...
Hey,
I have a requirement to launch google play store/ installed app in an Android/ IOS mobile upon pairing of the nrf51822 with a mobile.
So can anyone help me out...
Hi,
i'm testing softdevice s130 central/peripheral example. I modefied the uuid of device to which my nrf58122 should connect, but i get error 0x05 (Device not found) everytime...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
I use sdk 5.2.0 now. And my keil version is uvision4(4.70.0.0). My PC is windows XP.
Now I want to migrate to nRF51_SDK_8.1.0_b6ed55f_packs. But when I run "install.bat"...
I am getting notification of connections established between two boards in hyper terminal. Now i want to send this notification on web server as it is part of my project....
When I'm trying to connect to the new nrf51 dk kit with nrfgo studio, and at the same time have another j-link based dev-kit connected to the PC, the studio hangs while trying...
I started with the ble_app_template example. This example uses the Button event and notifies it. I modified the project to send some other data as notification, instead of...
Hi,
I am using the following calculations to calculate the power consumption for the chip:
Formulae to calculate battery power consumption:
Current consumption is...
Hi NORDIC
I neen to implement a function that multilink central (S120) can receive information from multilink peripheral . I do not know how to implement it in software...