From a6c7b33916c3b15ba250fa73d488b5ae03815b75 Mon Sep 17 00:00:00 2001 From: BryanGazali <46581520+BryanGazali@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:27:09 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a2de68d..4f827f41 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Treehouses remote ble ## Getting Started -This project is a starting point for a Flutter application. +Install [Python-BLE-Server](https://github.com/rrijal53/python-ble-server) on your RPI -A few resources to get you started if this is your first Flutter project: +#Steps to Install: +1. Connect and log into your RPI via your terminal, recommend to use Git Bash +2. Enter root account via "sudo -s" +3. Clone the repo into your RPI via "git clone https://github.com/rrijal53/python-ble-server.git" +4. Enter the directory via "cd python-ble-server" +5. Start server via "python3 serverble.py" -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +Once the server is running, your RPI will be visible to your Remote BLE app From e4989d6031539c385e1036400c5531a69debd0f8 Mon Sep 17 00:00:00 2001 From: BryanGazali <46581520+BryanGazali@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:30:06 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f827f41..dd62f8ec 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Treehouses remote ble Install [Python-BLE-Server](https://github.com/rrijal53/python-ble-server) on your RPI -#Steps to Install: +### Steps to Install: 1. Connect and log into your RPI via your terminal, recommend to use Git Bash -2. Enter root account via "sudo -s" -3. Clone the repo into your RPI via "git clone https://github.com/rrijal53/python-ble-server.git" -4. Enter the directory via "cd python-ble-server" +2. Enter root account via `sudo -s` +3. Clone the repo into your RPI via `git clone https://github.com/rrijal53/python-ble-server.git` +4. Enter the directory via `cd python-ble-server` 5. Start server via "python3 serverble.py" Once the server is running, your RPI will be visible to your Remote BLE app From 9ada0b05e083afa9bc87abfe6bfa5bbded34fe52 Mon Sep 17 00:00:00 2001 From: BryanGazali <46581520+BryanGazali@users.noreply.github.com> Date: Wed, 8 Sep 2021 16:04:18 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd62f8ec..ffb388ac 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ # treehouses ble terminal -Treehouses remote ble +Treehouses Remote Ble ## Getting Started Install [Python-BLE-Server](https://github.com/rrijal53/python-ble-server) on your RPI ### Steps to Install: -1. Connect and log into your RPI via your terminal, recommend to use Git Bash +1. SSH into your RPI via your terminal, recommend to use Git Bash 2. Enter root account via `sudo -s` 3. Clone the repo into your RPI via `git clone https://github.com/rrijal53/python-ble-server.git` 4. Enter the directory via `cd python-ble-server` 5. Start server via "python3 serverble.py" Once the server is running, your RPI will be visible to your Remote BLE app + +## How to use app + +1. Install the application on your device, application is named Treehouses RemoteII +2. For application to work, enable Bluetooth connectivity on your device +3. Press the search button in the middle of the bottom nav bar +4. If your RPI device appears, press `Connect` to connect to your device +5. Once connected, you can expand the Service tile and type messages into the input box to send them to your RPI. Your RPI output will be shown below From b7daa13be4133e76e224a443b3b27473c7a85660 Mon Sep 17 00:00:00 2001 From: BryanGazali <46581520+BryanGazali@users.noreply.github.com> Date: Sun, 10 Apr 2022 22:43:07 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb388ac..077dd144 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Treehouses Remote Ble ## Getting Started -Install [Python-BLE-Server](https://github.com/rrijal53/python-ble-server) on your RPI +Install [Python-BLE-Server](https://github.com/treehouses/python-ble-server) on your RPI ### Steps to Install: 1. SSH into your RPI via your terminal, recommend to use Git Bash 2. Enter root account via `sudo -s` -3. Clone the repo into your RPI via `git clone https://github.com/rrijal53/python-ble-server.git` +3. Clone the repo into your RPI via `git clone https://github.com/treehouses/python-ble-server` 4. Enter the directory via `cd python-ble-server` 5. Start server via "python3 serverble.py"