Page 1 of 1

Bluetooth Serial UART

Posted: Sat Aug 12, 2017 1:54 am
by tato_lx
Hello!

I've seen somewhere about using Android to connect through Bluetooth to a Freematics ONE+ device. Is this through a serial bluetooth app?
If not, can I set up a UART serial connection through Bluetooth so I can develop a serial terminal interface that is accessed wirellessly?

Thanks!

- Paulo

Re: Bluetooth Serial UART

Posted: Thu Aug 17, 2017 7:23 pm
by stanley
BLE gatt server is implemented in the Arduino library for Freematics ONE+. However, if you need to work with any existing Apps other than a serial terminal, there is some coding to be done.

Re: Bluetooth Serial UART

Posted: Wed Aug 23, 2017 9:11 pm
by tato_lx
Ok, thanks!

Re: Bluetooth Serial UART

Posted: Tue Sep 19, 2017 11:22 pm
by huneyman
i need complete information about Bluetooth Serial UART

Re: Bluetooth Serial UART

Posted: Sun Oct 01, 2017 10:19 pm
by stanley

Re: Bluetooth Serial UART

Posted: Wed Sep 18, 2019 8:50 pm
by nikigraus
Where is the GATT Server Code? I can't find it. I would have expected it in
https://github.com/stanleyhuangyc/Freem ... maticsPlus

Re: Bluetooth Serial UART

Posted: Sun Sep 22, 2019 1:24 pm
by stanley
Please refer to ESP32 Arduino example code.
https://github.com/espressif/arduino-es ... raries/BLE