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...
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...
Hello all i want to do a task that is control another LED using ble_app_blinky. In the ble_app_blinky project a characteristic is used to control an onboad LED. I have connected...
After 3 days of debugging and hours on the forums trying out various things, I just wanted to post a mini quick start guide to getting low power working. Turns out that all...
Hi Guys,
I want to implement a Vendor-defined USB HID device, But encountered the following problems:
1.When the PC sends data via USB HID , the slave(52840) cannot enter...
Since SDK15.3.0 the DFU example code has changed to require signed DFU commands.The DFU that we used is base very closely on the Nordic example. In our update process we have...
Hi,
I am facing an issue with the RSSI value when my device is in connected mode.
First, in ble_evt_handler(),
in the BLE_GAP_EVT_CONNECTED case, I place the following...
Hi I am using NCS version 1.5.0 and DK version 1.0.0
If I want to build any application using nrf9160dk_nrf9160 Im getting the following error.
Traceback (most recent...
Hello, We are about to release a Firmware update for our vibration sensors and we are now testing the consumption of the new firmware. Our sensor is a nRF51822 + Accelerometer...
I'm building a BLE Peripheral device using Arduino and Adafruit's nRF8001 BLE module. I can find and connect to the BLE Peripheral using any number of iOS BLE discovery apps...
I'm using Windows 10 64 bit version. I've Nordic SDK example usbd_ble_uart_pca10056_s140 loaded onto my Embedded Studio. I compiled the code and loaded into the DK. I have...
Hello,
I try to add the pc-ble driver from Nordic to my Qt application, but my application crashes all the time without a specific error. So I need some help with the implementation...
I am running a GATT server on nRF52 and I am saving the CCCD state after bonding but does Android/iOS as a client also save the state? I only looked at the Android API side...
Hi,
I have two questions:
1) I'm making a custom board for a hobby project! Are there any limitations to running a SPI driver with a voltage high of 1.8V? It seems that...