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,
after reading the nAN-36, I tried to write an application for the nRF51822, with the custom Led Service provided with nAN-36.
I take as a base the Nordic HRM application...
Hello!
I'm using the evaluation kit and i have two questions: firstly, I'm trying to make up a program that allows the communication between two modules, on one side a glucose...
Hi,
I work with Master Control Panel 3.6.0.8331 on x64 Windows 7 and I noticed something weird. When device name of a connectable peripheral device consists of numbers...
Hi!
I'm testing a custom service developed on the nRF51822 development board by using the Master Emulator API in a C# project.
The project is based on the example project...
Hi,
I'm trying to set up Keil uvision to debug my nrf51822 mbed board.
I've exported a uvision zip file from the mbed IDE to test with.
I've installed the following...
I am fairly new to the embedded world and I have my development environment setup and running with the other samples but, I'm interested in the 130 softdevice. I have the...
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
i would like to know what the logs mean in MCP log file,.
AS follow:
3563;11:19:08.9590 [480108198][ReadPacketQueueThread] Serial port read: 02-00-20-14-00-10-00-04-00-1D...
Is there any possibility to detect active state on the more than one pin using sense mechanism? GPIOTE_IRQHandler is blocked when it detect active state on the one of the...
Hi,
Is there any reverse polarity mechanism inside the nrf51822 IC?
If externally we don't use it, and user connect power supply in reverse way, what will happen with...
Hi, and thanks for reading this, I'm currently able to power the PCA10005 by sending 3.3v to pin1 of p2, and pin5 of p2 to ground, with this setup I'm able to program the...
HI,I am using 51822 to realize a double-direction uart link with a ble client and a server chip.Now the double-direction link is established and each side can receive packet...
in the sdk for the nrf51822 eval board there is source for beacon app in s110. I also purchased the beacon keyfab which allowed me to get the beacon app for android source...