Giter Site home page Giter Site logo

Comments (18)

MarkusvonStaden avatar MarkusvonStaden commented on July 18, 2024 1

Oh, I see, we get quite a big community here :D
I used the IP2721 in my Design, since I have a bunch of them around.
I plan to finish it today, so I can order the first PCBs to test.

from solder-reflow-plate.

AfterEarthLTD avatar AfterEarthLTD commented on July 18, 2024

Certainly!
I had initially designed around a barrel jack for simplicity to begin with, but be sure there will be a USB C version in the not too distant future.
I plan to work on one myself and I have heard mention of some others forking off the repo and doing the same. Long live open-source!

from solder-reflow-plate.

 avatar commented on July 18, 2024

Awesome! In the mean time, I ordered everything to build 3 of then rigth now, I'll rebuild one when USB-C comes in haha.

I would suggest the STUSB4500 chip which would be perfect for that, but unfortunately in these times they are unavailable...

Anyway in my opinion, add USB-C and a replaceable heating part, and you have an amazing product :)

Might do the mods if I get some spare time..

from solder-reflow-plate.

MarkusvonStaden avatar MarkusvonStaden commented on July 18, 2024

FYI:
I am starting right now to build a USB C Version. But it might take some time to get it finished, since it is my first real project.
It is not as easy as I initially thought, since USB C PD is designed for 3A, but according to specification it should also handle 5A.
USB C doesn't have a 12V Level (future me: this is wrong! although some website say, it doesn't, at least mine have), only 15V, so we get a higher current. I will have to do some testing...
I think, I might use the 15 or 20V line and a step-down circuit.

PS: Maybe we could do a discord channel or something, where we can communicate with each other?

from solder-reflow-plate.

martinlanza avatar martinlanza commented on July 18, 2024

from solder-reflow-plate.

 avatar commented on July 18, 2024

Awesome @MarkusvonStaden !
I would also make the electronics and heating plate separate as well, while being at it haha!
Tell me if I can help you.

Regarding 12V, yes not all usb-c pd supplies have that option, don't think it's actually part of the standard. However that shouldn't be a problem in my opinion, we could probably make it work regardless of the power input (in a limited range, like 12-20v) by measuring the actual Vin and adapting the pwm settings around the input voltage.

Totally in for the discord channel!

@martinlanza In my opinion, USB C is way more common nowadays than barrel connectors.. However I think we could use both options and combine them on the pcb so anyone can choose the preferred one

from solder-reflow-plate.

axoulc avatar axoulc commented on July 18, 2024

Hi, I started to fork this project in order to make USB-C board with STUSB4500 and an other mcu (STM32G030F). The Schematic is already done. We can work together if you want.
Sincerely

from solder-reflow-plate.

 avatar commented on July 18, 2024

Hi, I started to fork this project in order to make USB-C board with STUSB4500 and an other mcu (STM32G030F). The Schematic is already done. We can work together if you want. Sincerely

Awesome! :)
The STUSB4500 is definitely a top notch option, but pretty hard to get these days unfortunately! Why did you change the MCU?

If we can get the board with both USB-C and Barrel Jack, external heater board, and maybe profile automatic heatup, I think it's awesome

from solder-reflow-plate.

axoulc avatar axoulc commented on July 18, 2024

Hi, I started to fork this project in order to make USB-C board with STUSB4500 and an other mcu (STM32G030F). The Schematic is already done. We can work together if you want. Sincerely

Awesome! :) The STUSB4500 is definitely a top notch option, but pretty hard to get these days unfortunately! Why did you change the MCU?

If we can get the board with both USB-C and Barrel Jack, external heater board, and maybe profile automatic heatup, I think it's awesome

I prefer to change the mcu to have availability in the near future. This component is smaller, more powerful and cheap.
Keep the Barrel Jack will not be a problem.
For USB PD IP2721 can also be a solution.

from solder-reflow-plate.

 avatar commented on July 18, 2024

I see :)
There have been multiple discussions around the MCU change, mostly because of the Atmega328p availability, I think it would be great if everybody settled on one choice so we can all go in the same directions hahaha

Yes, IP2721 does work too :)
I'd rather use brand name parts though, had too much issues with performance and availability in the past with obscure components haha

from solder-reflow-plate.

axoulc avatar axoulc commented on July 18, 2024

My choice of MCU will not be objective I am a STM32 fan ;)

from solder-reflow-plate.

 avatar commented on July 18, 2024

Haha don't worry we're in the same boat here haha!
But sometimes overkill isn't the best way to kill hahah

from solder-reflow-plate.

axoulc avatar axoulc commented on July 18, 2024

https://www.st.com/en/microcontrollers-microprocessors/stm32g030f6.html
This one is no so overkill I think.

from solder-reflow-plate.

AfterEarthLTD avatar AfterEarthLTD commented on July 18, 2024

Wow guys!
This sounds great. I love the idea of making it USB-C powered.
You'll certainly need a well specced USB PD capable of 60W or more at 20V for the same size board. Also, consider increasing the capacitance to even out the current draw when the MOSFET is being pulsed.
Look forward to seeing what you come up with.

Also, I've created a Discord for SR Plates. https://discord.gg/T9dxeRmY Please feel free to join send invites, create a channel and manage your project through that if you like.

from solder-reflow-plate.

Phozer avatar Phozer commented on July 18, 2024

@AfterEarthLTD
First of all, great Project!
Yesterday I ordered 5 Pieces of the V3.0 Version at JLCPCB.
I would like to join the discord server, but the invitation is somehow not valid anymore. Could you provide a new link?

from solder-reflow-plate.

Alchme avatar Alchme commented on July 18, 2024

First comment on the project. Just wanted to add the new Discord link that never expires here:

https://discord.gg/YzhG6FcCRA

from solder-reflow-plate.

AfterEarthLTD avatar AfterEarthLTD commented on July 18, 2024

Done, well spotted, thanks

from solder-reflow-plate.

Johaan1314 avatar Johaan1314 commented on July 18, 2024

Hi,

Added my implementation of IP2721_MAX12. I tried to use back similar components to reduce BOM list. Any comments?

image

from solder-reflow-plate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.