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...
Hi,
We are using a custom circuit with nRF51822 chip and Taiyo Yuden BLE module. Currently we are encountering an issue that we cannot detect our PCB over BLE. We used to...
I want to know the version of Bluetooth to connect with. Is it possible to execute the following in an application? Is it possible to reference values in the application?...
Dear Nordic,
I'm trying to make a Bluetooth device that only needs to transmit 2 bytes to tablet/smartphone apps running on android, iphone or ipad. The 2 bytes only need...
Dear nordic,
I face an issue in coded phy scanning. I have two device each advertise in coded. one device is nrf another is not from nrf.
First test:-
scanning(nrf52840...
Hi,
I know that for a time there was a limit to the count of characteristics an Android phone could discover - 40. (See open AOSP bug report )
For what I understand the...
Hi all,
I using SDK MESH 3.0 and light swich server exam. If I send data in button_event_handler function. All run correct.
If I send data in int main -> error in function...
Hi all,
I am using the nRF52832 and Segger Studio for developing a project.
My code is based on saadc, spi and rtc examples from 15.3 SDK. The saadc and spi work fine...
Hi team,
My customer is evaluating Nordic mesh solution and below are 2 questions:
1. Do we have any example code for customer regarding on Nordic BLE mesh co-existence...
Hello,
I have a BLE application, running a GATT server on a nrf52832. The main loop, is basically an endless loop, starting with a call to `sd_app_evt_wait()`, then handling...
Hi,
I have the problem as described in the title, and I have already searched and looked every thread in this forum about this issue, but none of them seems could help....