I am very fond of the armbinders / monogloves by ozbondage, just way too expensive. But while looking at their gallery, I found an interesting detail on the straps:
As you can see, the "main strap" ends in a leather plate where the shoulder straps are attached. It seems like the straps are attached with stud buttons. Actually, there shouldn't be too much strain on these buttons, as the main force applies to the fold of the strap, around the metal ring.
Now, how does this translate to self-bondage?
Stud buttons can be undone fairly easily, you need to pull the end of the strap into the right direction. This could be accomplished by a string attached to the strap, or the strap has a ring at its end, that can be hooked somewhere.
In the case of an ozbondage monoglove, I would replace the buckle of the center strap with a device that lets you pull tight, but not lose. The shoulder straps would be provided with rings at the ends to open them for escape. Finally, you need to use the ring at the end of the glove to pull it off. Of course, the lacing cannot be too tight, or you wouldn't be able to get in at all.
If someone comes up with a clever method to deal with the lacing of the ozbondage monogloves (tighten it, and release later on), I might actually save up for one. If someone comes up with a similar model, but much cheaper (let's say, less than 100 €), I might buy one straight away.
My first ever post on here. Have browsed this site for many months now but I felt like I have a contribution I could possibly make, and possibly looking for feedback or even a little help.
I was thinking about a Blowjob trainer for a while now. I've seen the one which can use a Web Camera, but I don't have a good web camera, and It can only be used in the light. I wanted something I could possibly use in the dark.
So, I know a SMALL amount of electronics, I have a good knowledge of coding (PHP Developer as a day job) and I know a bit of C++.
I Ordered my Arduino UNO at the weekend, along with a load of other goodies to go with it. Right, Now to explain what I've got, done, and what happens.
So, The kit consists of:
Ultrasonic Rangefinder (HC-SR04)
LCD Display (16x2 - JHD1602)
Shift Register (74HC595) (Use this for the LCD, as can cut down from 5 wires to just 3)
Servo Module (Possibly for release - Not yet tested this part, but have it dropping a key)
Solid State Relay (25A Load) - This is for controlling the Hitachi Wand (Not speed control, just ON/OFF)
2X LED (1 Green, 1 Red)
PS2 Keyboard (Computer Keyboard)
Using a Ultrasonic Rangefinder (With some correct Libraries for speed) I am able to detect how far the face is away from the object (So, Dildo attached to object, with Range finder at the bottom) so lets say I have a 12CM Dildo, The start could be 12CM, and the end could be 8CM (Depending on how far you want to go down) - The piece of code I have built also puts in A Deep throat length, but you can't turn this off right now. I might add functionality to control this, but I built this in mind of deepthroat.
The LCD And Keyboard are the next aspect. From the PS2 Keyboard, you can set some settings up, so if I want to change something I don't have to go into the code to change it, I can just do it from here. The only thing is that it needs to be setup again if you reset the unit. (I could possibly make use of the EEPROM in the future to save this). I've only just started putting the code together for controlling the settings via Keyboard + LCD, but I'll explain what settings are in the Code, and whats currently settable from the keyboard.
Blowjobs Required: 200 (Currently set in code)
BJ Start: (Currently set in code + Can be set via Keyboard)
BJ End: (Currently set in code + Can be set via Keyboard)
BJ Deep: (Currently set in code + Can be set via Keyboard)
BJ Allowed time per suck: 2400 (Currently set in code - ms - Whats the max amount of time allowed before punish)
BJ Penatly addon: 10 (Currently set in code - Will add +10 sucks if the action wasn't completed before the above time)
BJ Deep Good: 5 (Currently set in code - Will -5 sucks for holding a deep throat for the time above)
BJ Max allowed: 200 (Currently set in code - Won't ever go over this value if penatly)
BJ Max Penalty Time: 1200000 ( Currently set in code - After this time period from start, the user won't occure any more penaltys)
BJ Max Run Time: 2400000 (Currently set in code - After this time, User will be released even if they haven't completed task - Safety?)
Bearing in mind, if the user completes the 200 sucks, they will be released. - Maybe could add the feature to give them orgasm via vibrator at the end if they have been good.
Next, Vibrator setup: (All of the following currently set in Code)
Vibrator Startup Wait: *ms ( How long to wait after first suck to start the vibrate control - NOTE: This won't actually start the vibrator, just start the function to calculate when to start vibrate etc)
Vibrator Max Runtime: *ms ( How long once started, that the process can run for. If it reaches this and it's stll vibrating, it will wait to finish )
Vibrator Orgasm Time Needed: *ms ( How long would it be for the user to actualy orgasm )
Vibrator Orgasm TEASE MAX: *ms ( How long to run for Teasing MAX TIME )
Vibrator Orgasm TEASE MIN: *ms (How long to run for Teasing MIN Time )
The above to will be random, to generate a RANDOM tease time.
Vibrator Wait Time MAX: *ms ( How long to wait, before turning the Vibrator on MAX TIME )
Vibrator Wait Time MIN: *ms ( How long to wait, before turning the Vibrator on MIN TIME )
Vibrator Orgasm Rate: 20% ( The percentage of having an orgasm, each time the function is called )
Let me just quickly run through the Keyboard setup. So when you first turn on the Arduino, You will get a welcome message. It will run through all the current configuration IE Sucks required, Start,End,Deep CM. If you Press F1, you get to the Setup Screen. If you Press F1 Again, you start the setup for the Start,End,Deep. (At all times, information is displayed to tell you what you need to do and press.) So the first question is: Set START Depth. It will then display the current distance between the Sensor and your head (if you've placed it there) - You can see at all times the depth in CM to let you know where you are. If your happy with that point, press the ENTER key on the keyboard. Next, it will ask you for the END depth. Same thing applies here. Press Enter. Next, It will ask you to set the Deep depth. Press enter. In all of these 3 steps, if you wish to do it manually to get a more precise input, Press the TAB key on the keyboard, it will switch to manual mode (Also confirmation on LCD to let you know your in manual mode) - Next, use the UP or DOWN arrow keys on the keyboard. UP increases in CM, Down decreases in CM. Pressing enter will confirm each setting. Once you've input these 3 values, the system will check to make sure it's right (I.E make sure the END value isn't > Start value, Deep value > Start value, or Deep value > End value.) - If any of them are wrong it won't work properly so won't save and just let you know and take you back to the main menu, where you need to set them again.
As I code some more, I'm looking to be able to set the times up etc etc. Only problem is, setting up via LCD can be a little time consuming, as your limited to like 1 question per screen, but at least all input is checked.
Here's the actual process. Once back to the main menu, you press Enter and the program begins. The Vibrator will start calling it's function once it's allowed, and decide if your going to get a tease or a orgasm (Which will really interfere with you trying to concentrate on completeing the job) - You will have X seconds/MS as set above to complete each action. If you don't you get +sucks added depdending on configuration and timer will reset. It won't ever go above the set BJ Limit. Here's where the LED come into play. When RED is lit, you need to move to the END position. When it's green, you return to the START position. The LCD will give you an count down how long it is till you run out of time. Right now, it's hard coded so that in every 1 of 10 sucks, you require to give a Deep throat. When it's time for a deepthroat, the LED's will be BOTH on. Once your there, if you hold it there for the amount of seconds per suck, you get -5 sucks removed. LED's will flash to let you know it's ok to come back to start, and the LCD will tell you to let go. The Sensor will check to make sure you didn't move back down to END during the deepthroat, and if you did, you won't be rewarded. I'm thinking of putting some function in here to limit the amount of "rewards" allowed in a certain time, because if you managed to do a deep throat every time, then it wouldn't take that long, but then again if you notice the user doing deep throat a lot to get out quicker, you could always increase the allowed BJ's.
The LCD will tell you how many sucks left at all times, as well as if you have a penatly,or sucks removed. However, it won't inform you about if your going to get teased, or get an orgasm, It won't tell you how long you got to wait, or how long till escape. It's going to play tricks with you.
I've only tried the system several times with my hand. I daren't try it using the vibrator yet, Just don't have the guts to do it!
I know I might of babbled on a bit here, but I hope you like my little creation. If people are interested I am willing to show how I've done this one it's all completed. At the moment, It's all on a big breadboard and all messy. I've not got round to ordering proper boards to put it on a final board, as it's still a work in progress...
What I'd like to do, is replace the the Servo release with a Magnetic Door Lock, but I'm not quite sure how a Magnetic door lock is wired up. I know it needs power, and I could use a Relay to turn the power on and off.
Also, I'd like to add a Punishment for not completing a suck, maybe attaching to some sort of TENS device. The only TENS device I have at the moment is a Muscle one, but it needs constant connection to send a pulse. If the connection is broke, the power is turned off.- Maybe I could use a small Relay on a Fly Zapper, and just make the Relay make the connection between it's power pack and turn on and off like 5 times to punish user.
I hate not working..... But when I have to wait for parts, I start dreaming about bondage and stuff.
So, this is what I came up with during an off day at work.
With some electro stuff, eyelets, and some of my old bondage gear, I came up with. I saw this on ebay, and made my own bondage device.
With this, I found that I can have a lot of fun and I can add many items to make the fun last longer.
I also came up with another bondage with a water release idea that has worked in the past. This is how it works.
1: I use a mouth gag with a drinking tube connected to it.
I also have a 4 quart bottle of water, coffie, or any other drink connected to it. The drink sits on the floor.
2: I have a piss tube connected to a diaper that has a bed wetting alarm connected to it. That triggers the release device. when I pee, the alarm sounds and the key drops to my hands.
3: Other items are: Vibrator taped on my penis with a timer and an enema to fill me up after a delay with another water timer i built.
So, here what happens.
After I picked out my outfit for the day, I place the enema nozzle inside, and inflate it. Then, my harness is tighten so the plug can't fall of be pushed out. I then take my piss condom, and place it over my penis. I then tape a Vibrator to the end of the penis with the wires and control box on the enema harness. I then fill the enema bottle with water or liquid and set the enema timer. Now, for the bondage. I mount my device and connect my ankles to the leather straps and lock them in place.I then put on my gag and connect it to the water bottle. My release keys are then connected to the release devise, and tested.
My collar is then placed around my neck, and is chained to the bar. the back of the collar is also chained to the rear support. The enema is connected, and the vibrator is connected and timer is set. The piss tube is now connect to the diaper with the bedwetting alarm. This alarm turns on a motor that drops a set of keys. In cast the keys don't drop, the water timer will drop a second set of keys. SO...All set?
I place my wrist in the wrist cuffs and lock them in.
Here what happen.
To get out, I have to pee. To pee, I need to drink the water. Hard to do with a gag on. In the mean time, the timer turns on and the Vibrator turns on and I get my hard on. The enema is now filling my ass with water. now, with my rear willed with water, and the vibrator happly buzzing away, I cumm... Ahh. I feel better now.... untill that vibrator reminds me that I am still locked in.
Now I have to pee. It's hard to pee with a vibrator working your penis over, and it won't stop. Meanwhile, your enema is now signaling you that it's ready. Ready for what???
Now the the bedd weeting goes off and the keys did not drop down.
Something went wrong. After what felt like an hour, A set of keys did drop down. Gool old ice in pantyhoes..... I got free, Plug the enema, and turned off that painfull vibrator. I un locked myself and headed to the bathroom.
Even thow the butt plug was inflated to the size of a small ball, the second I took off my belt, the plug shot out of my ass and into the bowl.
I sat there, clearing myself and wondering what kept the keys from falling. Results? I place the keys too far back, and the keys got caught on the shaft. The motor turned ok, but the keys stayed there.
Here is the a few pictures. I felt that there was too much that went wrong, so I am redoing it all. But the items I will keep, is the enema, pisstube, water bottle, and the frame. The bedwetting device worked, Maybe I can make it work a vibrator with the enema.
I know I am forgetting something on this post, But now my mind is thinking again.
What do you think about morphsuits? Its just another name for a lycra zentai, but what I find interesting about them: they seme to be accepted by the public, there are also reports in non-yellow press and there are also morphsuit flash mobs in germany.... I haven't seen one suit in public yet.