rFRknk

STM32F103C8T6 Link Development Board

 
Overview
 The STM32F103C LINK development board comes with a built-in DAP LINK and an OLED screen interface. The main
controller, an STM32F103C8T6 LQFP-48 (7x7)
, has all pins exposed, and an additional Type-C power supply interface is provided
 
. Using a CH552G microcontroller for DAP LINK, it offers plug-and-play functionality
and adds an OLED screen interface connected to the I2C2 interface.
 
PDF_STM32F103C8T6 link development board.zip
Altium_STM32F103C8T6 link development board.zip
PADS_STM32F103C8T6 link development board.zip
BOM_STM32F103C8T6 link development board.xlsx
95305
Intelligent car developed based on Liangshan School
Design a smart car based on the Liangshan School of thought. This car can be controlled by a mobile app to move forward, backward, turn left, turn right, and rotate and translate.
Based on the Liangshan School, a smart car has been developed. This car can be connected to a mobile phone APP via Bluetooth to control the car, including turning the lights on and off and sounding the horn. Because it uses Mecanum wheels, it can rotate and move in place.
528e2f400e5f58a547d1c1bd68479ee3.mp4
565dc8913800bd53ca53ec57ed6d77de.mp4
PDF_Smart Car Based on Liangshan School of Thought.zip
Altium - A smart car developed based on the Liangshan School.zip
PADS_Smart Car Based on Liangshan School.zip
BOM_Intelligent Car Based on Liangshan School.xlsx
95308
Mijia V5 Switch_Bluetooth Mesh
I copied this switch from Taobao; it's compatible with the Mi Home ecosystem and I've drawn it here. It's somewhat similar (lol).
It's a Mi Home Bluetooth mesh switch with closed-loop control, and the response is quite fast.
The Mijia Bluetooth mesh switch features open-loop control and a fast response time. The button can also control the switch, and a long press restores factory settings. The circuitry is very simple, consisting of just a relay, main controller, and power supply; there's not much external circuitry. The only drawback is that the main controller is hard to find
.

Demo video.mp4
PDF_Mijia V5 Switch_Bluetooth Mesh.zip
Altium_Mijia V5 Switch_Bluetooth Mesh.zip
PADS_Mijia V5 Switch_Bluetooth Mesh.zip
BOM_Mijia V5 Switch_Bluetooth Mesh.xlsx
95309
#Training Camp# Simple Oscilloscope
Based on the simple oscilloscope from the training camp, although it has two interfaces, I feel the microcontroller doesn't have the capability to handle both interfaces
using an STM32. The screen is 2.4 inches, with two ADC inputs and two follower circuits. I'll explore whether the two follower comparators can be used for protocol parsing later.
This is a simple oscilloscope. An external ADC might be used to increase accuracy. Please note that two lines are stuck; forcing a path might result in too much error, so I used jumper wires. It
uses an STM32 microcontroller and has a 2.4-inch screen. It has two ADC inputs and two follower inputs. I'll investigate whether the two follower comparators can be used for protocol parsing.
 
