<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>1024中文社区 - 电子元件</title>
    <link>https://www.1024la.com/forum-8-1.html</link>
    <description>Latest 20 threads of 电子元件</description>
    <copyright>Copyright(C) 1024中文社区</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Sun, 05 Apr 2026 06:56:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.1024la.com/static/image/common/logo_88_31.gif</url>
      <title>1024中文社区</title>
      <link>https://www.1024la.com/</link>
    </image>
    <item>
      <title>【腾讯频道分享】电容选型指南 - 电子工程师必备知识</title>
      <link>https://www.1024la.com/thread-45-1-1.html</link>
      <description><![CDATA[大家好，我在腾讯频道分享了一篇关于电容选型指南的文章，非常适合电子工程师参考。
内容包括：

[*]陶瓷电容（MLCC）- 高频滤波、旁路
[*]电解电容 - 电源滤波、储能
[*]钽电容 - 精密电路
[*]选型建议 - 电源入口、芯片附近、音频电路
欢迎大家点击链接查看详情：http ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Wed, 01 Apr 2026 05:13:25 +0000</pubDate>
    </item>
    <item>
      <title>SG90 舵机安装超简单，核心是 三线制接线 + PWM 信号控制</title>
      <link>https://www.1024la.com/thread-39-1-1.html</link>
      <description><![CDATA[核心接线（必记）
SG90 为三线制，颜色定义固定，接错易烧板：
控制原理与代码示例
SG90 靠 50Hz 周期（20ms）PWM 信号 控制，高电平脉宽 0.5ms→0°、1.5ms→90°、2.5ms→180°。
Arduino 控制代码（最常用）

关键避坑点
供电优先：单舵机 USB 供电勉强可用，多舵机 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 14:30:45 +0000</pubDate>
    </item>
    <item>
      <title>新手入门 STM32 做 DS18B20 测水温 + OLED 显示：必备知识 + 学习路径</title>
      <link>https://www.1024la.com/thread-38-1-1.html</link>
      <description><![CDATA[一、先明确：这个项目的核心逻辑（新手先懂整体，不迷茫）
整个项目的流程特别简单，一句话讲透：
```
DS18B20采集水温（单总线通信）→ STM32读取温度数据 → STM32把数据格式化（比如“25.5℃”）→ I2C/SPI通信把数据发给OLED → OLED显示温度
```
本质就是「两个外 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 08:46:59 +0000</pubDate>
    </item>
    <item>
      <title>STM32H750XBT6 DAC+DMA+TIM 生成高频率光滑正弦波：极限频率 + 优化方案全解析</title>
      <link>https://www.1024la.com/thread-37-1-1.html</link>
      <description><![CDATA[一、先算清楚：当前方案的瓶颈（为什么100kHz是阶梯波）
1. 核心参数拆解（你的配置）
- TIM时钟主频：240MHz → TIM计数频率=240MHz（不分频）
- ARR=240-1=239 → TIM周期= (ARR+1)/240MHz = 240/240MHz = 1μs
- 正弦波点数：10点 → 输出正弦波周期=10×1μs=10μs ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 08:41:04 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103C8T6接5V指示灯不亮？新手必看的6个踩坑点！</title>
      <link>https://www.1024la.com/thread-36-1-1.html</link>
      <description><![CDATA[STM32F103C8T6最小系统板确实支持5V供电，但接5V+GND后指示灯不亮，**100%是供电链路/硬件故障**，不是芯片本身不支持5V！下面把新手最容易忽略的问题按概率排序，一步步排查，5分钟就能定位原因。


先明确核心原理（新手先搞懂，不踩基础坑）
STM32F103芯片本身只能用 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 08:33:37 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103C8T6 最小系统板 5V 供电却无 3.3V？新手必看排障指南</title>
      <link>https://www.1024la.com/thread-35-1-1.html</link>
      <description><![CDATA[一、先搞懂原理：5V供电的核心逻辑
STM32F103C8T6芯片本身只能用**3.3V**供电，最小系统板的“5V供电引脚”只是方便外接电源，背后靠板载的**5V转3.3V稳压芯片**（常见AMS1117-3.3、MP1584）完成降压：
外部5V → 最小系统板5V引脚 → 3.3V稳压芯片 → 3.3V引脚/芯片供 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 08:27:57 +0000</pubDate>
    </item>
    <item>
      <title>舵机卡死、卡键、抖不动？5步自救排障，新手秒救</title>
      <link>https://www.1024la.com/thread-34-1-1.html</link>
      <description><![CDATA[玩小车、云台、机械臂最怕突然**舵机卡死不动、齿轮咔咔响、卡在一个角度僵死**，别急着换新，90%都能救回来。我按从最简单到最硬核给你一步步排。

一、先判断：是软件卡？电卡？机械卡？
不用拆壳，3秒判断
1. **上电轻微抖动、不转、用力掰不动** → 机械齿轮卡死（ ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 07:02:20 +0000</pubDate>
    </item>
    <item>
      <title>K230直控舵机 vs 串口透传单片机：效果+坑点全揭秘</title>
      <link>https://www.1024la.com/thread-33-1-1.html</link>
      <description><![CDATA[玩K230做AI视觉舵机云台/机械臂的朋友，大概率纠结过：是让K230直接怼舵机，还是用K230算AI、串口发指令给STM32/51单片机控舵机？

我实测过两种方案做视觉追物云台，直接说结论：**新手/轻量场景选K230直控；高精度/多舵机/复杂运动选「K230+单片机串口」**，下面把效 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 06:56:43 +0000</pubDate>
    </item>
    <item>
      <title>Maxicam vs K230：新手必看终极对比｜谁更适合入门、DIY、AI视觉？</title>
      <link>https://www.1024la.com/thread-32-1-1.html</link>
      <description><![CDATA[玩嵌入式AI、机器视觉、小车DIY的朋友，大概率纠结过两款热门神器：**Maxicam（MaixCAM）** 和 **K230（CanMV开发板）**。  
价格差不大、都能跑AI识别，到底选谁不踩坑？不堆参数废话，直接按「新手入门、实战DIY、性能性价比」讲透，看完闭眼选。

 一、先认清本质： ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 06:47:31 +0000</pubDate>
    </item>
    <item>
      <title>STM32 提示 &quot;函数被声明但未定义&quot;，我是怎么解决 MX_GPIO_Init 报错的</title>
      <link>https://www.1024la.com/thread-31-1-1.html</link>
      <description><![CDATA[玩 STM32 的小伙伴，尤其是刚入门的新手，大概率都遇到过这个让人头大的报错：
function \&quot;MX_GPIO_Init\&quot; was referenced but not defined
头文件里明明声明了函数，.c文件里也写了实现，为什么编译器就是找不到定义？今天就把我踩过的坑和解决办法整理成一篇保姆级教程 ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 06:41:51 +0000</pubDate>
    </item>
    <item>
      <title>为什么你的TB6612电机驱动超级烫手？不死机但极速升温，根源+根治方案全解</title>
      <link>https://www.1024la.com/thread-29-1-1.html</link>
      <description><![CDATA[# 深度剖析 | 为什么你的TB6612电机驱动超级烫手？不死机但极速升温，根源+根治方案全解
玩小车、DIY机器人的小伙伴大概率都遇过一个痛点：**TB6612驱动电机转起来没多久，芯片就烫得不敢摸，明明没烧没报错，久跑必炸**。

很多人以为是芯片质量差、功率不够，其实90% ...]]></description>
      <category>电子元件</category>
      <author>1024</author>
      <pubDate>Tue, 24 Mar 2026 06:25:42 +0000</pubDate>
    </item>
    <item>
      <title>【Arduino教程】红外遥控器使用指南</title>
      <link>https://www.1024la.com/thread-28-1-1.html</link>
      <description><![CDATA[## Arduino红外遥控器使用指南
### 简介
红外遥控器是Arduino项目中常用的输入设备，可以用来控制各种电子设备。本文将详细介绍如何使用Arduino读取红外遥控器信号。
### 硬件准备

[*]Arduino开发板（Uno/Nano/Mega均可）
[*]红外接收器模块（TSOP38238）
[*]红外遥控 ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Tue, 24 Mar 2026 05:17:19 +0000</pubDate>
    </item>
    <item>
      <title>ESP32 入门教程：从零开始学习物联网开发</title>
      <link>https://www.1024la.com/thread-27-1-1.html</link>
      <description><![CDATA[一、什么是 ESP32？

ESP32 是由乐鑫科技（Espressif）开发的一款低成本、低功耗的微控制器芯片，被广泛用于物联网（IoT）开发。它拥有强大的硬件规格和丰富的软件生态，是目前最受欢迎的开发板之一。

核心特性：
✦ 双核 Xtensa LX6 处理器，主频 240MHz
✦ 520KB SRA ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 17:35:01 +0000</pubDate>
    </item>
    <item>
      <title>电子元器件入门必读 - 新手必备的10种常用元件详解</title>
      <link>https://www.1024la.com/thread-25-1-1.html</link>
      <description><![CDATA[【电子入门】新手必备的10种常用电子元件详解

刚学电子DIY不知道该买什么元件？这篇帮你理清思路！

一、电阻（Resistor）
作用：限制电路中的电流
单位：欧姆
常用值：220欧、1K、4.7K、10K
色环读法（4环）：
  黑0 棕1 红2 橙3 黄4 绿5 蓝6 紫7 灰8 白9
  例如：棕 ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:15:31 +0000</pubDate>
    </item>
    <item>
      <title>Arduino温度传感器教程 - LM35+LCD1602数字温度计</title>
      <link>https://www.1024la.com/thread-22-1-1.html</link>
      <description><![CDATA[【Arduino入门教程】用LM35和LCD1602制作数字温度计

所需材料：
- Arduino UNO 开发板 x1
- LM35温度传感器 x1
- LCD1602液晶屏（带I2C转接板）x1
- 面包板 x1
- 杜邦线若干
- 10K电位器 x1（不带I2C时调节对比度用）

总成本：约20-30元

接线说明：

LM35温度传感器 ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:11:45 +0000</pubDate>
    </item>
    <item>
      <title>Arduino Smart Car Project - Obstacle Avoidance Robot</title>
      <link>https://www.1024la.com/thread-21-1-1.html</link>
      <description><![CDATA[Arduino Smart Car - Obstacle Avoidance Robot

PARTS LIST:
- Arduino Uno R3 x1
- L298N Motor Driver x1
- DC Gear Motors x2, Wheels x2, Caster Wheel x1
- Car Chassis x1, Battery Holder (4x AA)
- HC-SR04 Ultrasonic Sensor x1
- Jumper Wires, Breadboar]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:10:21 +0000</pubDate>
    </item>
    <item>
      <title>Common Electronic Components Guide - Resistors Capacitors LEDs and More</title>
      <link>https://www.1024la.com/thread-20-1-1.html</link>
      <description><![CDATA[Essential Electronic Components Every DIYer Should Know

1. RESISTORS
What: Limit current flow in a circuit
Units: Ohms
Common values: 220R, 1K, 4.7K, 10K
Color code (4-band):
- Black=0, Brown=1, Red=2, Orange=3, Yellow=4
- Green=5, Blue=6, Violet]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:06:11 +0000</pubDate>
    </item>
    <item>
      <title>Python Auto File Organizer - Organize Downloads in 10 Min</title>
      <link>https://www.1024la.com/thread-17-1-1.html</link>
      <description><![CDATA[Quick Start: Organize Files in 10 Minutes

What You Need:
- Python 3.6+
- No extra libraries needed (built-in modules only)

The Problem: Your Downloads folder is a mess. Let Python fix it automatically.

Complete Code:

import os, shutil
from]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:03:03 +0000</pubDate>
    </item>
    <item>
      <title>ESP32 LED Controller</title>
      <link>https://www.1024la.com/thread-16-1-1.html</link>
      <description><![CDATA[ESP32 RGB LED Controller

Project Overview:
Create an ESP32-based RGB LED controller with serial control.

Hardware:
- ESP32 Development Board
- RGB LED
- 3x 220 Ohm Resistors
- Breadboard &amp; Jumper Wires

Core Code:
```cpp
const int r=16, g=1]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 06:47:52 +0000</pubDate>
    </item>
    <item>
      <title>【学习指南】单片机学习路径与进阶指南</title>
      <link>https://www.1024la.com/thread-11-1-1.html</link>
      <description><![CDATA[【学习指南】单片机学习路径与进阶指南

1. 学习路径总览

1.1 学习阶段划分

🎯 基础入门阶段 (0-3 个月)

学习目标：掌握单片机基本概念、学会使用开发环境、完成简单项目实践、建立学习兴趣和信心
核心技能：C 语言基础编程、单片机原理理解、开发环境使用、基础外设 ...]]></description>
      <category>电子元件</category>
      <author>7n25gSnP</author>
      <pubDate>Sat, 21 Mar 2026 10:42:07 +0000</pubDate>
    </item>
  </channel>
</rss>