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,
Actually I am interested in making the custom design Board for the nRF52 series , so where can i find the schematics , layout files of the nRF52 Development Kit ....
Using s140 for the nRF52840 is it possible to have a BLE multilink connection (up to 8peripherals) with an extended MTU size (around 70bytes)?
All examples that I have seen...
Dear Team,
would a solution like this be possible with nrf91? http://rxnetworks.com/location-io/predicted-gnss-ephemeris/
> a reduction of Time-To-First-Fix from 45...
Hello!
Could you show me an USBD configuration example which works fine with Arduino serial monitor? Because Arduino serial monitor froze when i send a string , but when...
In the nRF52832 (Laird BL652 module) I have programmed.
MBR + SoftDevice from 0x0000 0000 Application from 0x0002 6000 ~ 0x0005 927C
Now trying to program additional application...
Hi
Is there any documentation regarding bluetooth in nRF52832 specs sheet or anywhere else? I understand that there are examples provided by SDK. But I want to know in detail...
Hello,
we are running BT certification on product with nRF52840 chip. It seems that TCRL-2018-2 is now mandatory.
Did someone know if the QDID certified TCRL-2018-2 is...
I am not able to program the nRF52840DK by copying over the .hex file generated by my project to the JLINK drive. However I am able to successfully program using Segger directly...
Hi,
We are looking at using the key:value store functionality defined in mesh_config.h. Can you provide some additional detail on
HW and or SW configuration required to...
Hi,
We are trying to develop a system of IMUs for motion tracking using multiple Thingy boards and an nRF52832 board. The Thingy boards are used as IMU sensor nodes and...
Hi, This is M.Irfan. I want to send data (collected by mpu6050 sensor) using Bluetooth in my cellphone and want to save it. Can you help me with some example code of sending...
We noticed issues regarding BLE activities when running our custom bootloader. It seems that we have located the cause but would like to have approval for that behavior. ...
Hi All
I am trying to find some example code which uses easy DMA over UART using nrf528240..
Using sdk version 15.0. The example which is available by default uses the...