Delete

This is the place for all suggestions, releases and feedback regarding Milovana Hardware efforts.
Post Reply
stim2005
Curious Newbie
Curious Newbie
Posts: 2
Joined: Thu Sep 17, 2015 9:49 am
Gender: Male

Delete

Post by stim2005 »

Delete .
Last edited by stim2005 on Tue Sep 29, 2020 10:29 am, edited 1 time in total.
Faraday
Explorer
Explorer
Posts: 28
Joined: Sun Jun 14, 2009 10:10 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: Los Angeles, CA

Re: Web control of fucking machine.

Post by Faraday »

Want actual instructions? This is the way I would do it:
  1. Build a linear actuator. I happen to like this company and some of their stuff.
  2. Don't use an Arduino, use a Raspberry Pi. Connect it to the internet. Install Node.js on it.
  3. Create a Node.js application using the Johnny-Five library to control the motor
  4. Create a Node.js application using Express to set up a web app that can control the motor
You'll need to know electronics so you can work the motors with Johnny-Five and enough JavaScript, HTML, CSS to set up the web server as the interface. JavaScript you can learn from Eloquent JavaScript Chapters 1-6. It's a book but it has a whole lot of personality. HTML and CSS I would recommend Scrimba's interactive video tutorials, you can literally edit the code in the tutorial live to experiment if you pause the video.
Post Reply