I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
I used nrf51822_narrow module DT26.
softdevice : s110
application: ble_app_hids_mouse
sdk: nrf51_sdk_v6_1_0
Now , we are able to move the cursor with the mouse of the...
Hi,
In the nRF51-ble-bcast-mesh example, it is mentioned that "handle_count" refers to "The maximum number of handle-value pairs available to the application. May not be...
With reference to the IoT SDK for nrf51, I see the APIs and examples of either server or client.
In order to create mesh or peer-to-peer, which API should I use? Or do...
In the description of nRF51-ble-bcast-mesh, there is mentioned that there could be up to 155 mesh values:
There may be up to 155 "Mesh value" characteristics in the mesh...
Hi,
I'm wondering why I can't see any packet from example led_mesh in your's sniffer?
Theoretically it's only Nonconnectable Advertisements or I miss some information...
What will be the price of nrf52 chips compared to nrf51?
Will there be any cheaper version of nrf52 chips with limited capacbilities (e.g. less flash, ram)?
I was trying to setup a GNU toolchain on Windows and use the nrfjprog utility, but despite having installed the J-Link drivers (4.78), nRFGo Studio as well as the nRF51 SDK...
I cannot seem to get pstorage working using the S210 softdevice. I can get it to work using the S130. I was not able to find any info on pstorage using S210.
I used the...
Hi
I want to use the nRF51822 to do the BLE product.I have read the datasheet of nRF51822.I have some questions:
1、Can the I/O of nRF51822 support 4.5V~5V input?
...
Hi All,
My goal is to change the advertisement(when not "connected" to ble device) in every SPI Interrupt, depending on the data received i set corresponding data in advertisement...
In porting over my project from Keil to GCC using SDK 8.1.0 I can build and run just fine when I build with Keil but when I build with GCC and try to run sd_softdevice_enable...
Hi,
I trying to write an application with android for my nRF51822 device
I use Battery service example but every time i update battery level i need to request for changed...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hi,all.i want to run DTM on pca10028 develop board and connect it to my pc via USB (JLink CDC UART Port) on the board.My pc operation system is ubuntu10.4. what is the port...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...