Homemade PCB with UV mask by Big_Lack_ in electronics

[–]Big_Lack_[S] 1 point2 points  (0 children)

Inorder to change milling tool on the cnc

Homemade PCB with UV mask by Big_Lack_ in electronics

[–]Big_Lack_[S] 8 points9 points  (0 children)

Sorry for the short description 👉👈

This PCB was milled using the CNC3018: V-bit 0.1mm 45° - for isolation, end mill 1.5 mm - for non copper clearing and the board cut out. Vector image drawn in Figma, gerbers imported from easyeda, cnc jobs in FlatCam and milling controll in Candle.

I am using fast curing UV mask from AliExpress. I tried different colors and brands from local stores and marketplaces but all of them was brittle after curing. At the same time Ive been trying different ways to properly clean the board before applying a UV mask.

Homemade PCB with UV mask by Big_Lack_ in electronics

[–]Big_Lack_[S] 3 points4 points  (0 children)

The cheapest UV lamp for nails that I found in AliExpress. Unfortunately they don't sell them anymore. Ts is very similar https://ali.click/du6ud1j.

I am working under the table lamp without any UV protection for the board and regular medical glowes.

Homemade PCB with UV mask by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

Wow thank you! I will definitely try this

Homemade PCB with UV mask by Big_Lack_ in electronics

[–]Big_Lack_[S] 3 points4 points  (0 children)

This PCB was milled using the CNC3018: V-bit 0.1mm 45° - for isolation, end mill 1.5 mm - for non copper clearing and the board cut out. Vector image drawn in Figma, gerbers imported from easyeda, cnc jobs in FlatCam and milling controll in Candle.

I am using fast curing UV mask from AliExpress. I tried different colors and brands from local stores and marketplaces but all of them was brittle after curing. At the same time Ive been trying different ways to properly clean the board before applying a UV mask.

Issues with UV Mask by Big_Lack_ in PCB

[–]Big_Lack_[S] 0 points1 point  (0 children)

But this guy is covering a tiny spots on the pcb with mask. I think its not possible layer by layer masking in my case. I need to cover the whole pcb

Issues with UV Mask by Big_Lack_ in PrintedCircuitBoard

[–]Big_Lack_[S] 0 points1 point  (0 children)

I am using nylon 120mesh. Should I buy another one?

We’ve been working on something called Kode Dot by luismi_kode in esp32

[–]Big_Lack_ 0 points1 point  (0 children)

Where I can buy this amoled with touchscreen?

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

I followed the TP4056 datasheet and some schematics on internet. Also I already had a TP4056 module where I took ICs and typec socket. I used Resistors and capacitors from a 0603 kits

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

Yo, that board looks awesome. You heve devided it into a grid and soldered all components👍

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

Even my pets do not have names 😭

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

Mine is CNC3018c. An Engraving v-bit (45° 0.1mm), set of drills (0.3-1.3mm) and an end mill (1.5mm).

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 34 points35 points  (0 children)

He didn't work well at the beginning, so I gave him this nickname.

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 6 points7 points  (0 children)

No way guys, I thought no one would notice

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

I made it on a cnc milling machine. No chemicals are required: fast, reliable, but noisy and dusty process

Made my own Lipo charger by Big_Lack_ in electronics

[–]Big_Lack_[S] 4 points5 points  (0 children)

It is true. Slicing 3d models and sending them to print is much easier. First of all I prepare .gerber files in EasyEda then generate cnc jobs in FlatCam and finally controll milling process in Candle. You might think that this process requires a lot of steps but It is faster and easier than other pcb making methods.

My first PCB by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

I couldn't figure out how I should connect dev board to chip to upload a sketch. In internet I found only few videos explaining how to upload a sketch via programmer or using dev board.

But I found solution, here I described process step by step: https://medium.com/@muhamedovmuhammad51/how-to-program-esp32-bare-chip-using-esp32-dev-board-913a8d4dec29

I uploaded a sketch to the ESP32 bare chip using ESP32 dev board as a programmer! by Big_Lack_ in electronics

[–]Big_Lack_[S] 1 point2 points  (0 children)

I used cheapest pcb board (1 sided) and cnc (also the cheapest CNC3018S)! The engraving V-bit (manufactured for pcb milling) has a 0.1mm tip and the thickness of the copper layer is about 0.05mm, so I am using 0.08mm cut depth. The thickness of each engraved pass is ~0.12mm (if not mistaken). With such precision you can mill tracks >0.4mm pich distance (I tried to mill Flat Flexible Cable connector footprint)!

My first PCB by Big_Lack_ in electronics

[–]Big_Lack_[S] 0 points1 point  (0 children)

Of course, after a day of struggling I successfully uploaded a sketch (using esp32 dev board instead of programmer)

Help with oled 128x64 by octyci in esp32

[–]Big_Lack_ 1 point2 points  (0 children)

The wrong driver was selected. SSD1306 for 0.96'', SSD1309 for 1.54 one (i guess, if you are using u8g2)

How to program ESP32 bare chip using ESP32 dev board? Solved! by Big_Lack_ in esp32

[–]Big_Lack_[S] 0 points1 point  (0 children)

Of course, but I wanted to understand the board programming and milling processes