Open Source Sex Machine
Buy PartsFlash Device
  • OSSM - Open Source Sex Machine
  • Frequently Asked Questions
  • CAD Project
    • MAIN
      • OSSM CAD Project Release Notes
  • Documentation
    • Board_Design
    • New Standard Servo Motor
    • Hazards
    • Safety and designing for the OSSM
  • Software
    • OSSM Project Documentation
      • PlatformIO
    • Include Directory
    • Libraries Directory
      • StrokeEngine
        • CHANGELOG
        • Pattern
        • Examples
    • Testing
  • Hardware
    • Mounting Options
      • Deprecated - Ball Head Mount
      • OSSM - Basic Mount
      • OSSM - Extrusion Mount
      • Shicks 4040 mount
        • Modified 4040 parts
    • Printing the parts!
      • Choose your method for attaching a toy to the OSSM
        • 24mm Threaded Option
    • PCB Files
      • OSSM Remote V2
    • Servo Tools
      • Gold Motor
  • Printed Parts
    • Actuator
    • Mounting
      • PitClamp Mini
        • ASSEMBLY_GUIDES
        • PitClamp Mini Bill Of Materials
        • UPDATES
    • OSSM - Remote
    • Stand
    • OSSM Mods
      • PitClamp Mini Reinforced 3030 Hinges
      • PitClamp Mini Reinforced Standard
Powered by GitBook
On this page
  • Requirements:
  • Logging
  • Commands
  • Other Documentation
Edit on GitHub

Software

PreviousSafety and designing for the OSSMNextOSSM Project Documentation

Last updated 15 days ago

Requirements:

  • PlatformIO

  • ESP32 microcontroller

If you aren't sure what ESP board to select in PlatformIO, choose "ESP32 Dev Module" - it works on all ESP32 I have tested so far.

ESP32 Architecture

Logging

Commands

Upload and monitor

pio run -t upload -t monitor

Run Unit Test tests

pio test -e test

Other Documentation

  • [Git Branching Strategy](docs/Git Branching Strategy)

This project uses ESP32's .

native logging library