technicalpickles / picklehome

Configuration & Planning for my Home Automation systems
14 stars 0 forks source link

Wall mounted kitchen tablet #24

Open technicalpickles opened 6 years ago

technicalpickles commented 6 years ago

Last year I picked up a Samsung Galaxy Tab A 7" with the intent to mount it by the kitchen door as you leave. Some features I was imagining:

The desired position isn't really close to an outlet

I also got a wall mount for it, but when I finally mounted it, it fell down overnight with the test weight 😭

Some ideas I have had for mounting:

I don't think it makes sense to always be running. There may a way to use Tasker, with a a motion camera, to only turn when motion is detected, and turn off after awhile. Tasker is weird though 😅

technicalpickles commented 6 years ago

Possibly of use: Android IP Webcam component

technicalpickles commented 6 years ago

Alexa now supports (has supported?) arbitrary lists aside from shopping and todo. Maybe could use that for voice interface, and try to find an API for the todo list?

technicalpickles commented 6 years ago

Finally got it mounted! I used this mount and it seems to work really well. I ended up not trying to get wireless charger, because that was a bit of uncertainty and also found out my tablet didn't support it.

Some details for implementing:

Features I'm thinking:

technicalpickles commented 6 years ago

Other details:

technicalpickles commented 6 years ago

I was able to get TabletFrame built, and stuff running. I just have a default smashing dashboard running off my laptop for right now until I get something running on the nuc.

One annoyance I ran into is that turning on push notifications for Motion Detector started sending notifications when motion was detected, which played a sound. The video said that was important, so I left it on, but muted sounds.

technicalpickles commented 6 years ago

Oh, I did have a problem with installing my built TabletFrame. I had never done any android stuff, so I was flying pretty blind. I made sure both types of signing (jar and full apk) were checked, and that fixed it.

technicalpickles commented 6 years ago

I did some systems & design thinking exercise with tracy to figure out what should go on there. I'll have to upload

For the server part, I'm thinking a express server with webpack for bundling packages. Some resources:

technicalpickles commented 6 years ago

Some of the features we talked about would be useful having on your phone, in addition to just the

That got me to thinking about React Native 😅 https://facebook.github.io/react-native/docs/handling-text-input.html

It'd be useful to be able to open mobile apps for some of the workflows. Looks like this is possible with something like https://github.com/fiber-god/react-native-app-link

technicalpickles commented 6 years ago

I lost track of the notes, hopefully can find that notebook 😓