All Projects → pscrespo → Morpheus Stm32

pscrespo / Morpheus Stm32

Licence: gpl-3.0
A small 3D printer controller board for use with a "blue pill" STM32F1 generic board. Inspired on http://reprap.org/wiki/SinapTec

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Morpheus Stm32

chpc
CHPC: Cheap Heat Pump Controller
Stars: ✭ 27 (-44.9%)
Mutual labels:  electronics, controller, diy
Exomy
ExoMy - The 3D Printed Rover
Stars: ✭ 173 (+253.06%)
Mutual labels:  3d-printing, diy
Tinypc
A miniature gaming PC / laptop
Stars: ✭ 160 (+226.53%)
Mutual labels:  3d-printing, electronics
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (+77.55%)
Mutual labels:  controller, 3d-printing
keyboard-diy
DIY 60% split keyboard, 3D-printed and hand-wired
Stars: ✭ 55 (+12.24%)
Mutual labels:  diy, 3d-printing
Piscope
Turn your Raspberry Pi into an Oscilloscope/XY Plotter with Python
Stars: ✭ 155 (+216.33%)
Mutual labels:  electronics, diy
awesome-ws2812
A curated list of awesome resources for ws2812 LED strips and matrices
Stars: ✭ 84 (+71.43%)
Mutual labels:  electronics, diy
Reflowduino
Arduino-compatible wireless reflow oven controller ecosystem of open-source hardware
Stars: ✭ 154 (+214.29%)
Mutual labels:  electronics, diy
BCN3DSigma-Electronics
6 Axis Open Source Electronics for BCN3D Sigma 3D Printer.
Stars: ✭ 40 (-18.37%)
Mutual labels:  electronics, 3d-printing
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+79.59%)
Mutual labels:  electronics, 3d-printing
LipSync
An open-source mouth operated sip and puff joystick that enables people with limited hand function emulate a mouse on their computer and/or smartphone.
Stars: ✭ 27 (-44.9%)
Mutual labels:  diy, 3d-printing
pcb-ws2812-wifi-controller
WiFi Controller for WS2812 LED Stripes
Stars: ✭ 48 (-2.04%)
Mutual labels:  controller, diy
pedalevite
Pédale Vite — DIY multi-FX pedalboard for guitar/bass/etc.
Stars: ✭ 68 (+38.78%)
Mutual labels:  electronics, diy
Awesome Weekly Robotics
A list of projects that were or will be featured in Weekly Robotics newsletter
Stars: ✭ 255 (+420.41%)
Mutual labels:  3d-printing, diy
Gba As Controller
The GBA-as-N64/GC controller from Game Boy Interface.
Stars: ✭ 21 (-57.14%)
Mutual labels:  controller
Darm
A desktop arm that can write and draw.
Stars: ✭ 38 (-22.45%)
Mutual labels:  3d-printing
Esp Rfid
ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
Stars: ✭ 881 (+1697.96%)
Mutual labels:  board
Altium Library
Open source Altium Database Library with over 147,000 high quality components and full 3d models.
Stars: ✭ 875 (+1685.71%)
Mutual labels:  electronics
Gdshelpers
GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.
Stars: ✭ 47 (-4.08%)
Mutual labels:  electronics
Nintimdo Rp 3d models
Autodesk Fussion and stl files
Stars: ✭ 35 (-28.57%)
Mutual labels:  3d-printing

Morpheus-STM32 (work in progress)

A cheap 3D printer controller board for use with a "Blue Pill" STM32F1 generic board. Inspired on http://reprap.org/wiki/SinapTec

Design goals:

  • Follow the KISS Principle
  • Low cost
  • Single layer copper board
  • DIY-able (easy to make via toner transfer)
  • Only through-hole components
  • The very basic a printer would need
    • Keep bed circuit separated/optional (if you are making a PLA only printer without a heated bed, you don't need to populate the bed circuit zone)
  • Open Source Hardware, made in Open Source Software

Features:

  • 4 Pololu-like steppers (X, Y, Z, E0)
  • 3 mosfets (Hotend heater, print cooling fan and bed heater)
  • 3 MIN endstops (X, Y, Z)
  • Z Probe pin (in case you are building a delta printer and need the extra endstop)
  • 2 thermistors (for E0 and bed)
  • 2 12V fan connectors
  • I2C and SPI header

WARNING:

  • All logic voltage in this board is 3.3V. Do not connect 5V logic addons/devices without proper level adapting.
  • This board has no reverse current protection, it has a diode to short-circuit and protect the board in case of reverse current, but if you connect power incorrectly you'll still damage components and/or your power supply (there's also a risk of caching fire, so please be careful).
  • This board has no overcurrent protection, please use a fuse on power input (e.g. auto-blade or inline fuse holder), recommended values are of 5A for the main board and 10A for the bed circuit.
  • Check all connections before plugging power.
  • Now for real, check connections...

Notes:

  • Usually, "blue pill" boards have a wrong R10 value (USB pullpup resistor, should be 1.5k but manufcturers place a 10k or other value resistor instead), so you can add a 1.8k in R13. If your board has the correct value or you already fixed it in the board, then leave R13 unpopulated.
  • Hotend sensor uses a 1k resistor pullup (R1). Anyway, if you're having trouble with finding (or creating) thermistor tables, just replace it with a 4.7k resistor and use the usual Marlin tables. Now Marlin has configurable thermistors, you can use thermistor 1000 in configuration.h and choose pull-up, ressistance and beta values in configuration_adv.h
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].