Compare commits

..

No commits in common. "4ad28fe1f5c40d448a7704b3c6421d69c2cc9354" and "d8e14fb3a25f832bbc4559e109044470d71729d8" have entirely different histories.

20 changed files with 1 additions and 435114 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "fw/ch32fun"]
path = fw/ch32fun
url = https://github.com/cnlohr/ch32fun

BIN
3D/3DModel.FCStd Normal file

Binary file not shown.

BIN
3D/Enclosure.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

BIN
3D/shell2.FCStd Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,14 +2,4 @@
Repo for a cool usb-c soldering iron that uses C245 cartridges and power up to 130W.
Read the [project report](doc/report/README.md) (in italian).
# IDEAS
* USB-C connector on the edge of the PCB like the [alientek T90B](https://youtu.be/Xl0IKpvlF3Y?si=ecKIGLwI0vSPZbJ4&t=7) (clamping plate)
* OLED Screen on a separate PCB, same project with a V-Cut
* More compact tip recess, stabilized by a, aluminium ring, maybe bought at the hardware store
* Single screw disassembly
* 13mm grip dimensions and 18mm otherwise
* 1mm walls in PETG
* Add a ~small~ button to the bootsel line
Read the [project report](doc/report/README.md) (in italian).

3
fw/.gitignore vendored
View File

@ -1,3 +0,0 @@
.zen
.vscode
.ccls-cache

View File

@ -1,9 +0,0 @@
all : flash
TARGET:=blink
TARGET_MCU:=CH32X035
include ch32fun/ch32fun/ch32fun.mk
flash : cv_flash
clean : cv_clean

View File

@ -1,6 +0,0 @@
#include <ch32fun.h>
int main(void) {
while(true);
return 0;
}

@ -1 +0,0 @@
Subproject commit cfffff6d6bd9bd97d7348d044a1de145f4548072

View File

@ -1,5 +0,0 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#endif