E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I'm trying the ble_app_hrs example on a custom nRF51822 board with s110 6.0.0 softdevice.
Debugging in Keil, the firmware runs fine up to ble_stack_init(). Within ble_stack_init...
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...