I thought I'd share a bit about a project I'm working on to help my loving girlfriend manage the keys. We live in different homes and I travel quite a bit which makes keeping track of keys a bit of a chore. My initial foray into helping this was to build up an internet accessible lock box that she can open from wherever she's at. The deficiencies here are that it's fairly hackable if I wanted to as the relay used doesn't offer a secure connection. If one wanted to sniff the network traffic then the password is in plain text. Also, the lock box is rather bulky and not transportable.
Version 2.0 will be vastly more sophisticated and scalable. I'm basing it on the raspberry pi line of project computers. While I'm a few months away from completion, my intent is to share this project so that others can make their own.
Some of my desired goals include:
Secure data access
Automatic lock on key insertion using an optical switch and a pin through the hole in the key.
Web interface
Key release functions (Instant, timer, and a delayed override function which can be canceled.)
Multiple lock boxes can be set to primary/secondary mode where multiple secondaries can connect to the primary via VPN allowing the key holder to control all of them through one interface.
Selectable mail/text notifications of key insertion/release/override request/online status/cover removal.
Additional control via email/text.
Historical calendar to track frequency of key releases and override requests.
Close to the size of a pack of cigarettes.
Wifi enabled with short range and long range options. (internal or external antenna)
So far, the mechanicals are pretty simple. It's getting my head back into programming and learning two new to me programming languages that is my real delay.
I do have quite a few other things going on so progress will be slow. Would love to hear thoughts about other features to include.
Key safe project
-
- Posts: 3893
- Joined: Thu Nov 10, 2011 5:49 pm
- Location: Northern New England
- Last orgasm: October 21st, 2020
- Orgasms this year: 4
- Gender:
Re: Key safe project
Sounds like you've pretty well got it covered.Would love to hear thoughts about other features to include.
04/07/19 "And then I 'punished' you by making you lick my pussy after I let my other 'boy' fuck me." --Mrs. Twisted
Re: Key safe project
Raspberry Pi is pretty overkill and has high power requirements. Have you considered an Arduino based system? Maybe an RFDuino? http://www.rfduino.com/product/rfduino- ... index.html
Or even:
https://www.crowdsupply.com/pinoccio/me ... or-network
Or even:
https://www.crowdsupply.com/pinoccio/me ... or-network
Re: Key safe project
The raspberry PI would indeed be overkill for just managing lock actuators and, say, a keypad, but things like web interface and VPN functionality are beyond a microcontroller's (e.g. Arduino) capabilities.
Current device: MM Jailbird with security screw and TetherSpout
Previously: CB6000s knock-off, HolyTrainer2, MCN Contender, Lori#5, MM Watchful Mistress
Previously: CB6000s knock-off, HolyTrainer2, MCN Contender, Lori#5, MM Watchful Mistress
Re: Key safe project
Agreed. An Arduino was part of the first go around but limits the range of usefulness. One of the intents is to allow a key safe module to travel, connect through a personal hot spot to the primary via VPN, and allow key control and monitoring from any web browser. Power requirements aren't really a concern for my application.
That said, your question did cause me to think of Sleepy Pi and I'll look into possibly adding that functionality since I have quite a few micro boards that may work for power savings. That's not high on my task list though.
That said, your question did cause me to think of Sleepy Pi and I'll look into possibly adding that functionality since I have quite a few micro boards that may work for power savings. That's not high on my task list though.
Re: Key safe project
That all sounds VERY interesting, and also quite a bit over my head 
I'm glad to know that people in the community are working on projects like this - it gives me a real hope for the future. I'm a very regular yogi, and though I've played tennis, golf and even ridden a bike around 20 miles regularly while locked... yoga is just not compatible for life in chastity. So, having something that can be remotely opened and closed with monitored time of unlock is definitely something that I have an interest in.

I'm glad to know that people in the community are working on projects like this - it gives me a real hope for the future. I'm a very regular yogi, and though I've played tennis, golf and even ridden a bike around 20 miles regularly while locked... yoga is just not compatible for life in chastity. So, having something that can be remotely opened and closed with monitored time of unlock is definitely something that I have an interest in.
"Some people need to be caged before they can be free." - Anon
Re: Key safe project
This is why the Pinoccio I linked to looks really interesting. You could probably even integrate the "Field Scout" right into a belt, so you could detect if the belt itself was open or locked. Integrating it into a ball-trap device would probably be more difficult, though.