Anyone find the SoftwareSerial to the BLE unreliable?
Posted: Mon Mar 21, 2016 8:50 am
BLE consistently loses characters for me. I initialize it very simply:
Anyone have a more reliable way to use BLE on this Freematics logger? Anyone try AltSoftSerial and have better luck?
Code: Select all
#include "SoftwareSerial.h"
static SoftwareSerial ble(A2, A3);
ble.begin(9600);
Anyone have a more reliable way to use BLE on this Freematics logger? Anyone try AltSoftSerial and have better luck?