-
Notifications
You must be signed in to change notification settings - Fork 55
Android App Demo
Timothy Woo edited this page Oct 23, 2017
·
13 revisions
Please note that this app is only for Android! Sorry iOS users, an iOS version may be developed later though!
- Perhaps the easiest way to install the app is to email the app APK file to yourself
- On the target mobile device, click the file to download it, and Android should automatically prompt you to install it. If not, find it with your mobile device's file explorer. Click "Install" and accept the agreement that the app needs to access files, etc. because it can save data to your phone and connect to Bluetooth.
- After installing, open the app and it will prompt you to turn on Bluetooth if you don't already have it on.
- Click the "Connect" button and you should see a list of nearby Bluetooth devices, including the Reflowduino if it was turned on. Select the Reflowduino and you should see the blue connection status LED turn from blinking to solid and the app will say "Connected!"
- You should now see temperature values on the screen. Click the temperature unit (degrees C or F) to convert between them
- Press the "START" button to start the reflow process. This will also bring up a graph that plots the temperature points vs time on the screen. For now this graph has to refresh for each data point which can be annoying, but maybe you all can help fix that!
- Press "STOP" to abort the process, and the app will ask you whether you want to save the temperature data or not. If you click yes the data is stored in your phone on internal storage (or on the SD card if internal storage is full) to "Internal Storage/ReflowduinoData.txt" which you can find with your native file explorer. Use this file to graph the data in Excel, and have fun with it!
- The graph should freeze so you can tap it and view the data. Press the "CLEAR" button when you're done with the graph, and it will clear the screen
- Press "Disconnect" to disconnect from Bluetooth
The Reflowduino app was created using Thunkable, an excellent, free graphical app-building environment. To modify the app you will need to set up an account with them then follow the instructions below to view or modify the Reflowduino app.
- Once you have logged in to Thunkable you should see your dashboard (empty for now because you have no projects yet).
- Download the app .aia file and in Thunkable go to Apps -> "Upload app project (.aia) from my computer"
- After it's done processing you should be able to view and edit the app!
-
If you click on "Blocks" you will see all the code "blocks" that you can modify
-
If you want to modify the app, it's highly recommended that you get the Thunkable companion app for real-time testing using Test -> Thunkable Live. It's an amazing feature!