Re-use your 3D printer mainboard and LCD for awesome Arduino projects

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 153

  • @TeachingTech
    @TeachingTech  4 года назад +41

    In the interest of improving the channel, I've experimented with a manual camera focus to stop the annoying focus/defocus cycle in the studio shots. Alas, this one was very slightly out of focus on this one but I'll try and nail it in future.
    I'm also waiting for the "hollow world" comments..

    • @spikekent
      @spikekent 4 года назад +3

      Who am I to correct your diction lol

    • @rikdenbreejen5230
      @rikdenbreejen5230 4 года назад +1

      @Teaching Tech which pins on the melzi mainboard are PWM? pin 27 is one right?
      I tried defining my spindle PWM pin as pin 27 with the Beeper_pin undefined
      Do you also know how to use the extruder pins on the board with having the E0_DIR_PIN and E0_STEP_PIN disabled

    • @TeachingTech
      @TeachingTech  4 года назад +1

      Pin 27 and the three MOSFETs for a start. Search for pwm in the Sara sheet and you'll no doubt find others. Haven't negotiated the second one, sorry.

    • @rikdenbreejen5230
      @rikdenbreejen5230 4 года назад +1

      Teaching Tech, i found out that marlin requires the Extruder stepper pins to be activated.
      in sanitycheck.h i added an extra requirement to be met. which i put in configuration.h a custom variable called Has_Extruder (true or false)
      After the sanitycheck #elif statement i added the following && (Has_extruder != false)
      This will make sure that it doesnt give an error if the has_extruder is equal to false.
      So now you can #undefine the extruder pins.
      As for the PWM thing, i wanted to use the heater or heated bed slots. But marlin would not allow that, because the spindle PWM pin is not allowed to be defined to a counter/timer that is also a system interrupt.
      Long story short, it seems to be a Timer0A or OCR0A which i guess means that it is a primary system feature
      So it is not possible to define spinde pwm on a melzi board while using marlin 2.0.1
      Thank for the help btw.
      P.S. i am trying to make a Marlin controlled CNC because GRBL doesnt really work with ATMEGA644 and ATMEGA1284P (which have the same pin designations apparently)
      Any tips would be helpfull on the project, because this is my first CNC project

    • @EvileDik
      @EvileDik 4 года назад

      RE: BTT Mini V1.2 256k limit may be misinformation, have compiled and uploaded binary with all your mods and arc_support , custom boot screen and my fix for neopixel. Currently testing, will get back to you. If it is stable would like to discuss other useful features to enable.

  • @sgclayt
    @sgclayt Месяц назад +2

    I know it's the smallest amount, but I've never paid anyone for a youtube video ever. Your videos are amazing and I have enjoyed following your progress.

  • @certified-forklifter
    @certified-forklifter 4 года назад +32

    Timestamps:
    0:00 Intro
    0:17 Introduction
    1:15 Foundation
    2:48 Setup
    5:24 Bootloader
    5:46 Digital Outputs & Serial
    7:36 Button inputs
    9:10 PWM outputs
    10:41 Stepper motors
    12:23 Servo
    13:25 eeprom
    14:20 LCD and encoder
    17:36 Outro
    Thank you Michael for these awesome videos. You and many more RUclipsrs were my inspiration to start 3D-Printing.
    Have a nice Friday tommorw everybody!

  • @Billybobble1
    @Billybobble1 4 года назад +12

    Not only have I received invaluable information on this channel, I am also inspired to learn and to make.
    Thank you for all your hard work and great videos Michael, it is very much appreciated.

  • @mrdoohickey4824
    @mrdoohickey4824 4 года назад +9

    Mindreading again! Excellent video. "No servos were harmed in the making of this video" Big softy!

    • @kjyhh
      @kjyhh 4 года назад

      Mr Doohickey But a 3d printer lol

  • @gazgadgets
    @gazgadgets 4 года назад +25

    Perfect timing for this Video Michael. I was looking to buy an Arduino to play with but I've got a stock Creality board sitting there so why not play with that? You've certainly inspired me. Thanks

  • @badmoose01
    @badmoose01 4 года назад +4

    This is a good way for hobbyists to reduce e-waste

  • @pablomoreno1206
    @pablomoreno1206 4 месяца назад

    Amazing. You cover everything. Someone donated an nonfunctional ender 3 to me and I will be converting it into a electroplating station! Thank u

  • @Markfps
    @Markfps 4 года назад +2

    So obvious issue yet so little info about it! At last, we can upcycle our still useful electronics! Thank you, Michael!

  • @Bakamoichigei
    @Bakamoichigei 4 года назад +9

    I don't know why this never occurred to me! I'm about to put an SKR Mini E3 in one of my Ender 3 Pros... Definitely gonna reuse the motherboard for a CNC coil winder or wire bending/spring-making machine. 🤔

  • @htpkey
    @htpkey Год назад +1

    Michael, you are absolutely brilliant at mind reading!
    I was looking for a way to reuse my old Ender 3 Pro v1.1.5 Motherboard and Mono LCD Screen. I had no use for them after replacing them with better parts (Ender 3 v2 display + Creality Silent v4.2.7 Motherboard). My Ender 3 Pro turned into an Ender 3 v2.
    It felt wrong if I did nothing with these old parts that still worked perfectly fine. Now they finally have a purpose!

  • @TheNamelessOne12357
    @TheNamelessOne12357 4 года назад +2

    3D Printer boards are great for any project. They have almost anything you could possibly need. I use an SKR PRO with STM32F4 to drive a 6-axis robot. Very cheap and very fast, especially when programming it without arduino via registers or stdperiph.

  • @u3dprint527
    @u3dprint527 4 года назад +3

    Your quickly becoming my go to for everything! Thank you for everything you do for the community!

  • @EJTechandDIY
    @EJTechandDIY 4 года назад +8

    Great video, I also really like to give things a second life.

  • @whittaker007
    @whittaker007 4 года назад +3

    Awesome stuff! I've got no idea what I would actually use this for but I'm glad that it exists!

  • @gazgadgets
    @gazgadgets 4 года назад

    Hi Michael. Just took the plunge to begin a project to use my old Creality board as an Arduino. This video was the inspiration and guide to get the job done. Thanks so much.

  • @glitterbrains69
    @glitterbrains69 2 года назад

    After months of trying to get my printer to connect to my pc, I said whatever and just bought a new motherboard with the firmware I needed. . .buy I had no clue I could still use the board! I guess I should have figured, but that's really cool! I think I'm going to take advantage of the motor Sheild and make a rumble chair. . .we'll see, thanks so much!

  • @adamcboyd
    @adamcboyd 4 года назад +1

    I'll give you a free idea for your next project: take the board and reprogram it to use a stepper motor to open and close (wind and unwind) a window shade. Add it to IFTTT. Blinds may not work because of the locking mechanism but shades and cloth ones may.

  • @buildthis2324
    @buildthis2324 3 года назад

    I appreciate the trouble you had to go through to figure out how to rig a old 3d printer board to reuse for other things. DIY oxygen meter for oxygen concentrator and DIY controlled environment are a couple of things I'm repurposing some old boards for; that had a pin or two burnt out.
    Your instructions and example code helped a bunch. Thanks.

  • @eclsnowman
    @eclsnowman 4 года назад +5

    What a great video, now I have to start finding fun projects for my pile of boards I have laying around :-)

    • @TeachingTech
      @TeachingTech  4 года назад +1

      That is an excellent problem to have.

  • @jasonmc4460
    @jasonmc4460 3 года назад +1

    Thank you, I have been watching your channels for a few years, I am finally looking for my first 3d printer, I am going Ender 5 Plus as I have a car facia and other parts that will just fit within its build volume hopefully with supports (I wished the Tronxy XSA5-400 wasn't such a poor starter for newbies), I won't be jumping into that for a while but practice small items first, of course I will get the kids envolved in creating too (Just not bloody phone covers like many kids make at school).
    I was being "anoyed"(not my "real word" thoughts) is I can not find a Plus with an option of a silent board, I found this was common with many different 3D printers and wondered what I was going to do with the old (read "brand new") mainboard, I forgot I watched this and found it again today to remind me.

  • @GnuReligion
    @GnuReligion 4 года назад +3

    I see evidence that many hobbyists are bricking their mainboards during firmware upgrades, then getting stuck because they lack knowledge the ISP interface. An AVR novice may look up the (expensive) price of an commercial ISP, then give up and just buy another $15 main board. It would be useful to show people how to use AVRDUDE with the Raspberry Pi's SPI bus, or how to build an ISP from a $1 Digispark.

    • @TeachingTech
      @TeachingTech  4 года назад

      I've got a sparkfun programmer that I used once to unbrick a 2560 board with icsp. Was pretty handy at the time.

  • @richardboyce4921
    @richardboyce4921 4 года назад +2

    Great video Michael, never really thought of reusing my mainboards. Thank you. look forward to more like this. cheers

  • @jamesfinkbeiner7262
    @jamesfinkbeiner7262 4 года назад +1

    Great video Michael!
    4 steppers, buttons, lcd, led controls... I'm thinking vending machine!

  • @jlong6470
    @jlong6470 4 года назад +1

    So many questions, thoughts, and curiosities I had, YOU single-handedly answered them all in this video!! BRAZO!!!!!! Many THANKS from a good ol' country boy Electrician from Louisiana, USA!
    Please Keep it up!
    *Side note: How could I help support your projects? I enjoy the insights, advice, level of DETAIL, etc. that you provide and would like to contribute if possible....*
    Thanks Again.

  • @ficeto
    @ficeto 4 года назад +4

    You could copy the pin config header for your board from Marlin and use the already defined and labeled pin names. Would make the code work on other boards with just a header replace.

  • @saschaschneider6355
    @saschaschneider6355 3 года назад

    I've just discovered this video and what can I say? Thank you so much! I'm playing with the thought of building my own guitar pickup winder. This thing is going to be based on an Arduino with a rotary encoder as input and an LCD as output device. Looks like my Ender 3 Pro motherboard and display are not going to vanish in some drawer after all after I've upgraded them. That's awesome. I need exactly 4 stepper motors, this fits the bill perfectly. Now I only need to find stepper motors that can do the speed I need and I'm nearly ready to go. Again, thanks so much

  • @davidluptak
    @davidluptak 4 года назад +2

    Right now i was searching for this and you uploaded it. Thank you

  • @alekharden4045
    @alekharden4045 Год назад

    There is an onboard LED controlled by pin 27, or "BEEPER_PIN". That way, you can test the blink sketch without a breadboard!

  • @pauldunkley494
    @pauldunkley494 4 года назад +2

    Brilliant, I have project on the build and this has opened up my thoughts on how to drive it, off to the Ender leftovers box!, love the Senna shirts

  • @-robo-
    @-robo- 4 года назад

    DIY: soldering iron, mini heat gun, solder pot, oven (for annealing), light duty mini autoclave, mini sander, mini drill press, mini band as,mini scroll saw, cover maker, drink stirrer, drink warmer, drink mixer, soup maker, automated puppet controller, magnetic stirrer, heated magnetic stirrer, vented (with enclosure) heated magnetic stirrer, mini cnc mill, mini lathe, add a gas torch to make a glass forming too (glad rod, tube and beaker more), parts cleaner, laser engraver, 3d scanner, obviously much more... As for machine control, I will just use gcode just as with the printer

  • @zombiesplat11
    @zombiesplat11 4 года назад

    Seriously how dare you make this video... I'm already so busy and have so many ideas... now I have soooo many more ideas that I'll never get to. But seriously, this is a great video and thank you for the ideas.

  • @scottdodd7354
    @scottdodd7354 4 года назад

    I just have to say I really like your videos... The one where you explained the BTT SKR v1.3v "SKR V1.3 Comprehensive guide - 32bit 3D printing for $20" gave me the knowledge and confidence to go ahead and purchase the BTT SKR v1.3 along with a complete upgrade for my Anet A8 that I have had for almost a year now. So, its funny that I came saw this video because I have been thinking about the uses I want to venture forward with my printer. First let me state what I purchased and then I will ask my question(s) about my ideas. . . .I have an Anet A8 v1.7 with mosfet upgrades. I purchased - BTT SKR v1.3 motherboard w/DVR8825 drivers, a MKS TFT35 V1.0 display, a MKS TFT-WiFi APP 3D Printing Wireless Router ESP8266 WiFi Module, a Ultrabase Platform Glass Plate Build Surface + Aluminum Heated Bed Hotbed, a ANTCLABS BLTouch : Auto Bed Leveling Sensor with extension cable, bed insulation, Dual Z Stepper Motor Parallel Module, Screw-in thermistor 100K NTC 3950 , 2ea 120mm Blue LED Ultra Silent Case Fans, 14 & 16 gauge wire, and printed s bunch of upgrade parts. It has been a little much to tackle all at once especially the Marlin software upgrade. But with all the help and support from you and others, I am almost complete. So my question(s) are more due to the unfamiliarity of the SKR & MKS boards, I would like to add my old ATMega 1284P board posasiby slave it or run it together and control it with the MKS display as well as using the OEM Lonestar 2004LCD to have more PMW controllers for addition fans, and LEDS mounted to the printer. I even thought about using the 2004LCD for a real time clock as well as scrolling thru many different displays like time left to finish, total print time, and maybe a camera addition, ETC. Is this even possible with combining a 8 bit and 32 bit board or are there hurdles I don't understand as of yet that may hinder this coming to fruition. Any advice, help, or WARNINGS would be much appreciated. . . . . (Oh Yeah, I am disabled, lost my right leg 45 years ago, and have all the time in the world and need something to keep me occupied. . .

  • @certified-forklifter
    @certified-forklifter 4 года назад +9

    that's actually a really good thing!

  • @argoz3d
    @argoz3d Год назад

    From what I understand, you want to make a resin part washer and curer, I'm anxious to see that project because if that's what you think, I also want to work on it by reusing an old plate and screen that I have for washing and curing resin.
    Greetings and thank you very much for the content

  • @M3euroS50B30
    @M3euroS50B30 4 года назад +1

    Excelent video, perfect timing! I just upgraded my E3 to Skr 1.2

  • @trailranger6602
    @trailranger6602 Год назад

    Wow, what an outstanding video. I learned a lot more than what I came here to learn. Thanks!

  • @MartinPaoloni
    @MartinPaoloni 4 года назад +1

    This is so awesome! Thanks so much for your investigation and video. I'm planning to do something else with my Creality board: convert my old Makerbot Replicator Mini into a Reprap. If it works fine @ 12v, I might even re-use the original PSU.

  • @reao
    @reao 4 года назад +2

    Great video! I was just thinking there has to be something that can be done with my old printer boards!

  • @LogicWheels
    @LogicWheels 4 года назад

    Thanks for this inspiring video! I didn't even realise that I could reuse my old board for other purposes. I have a Teensy controlled unit to automatically tune my smallband magnetic loop antenna to the best SWR when changing frequency and start transmitting, using a stepper motor and a variable air capacitor. Looking at your video I realised I can do this with my old Creality 1.1.4 board without having the need for external components (except for the SWR bridge). I feel a project coming up :-)

  • @brucewilliams6292
    @brucewilliams6292 4 года назад

    I see a run on old Melsy boards! Thank you for the great ideas!

  • @JAYTEEAU
    @JAYTEEAU 4 года назад +2

    Thanks Michael, that was a fantastic primer. Cheers, JAYTEE

  • @robocog
    @robocog 4 года назад +14

    Semi automated filament dryer project on the horizon?

    • @TeachingTech
      @TeachingTech  4 года назад +4

      You're pretty close. That was just one of three sub-menus.

    • @kbrickman
      @kbrickman 4 года назад +1

      @@TeachingTech Tell me it's a resin curing and washing station!

  • @d1deuce
    @d1deuce 4 года назад +1

    Awesome!! Loving this example!! Thanks!!

  • @shapa2077
    @shapa2077 Год назад

    Thank you so much for this, this video is a goldmine.

  • @stephensweeney5167
    @stephensweeney5167 3 года назад +1

    Hi Michael... I just downloaded the sketches from this Video. Wondering if the last one you show at the end of the video is available somewhere?
    I needed a Thermometer that alarms when a certain temp is reached. I know people are saying... just buy one, they are cheap. But I need mine to alarm for descending temp as well as rising. The format you have setup in that sketch looks perfect... Just a bit of programming to make it work for me.
    As always... Very helpful video and Thank You.

  • @jamesharder3753
    @jamesharder3753 3 месяца назад

    Been trying to find a tutorial similar to this without luck, I'm definitely going to try this if I ever stop using my printer.
    But what I would like to know is how to take the Ender 3v2 LCD. If I was to buy a second ribbon cable to go into the back of the screen, that is removable from the frame by design so I can plug it in to a raspberry Pi as its display.
    And just keep moving the cable plugged into the screen back and forth between which device I am using

  • @petegoepfert8642
    @petegoepfert8642 4 года назад +1

    Very good information. Thank you for sharing!

  • @spikekent
    @spikekent 4 года назад +1

    Great tutorial Michael. I'm thinking I could build a speed-adjustable turntable for my mate, he customises and restores model vehicles and it would give him better control and more torque for the bigger models.

  • @Cairos1014
    @Cairos1014 4 года назад +1

    Thank you! Love it!

  • @jstro-hobbytech
    @jstro-hobbytech 2 года назад

    Great idea Mike. You can do it with the btt boards now too I think. Well, I'm using a tft50 display as a peripheral to an undetermined microcontroller depending on how much it taxes the uC. I'm going to start with a mega then work my way up through my board collection. It's gonna be a face for a robot with mecanum wheels I'm building for some students I teach at a place I volunteer. The display can be used on it's own as well as a standalone project board, like a lilygo esp32. Great video brother.

  • @theproud77
    @theproud77 4 года назад +1

    Really good explained! 👍🏼

  • @jimmywilliamson3227
    @jimmywilliamson3227 4 года назад +1

    i am getting an ender 3 and and updating the board + touch screen and was thinking of using the old one for a lowrider 2 good timing on the vid :)

    • @Potatogambit
      @Potatogambit 4 года назад

      I don't thing the stock garbage stepper drivers on the creality board can tackle that one. With how cheep 32bit boards with 2209 drivers are is recommend going that way for a low rider.

  • @rumingjiang9645
    @rumingjiang9645 Год назад +1

    can you do something similar with STM32 boards? My Ender 3 Pro (bought mid 2020) came with Creality's 4.2.2 board.

  • @avejst
    @avejst 4 года назад +1

    Great project
    Thanks for sharing👍😀

  • @jrocco36
    @jrocco36 2 года назад

    great Tutorial on using the old Ender3D board and recycling it for other uses. I however tried to use a AM2301 Temp/Humidity sensor and found that I had to remove the 10K pull up resistor (R3) and 4.7uf (C7) to get it working on Pin 20 (Zstop). Im going to try to make a full weather station using this board and display

  • @TheTiEr92
    @TheTiEr92 4 года назад +3

    15:29 LOL, there is a dead fly on the screen.
    FLY KILLER :D

    • @TeachingTech
      @TeachingTech  4 года назад

      There's several INSIDE the screen. I can't blow them out.

    • @QuantumRob-yt
      @QuantumRob-yt 4 года назад

      @@TeachingTech that is some hardcore flies to go into the screen. Bugs don't screw around down there do they? Video Request! All the creatures you've had to clean out of your 3D printers. :)

    • @glennleader8880
      @glennleader8880 4 года назад +2

      @@TeachingTech You need to learn debugging |:oD

  • @JustAlex686
    @JustAlex686 2 года назад

    I was using the screen program but also want to use the encoder to adjust the pwm duty cycle of one of the MOSFETs while also displaying a percentage of the power but cannot figure out how to do it, please help, thank you in advance.

  • @jeoq8566
    @jeoq8566 4 года назад +1

    Very interesting vidéo !!! Thanks you

  • @cavinrauch
    @cavinrauch 2 года назад +1

    Great video ! Would love to find out what the open source project was and what the outcome was for all of this.

  • @eeffocatgmail
    @eeffocatgmail 4 года назад

    Great video, this would probably work great for a small Dremel sized table top CNC

  • @grumpyoldman5642
    @grumpyoldman5642 2 года назад

    i have a creality 4.2.7 motherboard that i want to run a stepper motor continuously along with a hotend for a project that i am building, I'm curious if this same concept would work on this board, I tried using marlin but cant get the stepper motor to run any length of time

  • @jgoodspell
    @jgoodspell 2 года назад

    Aside from the power supply that comes with every Ender 3, is there any other 24v power supply that I might could use for this motherboard? I have a project in mind for this motherboard, an ender 3 LCD screen and a stepper motor but don't want to disassemble one of my printers nor do I want to shell out the money for a new power supply when I could scavenge one from somewhere else.

  • @paulcumber4732
    @paulcumber4732 4 года назад +4

    can you use a 3d printer motherboard for a cnc

    • @TeachingTech
      @TeachingTech  4 года назад

      Yes!

    • @heinrich-peterhimmelbauer1418
      @heinrich-peterhimmelbauer1418 4 года назад

      That is what I plan with my spare boards. As the cnc machine will stay in the basement and there is no "silent mode" possible by design, grbl should be possible on this little boards.

  • @tablatronix
    @tablatronix 4 года назад +1

    Brilliant video

  • @rondashadow
    @rondashadow 5 месяцев назад

    Hi question can I just connect the ender 3 pro display to an Arduino

  • @steveg2277
    @steveg2277 Год назад

    Is there a comprehensive video for this process for the newer 32 bit boards?? I'm having a hard time figuring this stuff out. I was able to successfully flash a new firmware onto my 4.2.2 board, but I would like to be able to control it with Arduino. Is this possible? I know there is a couple of videos out there but none have given me quite what I need. Many thanks in advance!

  • @dennisdecoene
    @dennisdecoene 11 месяцев назад

    I was wondering, what project did this lead into. In the ending of the video you mentioned somekind of product.

  • @MicheleHjorleifsson
    @MicheleHjorleifsson 4 года назад +1

    Awesome, i am glad i didnt bin my old devices :)

  • @come_aliv8
    @come_aliv8 Год назад

    I would love to use my old MKS Gen L as the control board for an eggbot. I just have no clue where to begin...

  • @Fixeralex
    @Fixeralex 6 месяцев назад

    hey i get the vid is 4 years old now but can this work on the v4.2.2 board?

  • @maalonszuman491
    @maalonszuman491 Год назад

    hey really good video thank you !! little question do i have to connect the board to a 12v battery to have the stepper motor move ?

  • @2wheel_pilot225
    @2wheel_pilot225 Год назад

    The project you mention in this video wouldn't happen to be an arduino controlled filament dryer or dry box, would it? This is a project I'm getting ready to tackle soon and I'm starting completely from scratch. I've never done anything with arduino before and a video about a similar project would really help get a better idea of how to get started.

  • @michael__5647
    @michael__5647 2 года назад

    Im trying to build a petbot with this board, does anyone know how i use a 100k NTC Thermistor with this board? if there is a pullup/pulldown alredy installed at the bed/hotend thermistor ports?

  • @timglover9557
    @timglover9557 2 года назад

    Im about to upgrade my creality 1.1.4 board because the extruder driver went out im gonna hold on to this board to use in a project

  • @kevfquinn
    @kevfquinn 4 года назад +1

    Worth noting - stepper motors are not all wired up the same way - there doesn't seem to be one agreed standard. For example, the Moons motors on Wanhao printers are different to the JKong motors on Creality printers - the middle two pins are the opposite way around compared to each other. Obviously the Creality board in conjunction with the Creality cabling are set up for the JKong motors, but if you just plug them into Moons motors without checking it won't work (may even break the motor or the driver chip? not sure).
    It's a bit of a nightmare to work out as the JKong online data doesn't cover the connector that the Creality motors have, just built-in colour-coded wires (must have been a custom version for Creality) - but comparing the Creality cabling (can see this @12:22) and mainboard circuit board layout (github.com/Creality3DPrinting/Ender-3/blob/master/Ender-3%20PCB/Ender3_pcb_parts.PDF) and the A4988 datasheet (www.allegromicro.com/en/Products/Motor-Drivers/Brush-DC-Motor-Drivers/A4988) shows that they connect driver outputs 1A, 1B, 2A, 2B to pins 1, 4, 3, 6 on the motor - which means the motor is 1A, n/c, 2A, 1B, n/c, 2B. Moons motors are 1A, n/c, 1B, 2A, n/c, 2B.
    It's clear from the Moons catalog what their pinout is (www.moonsindustries.com/ - no direct link as they encode the session in the URL, but navigate to one of their hybrid stepper motors, and under "Downloads" find the Hybrid Stepper Motor_Catalog2019.pdf document; it's all in there, page 67)
    I guess you can check manually by using a multimeter to buzz out the connector, find the two pairs of pins that are connected (at least have a non-infinite resistance? I've not tried) and this will show if it's one or the other. One coil is pins 1A, 1B, the other coil is pins 2A, 2B.

    • @TeachingTech
      @TeachingTech  4 года назад +2

      Great point. For the record I've never damaged anything if the stepper motor was wiring incorrectly, although I've spotted it pretty quickly. For those reading it won't rotate, but vibrate back and forth on the spot.

  • @Rickards3d
    @Rickards3d 3 года назад

    I want to use arduino to control 115VAC outlets. My particular reason is for monitoring temp/humidity and controlling fans, lights and possibly a dehumidifier and/or humidifier in a grow room, but there are undoubtedly other case uses for controlling a low-amperage household current outlet. I am going to try recycling an ender 3 mainboard thanks to your video, so thanks. If you have any suggestions to help me further I would love to hear. Thanks again.

  • @adriel3305
    @adriel3305 4 года назад

    I can build a new printer buying a hotend and nozzle, what about using old inkjet printer motors and axis? Or this board only accept NEMA motors?

  • @l0g1cb0mb
    @l0g1cb0mb 3 года назад

    Brilliant!

  • @JC-zl7sq
    @JC-zl7sq 4 года назад +1

    Great maker video

  • @srowley85
    @srowley85 4 года назад +1

    I found a nice design for a colorimeter on Thingiverse that measures light intensity using output voltage from an LED. A student did a nice proof of concept that tied out put voltage to concentration of a colored substance in solution. It would be fun to go a step further by using an Arduino sketch to output measured voltage, and possibly change that into absorb an excellent, which has a direct relationship to concentration. Do you think the Melli or a RAMPS board could be set up to read output voltage accurately? I tried with an uno, and got highly variable readings.

    • @TeachingTech
      @TeachingTech  4 года назад

      Assuming you are using an ADC pin that supports analogRead then it should work on either board.

  • @allz3d333
    @allz3d333 3 года назад

    I ave this error with creality board V1.1.4
    avrdude: ser_open(): can't set com-state for "\\.\COM3"

  • @GPWAWA197504
    @GPWAWA197504 4 года назад +1

    Good job. Hey how change Creality Ender 5 to laser cnc ? Thx.

  • @martinw7366
    @martinw7366 3 года назад

    Are there inputs on the melzi board you can use for an IR-receiver?
    On an Arduino uno these pins are 3, 5, 6 as well as 9, 10, 11 labeled as digital PWM.
    Does anybody have an idea how to connect an IR-receiver to a melzi board?

  • @t1mmy13
    @t1mmy13 3 года назад

    Oh hell yeah thanks

  • @mannipulator583
    @mannipulator583 4 года назад

    Hey Guys,
    I want to use my Ender3 Melzi-board as a filament fuser.
    I want to connect an "on-off-on" switch to the X and Y endstops.
    If I now close the x-endstop (pin 18), the heater 0 (pin 13) should heat to 190°C and if I close the y-endstop (pin 19), the heater 0 should heat to 240°C. The termistor is at pin 24.
    Unfortunately I don't know what the sketch should look like. Can someone help me?
    Many thanks in advance

  • @LogicWheels
    @LogicWheels 4 года назад

    I am working on a project that contains an rtc module. The rtc data and clock lines must be connected to arduino pins A4 and A5. A4 is the beeper pin which is easily located using the table, but A5 maps to the Z_ENABLE_PIN, which I cannot locate on the board. You mention it briefly in the stepper motor part of you video, but that does not give me a clue. I could edit the rtc library to use other pins but this library is used in more projects, so would be interested if you, or someone reading this has a picture of the Melzi board with the all Arduino pin numbers mapped to the board pins.

  • @DaStuntChannel
    @DaStuntChannel Год назад

    This is not doable for 4.2.2 32 bit boards right?

  • @daking4bama
    @daking4bama 4 года назад +1

    Favorite

  • @duller9430
    @duller9430 Год назад

    Will this work with the new ender 3 32 bit boards

  • @kylefillingim9658
    @kylefillingim9658 2 года назад

    I was really scratching my head how to get the ender 3 lcd working, I had a fun time trying to dissect Marlin to figure out how this would be done, and I got lost in the maze of macros pointing to other macros...thanks

  • @stilemanteroworkshop
    @stilemanteroworkshop 4 года назад +2

    Can I use it for lowrider cnc?

    • @TeachingTech
      @TeachingTech  4 года назад +1

      Yes but with two caveats: only 4 stepper outputs so no dual endstop homing, the A4988 drivers may need the VREF turned up so you'll need decent cooling.

  • @DevilbyMoonlight
    @DevilbyMoonlight 4 года назад +2

    hmmm using an old printerboard to control a scratchbuilt spherebot/eggduino could be interesting....

  • @roncarroll4531
    @roncarroll4531 3 года назад

    Great Video. I am a newbee to the programing and use of writing programs, but was wondering if you might steer me towards were I can find a simple Marlin program that I can download to my Mega2560 with a Ramps1.4 board and display that i can use to run a couple to NEMA 17 steppers, and adjust the speed. I have the spare parts already, and am trying to make a filament winder take up spool, what can be rum from the Mega and Ramps board i already have. Thanks, love your channel, and videos.

  • @strykervalkyrion
    @strykervalkyrion 4 года назад +1

    Can you do a video on how to add a fifth stepper motor and bltouch to mks gen l and other mainboards as a part of a series?

    • @TeachingTech
      @TeachingTech  4 года назад +1

      I've got a switching dual extruder video coming up that will likely be going on a MKS Gen L machine :)

  • @simonyoung6120
    @simonyoung6120 4 года назад +2

    Next project sounds like a rotating dryer for resin prints.

    • @TeachingTech
      @TeachingTech  4 года назад +2

      This is just one menu of three :)

  • @javiercardozo385
    @javiercardozo385 3 года назад

    can the board be used to make a cnc or a laser engraving machine?

  • @theodoreburns1330
    @theodoreburns1330 3 года назад

    I'm so glad I found this video, it is exactly what I'm looking for! Does anyone know what 'X(Y/Z)_min_Pin" does?
    *Edit: On Melzi Ardentissimo the 'min_pin's are the just the limit switches. I just got blink to work!

  • @josefvs
    @josefvs Год назад

    Excellent useful video, can I also read analogue values? I assume the thermistor port can take of this, if so has anyone done it?

    • @esplaitech2769
      @esplaitech2769 8 месяцев назад

      That's exactly what i'm trying to do, but without succes, did you manage to do it?

  • @michaelrhoby1578
    @michaelrhoby1578 2 года назад

    Would this process work in a similar way for a Bigtreetech SKR Mini E3 v3?

    • @joeprogrammer2
      @joeprogrammer2 Год назад

      I had the same question and made progress today getting my own SKR Mini E3 v3 board to compile with my own custom Arduino sketches....
      I have been researching how to re-purpose an old ender 3 that has a broken creality board. (I have other 3d printers so I no longer need this machine as a printer and decided to convert this printer into a totally different device). I bought an SKR Mini E3 v3 and replaced my original motherboard and disconnected the hot-end and heated bed as I no longer need those components on my new device.
      My first goal was to figure out how to compile the Marlin firmware for the SKR Mini E3 V3 board... I reasoned that once I could compile my own "normal" firmware, I might be able to strip out the marlin 3d printer core code and replace it with my own ardunio code to control the motors and other various sensors for my project.
      I used "Visual Studio code" complier along with the "Auto marlin build" extension to get a "normal" firmware to compile. Once I was able to get a "normal" firmware to build, I poked around the various marlin cpp files and figured out the MarlinCore.cpp is the actual file that has the setup() and loop() methods required for Arduino sketches. Next, I removed all of the code from those two methods and inserted my own code for the blink sketch as shown below. As you can see, I declared PC15 as the pin for my led pin and hooked up the led pin and 10k resister as per Michael's example in his video above.
      /* Here is my code below */
      #define E0_DIAG_PIN PC15
      void setup() {
      pinMode(E0_DIAG_PIN, OUTPUT);
      }
      void loop() {

      digitalWrite(E0_DIAG_PIN, HIGH);
      delay(1000);
      digitalWrite(E0_DIAG_PIN, LOW);
      delay(1000);

      }
      Please note - There is a ton of code in the header of the MarlinCore.cpp that I had to leave in MarlinCore.cpp file (all of the code above the original setup() method). My goal is to figure out how much of that code I can remove at a later time. I am not too concerned about it at the moment and hope to weed out that code later. I couldn't get the firmware to compile unless I left it in. But as you can see, I was able to declare pin PC15 for my led pin out. Next I was able to compile a custom firmware.bin file having only the code above in my setup() and loop() methods. I copied the firmware.bin file to an sd-card and inserted it into my SKR board. After powering on my ender 3 printer, my led is blinking! (link to video below)

      This is just a start for me. I know I have a long way to go but at least it is a start in the right direction. I hope this gives you some ideas on how you can also get your project off the ground. Good Luck!

      ruclips.net/video/KpJTeOmXgnI/видео.html