Giter Site home page Giter Site logo

t12-pd-solderingpen's Introduction

T12-PD-SolderingPen

[Video introduction]https://www.bilibili.com/video/BV1734y1D7u2

使用atmega328p作为主控芯片,128x64 OLED屏幕,内置陀螺仪和蜂鸣器。能够读取控制部分电路温度和输入电压,主控电压,主控温度。具备自动启停的功能。

image

可以保存多组不同的烙铁头信息。烙铁主控部分代码基于https://github.com/wagiminator/ATmega-Soldering-Station.在屏幕驱动、按键驱动、休眠检测、陀螺仪和内部温度检测等方面做出调整与改进。

  • 休眠功能通过陀螺仪进行检测,可以设置休眠时间和灵敏度。默认的阈值较灵敏,轻微的晃动就会唤醒。休眠功能可以关闭,将灵敏度的阈值设置为0即可。
  • 蜂鸣器可以选择开启或关闭
  • 加热方式可以选择直接加热或PID调节,但PID参数尚未调整,可在源代码中自行调整。
  • 烙铁温度可以在设置中校准

制作信息

  • 手柄部分请使用1.6mm双层板打样,主控部分请使用0.8mm四层板。

  • 屏幕较为特殊,为0.96寸64x128分辨率sh1107驱动OLED屏幕,0.3mm脚距插接13pin接口。

  • FS312协议芯片请使用H版,以支持20v电压。

  • 建议开一张钢片用锡膏焊接,大大降低难度。

  • 焊接完成之后需要飞线到预留的焊盘,进行程序烧录。

注意事项

  • 支架与主控需共地
  • 如果主控不是原厂的芯片,在information页面的主控温度可能会不正常。但不影响使用
  • 建议通过https://github.com/carlosefr/atmega页面的步骤对芯片进行烧写。该开发板包将会释放BootLoader占用的flash空间,在下述“烧录引导程序”步骤中将熔丝位修改正确。
  • 简单来说,安装上面连接中的开发板到Arduino IDE,并在开发板中选中"ATmega328/328p" - "ATmega328p" - "16 MHz" - 编程器:"Arduino as ISP"
  • 准备一个Arduino UNO,烧写Arduino示例程序中的ArduinoISP。将Arduino UNO的相应管脚与主控板上相应的飞线焊盘连接。在Arduino IDE中点击“烧录引导程序”,完成之后再点击“使用编程器上传”,即可完成烧录工作。

更多信息稍后更新。

t12-pd-solderingpen's People

Contributors

eddddddddy avatar

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.