Skip to content

zylos146/OSSM-nextgen

 
 

Repository files navigation

OSSM - Open Source Sex Machine

OSSM (pronounced like "Awesome") is a user friendly every day sex machine for the people.

This project aims to help people curious about sex machines explore their interest. A second objective is optionally learning how mechanics, electronics, physics and computing are involved in your sexual pleasure.

Please note that this is a work in progress and we have attempted to keep compatibility with the current BOM going forward, but it's not guaranteed.

Primary design goals are to make a machine that is Compact, Quiet, Moderate cost, 3D printable (no cutting/machining), High performance, flexible, Easily sourced components, Doesn't look like a giant machine.

Getting Started

There are a few hardware flavours to choose from, we've included user modified versions in case that fits your use case better!

Join our Discord to be part of the discussion and get help with your build. We have a huge community of makers! https://discord.gg/MmpT9xE

Software

The software is available in this github repository, the software is written and compiled utilizing PlatformIO on Visual Studio Code. Reference for working with the code in PlatformIO here

We recommend using the ESP32 microcontroller. This code is still arduino IDE compatible but offers many times better performance and a nice internet dashboard you can use! Control your OSSM at https://app.researchanddesire.com/ossm !

Eagle PCB

Simple PCB to power an ESP32 (wifi enabled microcontroller) from 24V and breakout the pins for the OSSM control

Mechanical design

The OSSM use a compact belt design with components that have become widely available due to 3D printing popularity. It is driven by a Nema23 motor of your choosing, although we reccomend small integrated closed loop servos for their silent operation and very high performance.

Safety

The safety of the OSSM build is yet to be fully characterized as it is a work in progress. The OSSM is a work in progress and as it is a framework for building your own sex machine your specific combination may have risks not inherent to other builds. These risks may be undocumented.

While using the OSSM we can suggest the following heiracrhy of safety, however it is up to you and your build to decide what risks exist and how to mitigate them.

  • A) Have ability to move away
  • B) Have ability to remove the power
  • C) If in bondage, that is responsibility of the Top

Bill Of Materials

We are calling this the reference build, when deviating from it please check compatability with existing BOM

  1. 3D Printed Parts
  2. IHSV57 NEMA23 Servo with 8mm shaft : Amazon.ca | JMC
    • Avoid the StepperOnline version until we can further test
    • Make sure you get something with 8mm shaft.
    • There are 3 sizes of this motor. 100W = iHSV57-30-10, 140W = iHSV57-30-14, 180W = iHSV57-30-18
    • Prefer motors with firmware version 6 (shown as V60x)
    • Search around for the best deal for you - reccommend searching "ihsv57" on Aliexpress.com and choosing the -10 -14 or -18
    • For details on picking the right motor for your use case - check this FAQ
    • If you are using the 140W or180W version it is recommended to use a 10mm wide belt and pulley (see the next two items)
  3. GT2 Pulley 8mm Bore 20 Tooth : Amazon.ca
  4. GT2 Timing Belt : Amazon.ca
  • Only the GT2 belt is needed from this kit, however it's often cheaper with the incorrect sized pulleys in a bundle
  • Your desired stroke length plus about 200mm should be your minimum order length
  1. Bearings 5x11x4mm : Amazon.ca

  2. MGN12H Rail and bearing : Amazon.ca

    • Minimum 250mm in length
    • Rail length = desired stroke + 180mm
    • Must be MGN12H rail
  3. Power Supply : 24v 4-5A w/ 2.1mm DC plug - (need to update reference link)

    • Larger motors generally need more power.
    • 180W -> 24V 5A
    • 140W -> 24V 4A
    • 100W -> 24V 4A
    • The OSSM will work even with small power supplies, but will be limited on maximum force
    • Ensure the power supply is fully enclosed (like a laptop power supply)
    • Ensure the power supply has the correct approvals for your location - This really helps ensure performance as well!
  4. Metric Cap Screws : Amazon.ca

    • A kit like this will provide what's needed:
    • 4x m5x20
    • 1x m5x12 (can also use m5x20)
    • 10x m3x8
    • 2x m3x16
    • 8x m5 nuts
    • 8x m3 nuts
  5. ESP32 Development Board

    • An official OSSM reference PCB
    • We do not currently have a best suggestion if you are not using a reference board, most generic development boards are the same
    • We have found that the 3.3v boards may miss steps at high speed, so please use a level shifter as well.
    • To start working on the project, something like this Adafruit board is an excellent place to start.
    • Accessories required for prototyping include Breadboard and Dupont Jumpers

Official OSSM Wiring

image

OSSM PCB Connections

image

GPIO Layout

OSSM pinout

Non-Official OSSM Wiring

This should be a good start for the wiring of your OSSM! However, depending on your hardware mix settings or wiring may be different

OSSM PCB w/ TB6600 Stepper Driver

image

Servo Wiring

image

Stepper Wiring

wiring notes

About

OSSM PCB, Hardware, and Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Python 2.0%
  • C++ 0.3%
  • Ruby 0.0%
  • CMake 0.0%
  • Shell 0.0%