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 All!
In all exsamples in function "ble_evt_dispatch" we have different order to call sub functions.
Most functions to call is:
dm_ble_evt_handler (device manager...
I'm testing a data collecting program which samples data every 2s and reports it through UART ( printf("data=%d\r\n", data) ) on a PCA10001 board. I found this program may...
Hello,
Got a question about nRF51422 and S310 stack. I am trying to understand how the radio is being handled and how the softdevice handles events in a specific case....
I tried communication between PC and my own board(nRF51822) PCA10000 usb dongle&MCP, I found that the first time I send n(where n is any decimal number) bytes data(s) from...
Dear Nordic guy,I'm developing with nrf51822 (6.0 stack binary and 5.0 SDK).
I recently updated the code and stack binary(6.0 stack binary and 5.0 SDK).
My function is not...
static conn_mw_handler_t conn_mw_handler_get (uint8_t opcode)
Inside the function,
for (i = 0; i <conn_mw_item_len; i ++)
{
if (opcode == conn_mw_item [i] .opcode...
It seems like it should be easy, but I've spent a fair amount of time and haven't found a way. I only see options 5.0.0 and 5.1.0. There are also links to earlier SDK versions...
Hello All,
Sometimes is fine to use a forum but sometimes we have to meet a deadline and the forum questions don't always get answers for in a timely manner.
So I'm...
I would like to use Channel 0 of the S310 Stack V1.0.0 on the nRF51422 to do a background scan of ANT devices.
I am testing against ANTWARE II v4.1 with the ANT+ usb dongle...
Hi,
I'm working on the ble devices to transmit sensor data using s110 and s120 with one connection.
I want to send 6 packets for every 7.5 ms connection interval from the...
I have been to a number of Nordic events this summer, and it was hinted / suggested / unofficially announced that there would be a third SKU of the nRF51822, that included...
Hello,
I am creating a PCB design for NRF2402AG but I'm not sure whether I should connect pad under the NRF to the ground or I should left them isolated. I could not found...
Hello
I get this error when I try to program the module:
Parsing hex file(s).
ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
Hi dear friends from Nordic Semi,
I´m in great trouble trying to make these nRF24L01+ to work, one unit as a transmiter, and one unit as a receiver, it can be to send 3 bytes...