mmcw-dev
|
19815dbb4d
|
Log step sequence to keep track during tests. OFF BY ONE! OFF BY ONE!
|
2017-12-20 21:59:30 -05:00 |
mmcw-dev
|
11bf8b95f8
|
flag the start of a sequence and stop it.
|
2017-12-20 21:49:26 -05:00 |
mmcw-dev
|
b1085cb77c
|
Need to declare pins even during state restore failure.
|
2017-12-20 21:41:41 -05:00 |
mmcw-dev
|
64440f7c1c
|
Set state if invalid. Hopefully it overwrites?
|
2017-12-20 21:39:17 -05:00 |
mmcw-dev
|
ec156fc8b6
|
Log output of removing state directory
|
2017-12-20 21:34:00 -05:00 |
mmcw-dev
|
b605f875bc
|
Declare intval object variables before init function
|
2017-12-20 21:32:07 -05:00 |
mmcw-dev
|
a039e8f616
|
Do NOT use maximum loop logic when steppign throuhg a sequence without a max loop
|
2017-12-20 21:26:59 -05:00 |
mmcw-dev
|
64b0244972
|
Store callback to invoke at the end of a sequence
|
2017-12-20 21:24:51 -05:00 |
mmcw-dev
|
c7ed8bed3b
|
Was returning sequence start, now calling and then returning
|
2017-12-20 21:12:40 -05:00 |
mmcw-dev
|
66ac78fee0
|
If state is malformed, quit and restart app
|
2017-12-20 21:03:57 -05:00 |
mmcw-dev
|
dbf641ef69
|
See how sequence.stop is being called, using console.trace
|
2017-12-20 20:59:52 -05:00 |
mmcw-dev
|
0668d856be
|
Errored out trying a stop function
|
2017-12-20 20:57:02 -05:00 |
mmcw-dev
|
573287384d
|
Actually call next step when running a loop
|
2017-12-20 20:53:21 -05:00 |
mmcw-dev
|
fc99b9ff06
|
Do not wait for sequence to finish to respond to /sequence request
|
2017-12-20 20:51:14 -05:00 |
mmcw-dev
|
0a3add86cb
|
Only log stop function
|
2017-12-20 20:46:53 -05:00 |
mmcw-dev
|
af28f14ecc
|
Fix syntax error and update to latest node modules on ubuntu
|
2017-12-20 20:42:20 -05:00 |
mmcw-dev
|
e6070465e5
|
Sequence logic ready for testing
|
2017-12-20 18:40:51 -05:00 |
mmcw-dev
|
2a2d71ec73
|
Begin designing a carriage and stand for the intval.
|
2017-12-15 09:01:46 -05:00 |
mmcwilliams
|
22d497b464
|
BLE features are working, minus the wifi feature. Good work today.
|
2017-12-13 18:40:14 -05:00 |
mmcwilliams
|
57efee6d7f
|
os module needs to be required first
|
2017-12-13 18:35:59 -05:00 |
mmcwilliams
|
35feed7775
|
Require bleno AFTER unique name is applied (this was messing up)
|
2017-12-13 18:34:00 -05:00 |
mmcwilliams
|
6cabd0e926
|
Use a better device id
|
2017-12-13 18:31:59 -05:00 |
mmcwilliams
|
567b1bb55d
|
Advertisement length error, try with char_id, not both ids
|
2017-12-13 18:25:02 -05:00 |
mmcwilliams
|
47c75f5ba9
|
Name and advertise properly
|
2017-12-13 18:22:32 -05:00 |
mmcwilliams
|
e5207a8474
|
App supports controlling intval with bluetooth
|
2017-12-13 17:52:25 -05:00 |
mmcwilliams
|
52194e0b41
|
Set counter via ble
|
2017-12-13 17:27:42 -05:00 |
mmcwilliams
|
2818bd1180
|
Respect exposure settings.
|
2017-12-13 17:01:22 -05:00 |
mmcwilliams
|
6b65168f03
|
Obj not req
|
2017-12-13 16:25:23 -05:00 |
mmcwilliams
|
2a28b622f0
|
Set delay from ble
|
2017-12-13 16:22:22 -05:00 |
mmcwilliams
|
7fc84a3f14
|
Set exposure with bluetooth app
|
2017-12-13 16:04:24 -05:00 |
mmcwilliams
|
ae03b97f96
|
Set direction with bluetooth, also resolve an unfortunate bug where I repeatedly spelled "undefined" as "udnefined"
|
2017-12-12 14:23:14 -05:00 |
mmcwilliams
|
d8e6a2206e
|
OK! Cannot pass data back during a write event, BUUUT can respond asynchronously, and state can be read immediately after? Or should I cache a response? More on this later.
|
2017-12-12 13:37:36 -05:00 |
mmcwilliams
|
601d0cf581
|
Send a buffer of a string, not the entire string.
|
2017-12-12 13:24:26 -05:00 |
mmcwilliams
|
9d95ffa483
|
Was trying to console.log an undefined string.
|
2017-12-12 13:14:20 -05:00 |
mmcwilliams
|
4aadc5a9df
|
Use callback model for bluetooth write events.
|
2017-12-12 13:09:13 -05:00 |
mmcwilliams
|
f74465cbbc
|
utf8 not uft8. I am a freaking dumbass.
|
2017-12-12 11:57:04 -05:00 |
mmcwilliams
|
05a69e5512
|
Do not log getState data, but do log utf8 string and parsed object onWrite
|
2017-12-12 11:54:43 -05:00 |
mmcwilliams
|
5f61865366
|
No need to log state
|
2017-12-12 11:38:48 -05:00 |
mmcwilliams
|
3e9f560db0
|
intval.status() not intval.state.
|
2017-12-11 14:57:01 -05:00 |
mmcwilliams
|
76fcc95327
|
See what state is before sending
|
2017-12-11 14:47:05 -05:00 |
mmcwilliams
|
5f97c7a4de
|
Pass back actual state object.
|
2017-12-11 14:44:27 -05:00 |
mmcwilliams
|
139c72caee
|
ble needs to be constructed
|
2017-12-11 14:41:44 -05:00 |
mmcwilliams
|
1fef6d6925
|
Pass an intval.state object into ble lib
|
2017-12-11 14:38:46 -05:00 |
mmcwilliams
|
f1a5ae5aff
|
bluetooth on data event
|
2017-12-07 12:06:08 -05:00 |
mmcw-dev
|
395c60b8a2
|
Key_cap sizing improved
|
2017-12-06 23:13:49 -05:00 |
mmcw-dev
|
58f2ec885a
|
Enlarge the panel mount column
|
2017-11-28 15:21:52 -05:00 |
mmcw-dev
|
fb1273614c
|
Example sequencer control with a bash script.
|
2017-11-28 15:20:56 -05:00 |
mmcwilliams
|
292dc2913c
|
Do not watch locally
|
2017-11-23 09:53:04 -05:00 |
mmcwilliams
|
a71deca9e3
|
INTBAL??????
|
2017-11-23 09:52:49 -05:00 |
mmcwilliams
|
6ce6af3abe
|
Log whether or not frame is part of a sequence.
|
2017-11-23 09:46:18 -05:00 |