uReflowOven-Esp32-Micropython icon indicating copy to clipboard operation
uReflowOven-Esp32-Micropython copied to clipboard

uReflowOven PCB

Open Bibbbi opened this issue 4 years ago • 7 comments

Here is a suitable board for the uReflowOven project

  • LILYGO TTGO T8 (8MB PSRAM / 4MB FLASH / TF-CARD) https://www.aliexpress.com/item/32851423415.html
  • 2 x MAX31855 Thermocouple-to-Digital Converter
  • 4 x digital outputs for HEATER, BUZZER, FAN and BOOSTER
  • 3 x digital inputs for operation with a non-touch screen panel
  • It is possible to mount an ILI9341 2.8 "or a 3.2" display https://www.aliexpress.com/item/32960934541.html
  • +5Volt Power Supply Jack DC005 5.5x2.1mm barrel type https://www.aliexpress.com/item/4000198429452.html

Download Gerber file: uReflowOven_Gerber_2020-08-25.zip

uReflowOven Schematic uReflowOven OSHPARK Top uReflowOven OSHPARK Bottom uReflowOven Top uReflowOven Bottom

Pictures of my prototype:

IMG_20200702_194728 (Large) IMG_20200702_194751 (Large) IMG_20200702_194840 (Large)

Bibbbi avatar Aug 25 '20 20:08 Bibbbi

Nice work! Thanks for sharing!

dukeduck1984 avatar Aug 29 '20 06:08 dukeduck1984

Can provide BOM?Thanks

funfly28 avatar Oct 02 '20 16:10 funfly28

Can provide BOM?Thanks

duojie avatar Nov 04 '20 03:11 duojie

@Bibbbi It seems the touch pins are not connected. Have you adapted the software to use buttons instead? It would be really nice if you could provide a BOM (or simply post a list of the components here) because otherwise this PCB is not very useful.

pastaclub avatar Jan 28 '21 21:01 pastaclub

@pastaclub The touch pins are connected. The hardware buttons are optional, if you use a display without touch function.

BOM List:

Value Case
C1, C2, C3, C4, C6 100nF SMD-0805
C5 47uF 25V SMD-D 7343
D1, D2, D3, D4, D5 MBR120VLSFT1G SOD-123FL
J1 DC-005 DC Power Jack 5.5x2.1mm barrel type
R1, R2, R3, R4 1K2 Resistor SMD-0805
R5, R6, R7 10K Resistor SMD-0805 (optional)
T1, T2, T3, T4 MMBT2222A NPN SOT-23
X1 KF301-4P Terminal Red 5,08mm
X2 KF301-8P Terminal Blue 5,08mm

Bibbbi avatar Jan 30 '21 16:01 Bibbbi

Thank you! I ordered the transistors and terminals (I had compatible components for the rest). I will get the PCB made and see how it works for me. Maybe that also fixes my problem with the sensor.

We could add the schematics and board files to the repository if you want to share them.

pastaclub avatar Feb 01 '21 09:02 pastaclub

According to the schematics and PCB, IRQ and CS pins on touchscreen are not connected anywhere, how can it work?

Zefram88 avatar Feb 17 '21 12:02 Zefram88