From fdb0c86b770c63e67c7c6b71367d82971321f314 Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Tue, 21 Jul 2020 18:15:22 +0300 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a0ec5b --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +

+ +

+ +**Disclaimer: this code can be used as a reference or starting point for your own projects, but it's a test application and doesn't pretend to be production quality** + +### [BrainFlow Android Dev and User Guides](https://brainflow.ai/get_started/?platform=android&language=java&manufactorer=openbci&board=wifi-shield&) + +Currently it supports: + +* Synthetic Board +* OpenBCI Ganglion + WIFI Shield +* OpenBCI Cyton + WIFI Shield +* OpenBCI Cyton Daisy + WIFI Shield + +BrainFlow may work on Android for other devices as well without any changes, but so far on Android we tested only devices above. + +### Limitations in Android Emulator + +It's hard to configure Android Emulator to work with real boards, so in Android Emulator we recommend to use Synthetic Board and test real boards directly on real Android Device + +## License: +MIT