Only persons aged 18 or over may read or post to the forums, without regard to whether
an adult actually owns the registration or parental/guardian permission.
AmberCutie's Forum (ACF) is for use by adults only and contains adult content.
By continuing to use this site you are confirming that you are at least 18 years of age.
So I've been in this world for 2 years now and I'm looking ways to expand my traffic.
I see that many models on chaturbate use a fuckmachine that somehow seems to be interactive.
On the internet I can't find any interactive machine's..
How do you do this ? Or which one do you use?
I've been tipping in some chats and I see that it doesn't respond right away, but I also see them with no remote in their hands.
I will look further into this and probably also order a Hismith.
I have a hismith tabletop model. Thinking about it, having a fuck machine controlled by tips would be tricky. You don't want the machine to start for the given request if the machine is not already at least inserted. So at a minimum the setup would need some easy way to enable/disable/pause the machine quickly, otherwise the model might get a nasty surprise when it suddenly starts up full speed.
There are a few that can be controlled by tips. Motorbunny has one, Shockspot has them. And Hismith should also have a option to get it chaturbate compatible for their app controlled machines.
And I heard a while back that lovense is also working on a fuckmachine
There are a few that can be controlled by tips. Motorbunny has one, Shockspot has them. And Hismith should also have a option to get it chaturbate compatible for their app controlled machines.
And I heard a while back that lovense is also working on a fuckmachine
I checked it, but it seems that Hismith has removed it. You needed a app, but that app is offline. You can still try to get it working with xtoys. https://xtoys.app/
I checked it, but it seems that Hismith has removed it. You needed a app, but that app is offline. You can still try to get it working with xtoys. https://xtoys.app/
I believe the hismith people said somewhere in this forum that they can't offer the tech right now bc of a copyright
issue.
Unless I am missing something I don't see where motor bunny can be connected to respond to tips. It's also more of a Sybian thing than a fuck machine
I believe the hismith people said somewhere in this forum that they can't offer the tech right now bc of a copyright
issue.
Unless I am missing something I don't see where motor bunny can be connected to respond to tips. It's also more of a Sybian thing than a fuck machine
I checked it, but it seems that Hismith has removed it. You needed a app, but that app is offline. You can still try to get it working with xtoys. https://xtoys.app/
Yeah i am pretty sure it is because it was something to do with lovense. Lovense made them stop the camplay extension and apparently that xtoy app dosnt allow tip interaction with CB anynore because of a copyright issue.
Unfortunately it appears there is some kind of copy right issues with the lovense app. They were apparently the ones to have hismith remove that camplay extension app for Google Chrome. Now on the xtoys app, its the same thing. Its no longer available to interact on CB with incoming tips. I had gotten excited too, because i had just seen the xtoys 3rd party app. But then investigated the page further and seen that. Screen shot below.
Honestly im not sure if i would want my f machine to be tip controlled. Because then you would have to be pretty stationary.
I al wondering if i can set up on my tip menu a certain amount for a client to control the machine for X amount of minutes. But i dont know if its possible through website where i can share a link, ya know like the lush. I will be getting my f machine (i chose the hismith premium) sometime this week. I am excited about it!
But if anyone has any insite on if you can share a link (like the lush on the computer) to let clients control it with a timer...hope that made sense. ?
Well, if you were to use the chaturbate events API, it is possible to read those events and take actions based on those events (you get the chat messages, the tips/tip messages, new followers, room entry, room leave, and probably other events). Something like if you tip XX you can send control messages to the machine for the next xx seconds, and then have something processing the events and controlling the machine. Ie during the time they are allowed to control it "faster" is accepted as a command. Similar commands would also be allowed with an tip of the right value.
@MarlieJane the motorbunny(which if you have the buck version like me is very much a sex maching)could be made to run off tip if you have the mblink controller the only real problem falls in communicating to the device, all the serverside calls in places you need to inderstand how it recieves instruction how it accesses variables and what functions translate to commands. you generally also need to provide an access token so when you check the device long distance you can ensure secure access, don't want a hacked sex machine but if you known those things would be just programming
```$state = lovense.receiveTip(state, amount, cParameter)
if ($state.change = $true);
{run mahine for x time}
while ($True)
{get.ToyState(State.currenr)}'''
return $state```
just a matter of sending it a signal it can receive. @maskedsissyslutforyou is for the most part correct.the hardest lart would be drawing the images on the screen.
@EvelynDeFierce if your looking for fill fledged thruster hsmith a great option, jessky isn't bad etiher ive owned, both my current favorite is my motor bunny buck, but i sold my motorcycle to buy it. that mg next one is probally going to be the shahmatic thought fredorch has an interesting dobube double (two on each end) that looks high poweter based off specs, but ot really comes down to your budget and what kind of roi your looking
i can tell you that the the motorbinny out sells other sex machine content by 20%
@EvelynDeFierce if your looking for fill fledged thruster hsmith a great option, jessky isn't bad etiher ive owned, both my current favorite is my motor bunny buck, but i sold my motorcycle to buy it. that mg next one is probally going to be the shahmatic thought fredorch has an interesting dobube double (two on each end) that looks high poweter based off specs, but ot really comes down to your budget and what kind of roi your looking
i can tell you that the the motorbinny out sells other sex machine content by 20%
doesnt seem to want to let me edit the other one, accidently ouble posted the links was supposted to be this one https://sextopedia.com/diy-sex-machine/ as the second
The biggest issue with a lead screw(what shockspot is using) is the speed, note the max speed on the shockspot is 23inchecs/sec and that translates to 3 strokes per second at a 4in stroke if there is no speed up and slow down. The normal machine does not ever change the motor direction so has no motor speed up/slow down.
I have a home built machine like this using a lead screw and it will attain around 60in/sec, and can do about 3strokes/sec, and mine has a device to tell how fast it is moving and where it is, and can also increase/decrease power to maintain speed. It still a work in progress.
well those are definatly issues using a leadscrew system. my understanding is that the stroke length depth and speed are controlled by the motor type (in this case a servo motor) which allows for programmatic adjustment on the fly https://www.machinedesign.com/mecha...e-difference-between-servo-and-stepper-motors
during my research i saw a really cool magnetic drive actuator that i cant find any more but didn't use a motor but induction electromagnets to drive the shaft
There are several different ways to move something in a straight line. It's important to understand all the options and choose the best solution for your application.
www.assemblymag.com
this is selecting liniar motion system based on requirents
They have an announcement due on February 24 I believe, and the Instagram post I saw "advertising" the upcoming announcement had a brief picture of a "fuck machine".. so maybe?
well those are definatly issues using a leadscrew system. my understanding is that the stroke length depth and speed are controlled by the motor type (in this case a servo motor) which allows for programmatic adjustment on the fly https://www.machinedesign.com/mecha...e-difference-between-servo-and-stepper-motorsView attachment 91828
during my research i saw a really cool magnetic drive actuator that i cant find any more but didn't use a motor but induction electromagnets to drive the shaft
There are several different ways to move something in a straight line. It's important to understand all the options and choose the best solution for your application.
www.assemblymag.com
this is selecting liniar motion system based on requirents
Mine is attached to an arduino+motor controller+brushed dc motor (no servo) and I have a 500mm industrial location sensor attached to it so I can tell the exact position of the stroke. So mine can adjust speed, how far in, how far out (up to about 350mm), and because of the position sensor it knows how much power is needed to maintain a given speed. At full speed it can position within about 1/2", the slower the speed is the more accurate the positioning gets. Either motor type can control all of that, it is easier to be accurate with a servo motor, but servo motors are a lot slower than non-servo motors. And with a servo motor the position sensor may not be as necessary.
@MarlieJane@Ozzie_ that is most interesting. i got as close to a confirmation as i can get if im not misreading the reply i got when i asked
so yea i feel like thats a pretty strong most likely
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.