7a98dc11eaAdd new UI.spinner and UI.overlay usage in intval.mobile.js. Fix reset, restart and update process over BLE. Hide disconnection errors and instead automatically reset BLE UI when disconnect occurs.mmcwilliams2018-02-12 13:59:21 -0500
fd0ad6f063Add global placeholders for reset, restart and update.mmcwilliams2018-02-12 13:58:00 -0500
65cdf44105Hide BLE functions but don't hide footer on webmmcwilliams2018-02-09 12:25:22 -0500
2c40fa4e0eRestart and update both work with restify, so put them behind POST endpoints to prevent absentminded browser requests from breaking sequences. They will need to be added to the UI in a reasonable way.mmcwilliams2018-02-08 16:23:10 -0500
5f71e48c38Restart, update and reset all have ble and restify endpointsmmcwilliams2018-02-08 15:31:48 -0500
b56afa3ba7Add language "and clear counter" to reset confirmation dialog.mmcwilliams2018-02-08 11:51:43 -0500
a37c58d791Add a reset feature to mobile app which allows the device to be reset to the default settings (direction forward, exposure 630 and delay 0).mmcwilliams2018-02-07 19:07:38 -0500
42580c46b9Sequence feature for bluetooth control does NOT need to be split (yet) into start and stop. intval.mobile.js was using the incorrect callback on the sequence characteristic and should be tested before changes are made.mmcwilliams2018-02-07 18:38:19 -0500
eae8e50cf8Use INTVAL3 not INTVAL in usage descriptions. Working on submitting this to both app stores.mmcwilliams2018-02-07 18:23:07 -0500
e8eec95107Create both readme files, one at the project level and another just for the mobile app. More work needed on the project one.mmcwilliams2018-02-07 18:22:28 -0500
4b72c9eeedCamera exposure logic is in place. Will take a photo with the device camera and use the exif data to determine the correct exposure for the bolex.mmcwilliams2018-02-03 16:49:37 -0500
62769db3bfAdd a state for the mobile app to trigger the camera and set Bolex camera values.mmcwilliams2018-01-09 00:06:17 -0500
e55154e46eInstall "camera with exif" for capturing exif data with the mobile camera. This will eventually allow the user to take a photograph with their mobile camera and the Exposure time, ISO and f-stop can be used to establish an exposure value, that can be used to automatically set an exposure time for the Bolex to match the mobile camera's exposure setting.mmcwilliams2018-01-09 00:03:20 -0500
a9414c6212Prevent motor from stopping before 100ms. Took out the logging in watchMicro, due to the fact that the problem with backwards frames was likely a bad connection.mmcwilliams2018-01-08 22:08:41 -0500
b114ef8b0eHide spinner after 5 seconds, show message if not connected.mmcwilliams2018-01-08 20:14:08 -0500
fb54403891Pause before setting direction of frame.mmcwilliams2018-01-08 20:06:02 -0500
b01a9e4483Potential fix, which prevents priming from happening after a determined intervalmmcwilliams2018-01-08 19:29:14 -0500
30e8636ea8FUCK! The problem is that the script must run as root. Was looking in the wrong dir.mmcw-dev2018-01-06 10:55:52 -0500
74af6218e0Put db in config file (WHY IS THIS NOT WORKING)mmcw-dev2018-01-06 10:54:00 -0500
0d251b212eAdd path module to db to better format url? Why is database no longer writing?mmcw-dev2018-01-05 17:31:00 -0500
6c28e729e1Only add padding to top of app if in mobile versionmmcwilliams2018-01-04 16:32:59 -0500
34eefbd067Hide and show IP address based on availabilitymmcw-dev2018-01-04 16:25:22 -0500
df1c39604aReferenced the filtered array, not the first element, like a jackass.mmcw-dev2018-01-04 16:14:12 -0500
980f1f56c5Log the local ip so info is readable server-side as well.mmcw-dev2018-01-04 16:12:32 -0500
3af05e442dTrack the local ip address of the wlan0 interface and report information to the BLE service.mmcw-dev2018-01-04 16:10:38 -0500
7d5f6c6601Mobile app now allows user to interact with wifi settings. Also (mostly) properly displays the state of a sequence.mmcwilliams2018-01-02 00:35:20 -0500
4ce4ac2735Restore wifi functionality for writing full config file.mmcwilliams2018-01-01 00:28:11 -0500
5496881616Improve parser to ignore stanzas that are commented out or not formatted by this program.mmcwilliams2018-01-01 00:19:07 -0500
bcc29424daCaught mixed usage, use .find() not .filter() to locate a single entry. Test exising methods now.mmcwilliams2018-01-01 00:10:50 -0500
7e58ac40aaIf entry is for an SSID that exists, replace old with new. If entry is for SSID that doesn't exist, add to file.mmcwilliams2018-01-01 00:04:49 -0500