Part #/ Keyword
All Products

DIY Soldering Mods: STM32F103RC & 12864 Screen

2024-05-11 11:55:38Mr.Ming
twitter photos
twitter photos
twitter photos
DIY Soldering Mods: STM32F103RC & 12864 Screen

To modify a 936 soldering station, here's what you should do:

The main task is to install a 12864 serial port screen, using an STM32F103RC as the main controller, to display temperature settings and real-time temperature, as shown in the diagram below.

936 soldering station.png

It's this soldering station:

port screen.png

port screen.png

This is the serial port screen, it can be powered by 3V or 5V, and the CS can be directly connected to VSS.

STM32F103RC.png

This small board is the core board of the STM32F103RC.

conduct experiments.png

First, conduct experiments with a test board and the 12864 screen, write the program, debug it, and finally install the board and screen onto the 936 soldering station.

open the cover.png

First, open the cover of the soldering station to measure the size accurately.

Pure manual slotting.png

Pure manual slotting may look a bit messy and requires caution.

debug the program.png

During program debugging,

installation.png

After debugging is complete, proceed with the installation.

The startup screen.png

The startup screen is similar to the one shown in the image above.

setting.png

After setting the temperature, the real-time temperature is rapidly rising.

reach the set temperature.png

It reaches the set temperature

The circuit diagram.png

The circuit diagram can be referenced from the above image, with two ADC test positions marked on the diagram. The two red dots represent ADC1, and the two blue dots represent ADC2.

STM32.png

Finally, here's the connection diagram for the STM32.

You can find the program below:

image.pngALIENTEK MINISTM32 Experiment 15 ADC Experiment.zip

* Solemnly declare: The copyright of this article belongs to the original author. The reprinted article is only for the purpose of disseminating more information. If the author's information is marked incorrectly, please contact us to modify or delete it as soon as possible. Thank you for your attention!