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...
In nrf51_sdk_v4_4_1_31827\nrf51822\Source\console\console.c,
#include "uart_legacy.h"
But there is no "uart_legacy.h" file in the SDK.
I have to modify to "app_uart...
I downloaded the source for the Android UART app, hoping to hack it into something I can use to test my gadget. But it's incomplete: it fails with the message:
Missing...
I have 3 short questions:
Does S120 support or will support swiching over BLE and Gazelle like S110 does?
Will be able in future to be connected to a BLE...
Hi,
If I want to send data(400Bytes) to client(phone),I must use sd_ble_gatts_hvx to notify client. Is it right?
Every time I notify 20bytes until the end, is it right...
Hi,
I understand that the available RAM on the nRD51822 is 16k. How much of that space is reserved for the transmission/ reception of BT packets?
Thanks,
David
I've got something put together akin to the ble_lbs demo which uses a custom service. In fact, it's merely the LED part of that ble_lbs service, but on custom hardware. I...
Hi,
I have just received my nRF51822 based development platform. I bought nRFgo, nRF51822DK and nRF51822EK. However, I am only playing with the Evaluation kit to gain some...
Hello,
I try to modify the advertising initialization to advertise only my custom service (BTS_UUID_SERVICE ). Objective is to hide (just during adv) others sig services...
Hi,
where could i find detailed current consumption and timings (wake-up, rx, tx, power down) in connected mode for RF51822, in order to compute average current value for...
My device :
nRF6310 Rev 1.4(nRF6700)
nRF2722 Rev 2.2
I will use those devices to test RF communication between nRF2722 and nRF51822. Software environment is...
Hello,
I am playing with the s110 ble_app_proximity example.
As I do not want to store info in flash, I do not want to use the bond manager, that stores data in flash...
I'm currently using a combination of the GNU ARM Eclipse plugin and the unofficial pure-gcc Makefiles to build my nRF51822 code. The build works fine with the pure-gcc Makefiles...
Hello everyone,
I want to create a real-time wireless sensor network. There are 8 sensors in the net. I use two nRF24LE1 as receivers to recieve the datas stimultaneously...