WeChat image_20240316214907.jpg
7502a95f0e27b17eac3d1e7c15a6dbcc.mp4
PDF_#Training Camp#Simple Oscilloscope.zip
Altium_#Training Camp#Simple Oscilloscope.zip
PADS_#Training Camp#Simple Oscilloscope.zip
BOM_#Training Camp#Simple Oscilloscope.xlsx
95311
Flowing light module
To facilitate microcontroller testing, I DIY'd this running light module.
It's a running light module, not very technically complex, and there are many on Taobao, but they look too ugly. The module itself isn't expensive, but the shipping cost is higher than the module's price.
Those with spare sample-making coupons can use them to make samples.
WeChat_20240408014712.mp4
PDF_Running Light Module.zip
Altium_Flowing Light Module.zip
PADS_Running Light Module.zip
BOM_Running Light Module.xlsx
95313
Light painting
Introduce simple engineering projects from JLCPCB EDA to freshmen with no prior experience. No soldering required, lowest cost, showcasing the campus scenery.
Introduce simple engineering projects from JLCPCB EDA to freshmen with no prior experience.
No soldering required, lowest cost, showcasing the campus scenery.
video.mp4
PDF_Light Painting.zip
Altium_Light Painting.zip
PADS_Light Painting.zip
BOM_LightingDrawing.xlsx
95314
DAP_LINK_V1.0.1
Based on STM32F411, the high-speed DAP-LINK has a download speed similar to, but slightly faster than, that of Zhengdian Atom's high-speed DAP-LINK.
This module uses the STM32F411 as the main control chip, employs the open-source DAP protocol, and utilizes high-speed USB for high-speed downloading. It follows the layout of Zhengdian Atomic's high-speed DAP-LINK and currently only supports SWD functionality, with a virtual USB serial port.
This project includes a casing and has been 3D prototyped for verification.
Schematic diagram .
DAP_LINK_V1.0.hex
PDF_DAP_LINK_V1.0.1.zip
Altium_DAP_LINK_V1.0.1.zip
PADS_DAP_LINK_V1.0.1.zip
BOM_DAP_LINK_V1.0.1.xlsx
95315
[Microcontroller] Simple Oscilloscope Project Based on GD32 Microcontroller
Oscilloscope
Project Description:
This project is a simple digital oscilloscope based on the GD32F103C8T6 microcontroller, designed to measure and display waveform signals. An external signal input is used to feed the waveform signal into the microcontroller for sampling and processing, and the waveform is displayed in real-time on an LCD screen.
Main Functions: 1. Waveform Signal Acquisition: The waveform signal is input to the analog input pin of the microcontroller via an external circuit, and sampled using the microcontroller's analog-to-digital converter (ADC). 2. Waveform Processing: The acquired analog waveform signal is digitized, including data processing and filtering. 3. Waveform Display: The acquired waveform is displayed in real-time on the LCD screen for user observation and analysis.
Hardware Components: 1. GD32F103C8T6 Microcontroller: As the core control unit of the project, responsible for acquiring, processing, and displaying waveform signals. 2. LCD Screen: Used to display waveform images and provide a user interface. 3. External Signal Source: Provides the waveform signal to be measured; this can be any circuit or device that generates waveform signals.
Software Design: 1. Waveform Signal Acquisition and Processing Program: Utilizes the microcontroller's ADC module for digital sampling and processing of analog signals, achieving waveform data acquisition and processing. 2. Waveform Display Program: Through an LCD driver, displays the processed waveform data on the LCD screen, forming a waveform image. 3. User Interface Program: Designs a simple and intuitive user interface, including waveform display, trigger settings, and measurement parameter display functions, providing a user-friendly operating experience.
Project Features: 1. Ease of Use: Employs a simple hardware and software design, making the oscilloscope easy to operate and learn, suitable for beginners and enthusiasts. 2. Openness: The project has a certain degree of scalability and customizability; users can expand and optimize functions according to their needs. 3. Educational Value: As a simplified implementation of a digital oscilloscope, it can serve as a teaching experimental platform, helping students understand the working principle of oscilloscopes and the basic methods of digital signal processing.
Through the above design, a simple digital oscilloscope based on the GD32F103C8T6 can be implemented for measuring and displaying waveform signals, possessing certain practical and educational value.
VID_20240408_164118.mp4
PDF_【Microcontroller】A Simple Oscilloscope Project Based on the GD32 Microcontroller.zip
Altium_【Microcontroller】Simple Oscilloscope Project Based on GD32 Microcontroller.zip
PADS_【Microcontroller】A Simple Oscilloscope Project Based on GD32 Microcontroller.zip
95318
Screen Adapter Board - Compatible with Taishanpai
The project includes several screen adapter boards that are compatible with the Taishanpai Rk3566 development board.
This project introduces
a collection of screen adapter boards compatible with the Taishanpai Rk3566 development board, and will be updated periodically. When using them, pay attention to the maximum backlight current and interface orientation!
Open source documentation: Currently, the documentation for each screen is attached to the project file; it will be compiled and uploaded to Gitee later.
The H0400S001
is a 4-inch, 400x960 resolution rectangular screen using a MIPI interface.
PCB Project Name: H0400S001
Documentation Folder Name: H0400S001
Features:



Content
Parameters




Dimensions :
4-inch


module Dimensions:
42.9(H) × 102.08(V) × 1.58(T) mm


Interface:
MIPI or RGB + 3 SPI


Maximum Backlight Current:
20 mA



Attachment Files Description
H0400S001.zip
PDF_Screen Adapter Board - Compatible with Taishanpai.zip
Altium Screen Adapter Board - Compatible with Taishanpai (zip file)
PADS Screen Adapter Board - Compatible with Taishanpai.zip
BOM_Screen Adapter Board-Compatible with Taishanpai.xlsx
95319
FM radio based on STM32F103 driving RDA5807
STM32F103C8T6 microcontroller, FM chip, RDA5807M
Update Log

2024.02.23
First time organizing and open-sourcing this project.
Hardware version V201,
Software version V2.0.0.20231225_Beta.

Microcontroller: STM32F103C8T6. FM chip: RDA5807M. Product demonstration video:
Bilibili demonstration video (click to watch).
FM radio based on STM32F103C8T8, with volume adjustment, frequency switching, station switching, etc.
The circuit board has a reserved interface for a real-time clock, which will be updated later.
STM32 Radio V2 (V2.0.0.20231225_Beta).zip
PDF_FM Radio Based on STM32F103 Driving RDA5807.zip
Altium_FM Radio Based on STM32F103 and Driving RDA5807.zip
PADS_FM Radio Based on STM32F103 and RDA5807.zip
BOM_FM Radio Based on STM32F103 Driving RDA5807.xlsx
95320
electronic
参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2026-03-26 18:18:45

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号