亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Arduino-Controlled

  • 超小的USB轉TTL模塊(包括原理圖 PCB等)

    描述:超小的USB轉TTL模塊 選擇無需外部晶振額CH340C 為了可擴展為自動燒錄模塊沒有選擇EN系列芯片 PCB尺寸僅 2.3CM長 1CM寬 寬度已經是芯片寬度無法更小了 可為51 Arduino 等單片機燒錄程序原理圖:PCB:

    標簽: usb ttl模塊 pcb

    上傳時間: 2022-01-22

    上傳用戶:

  • arduino電子秤程序

    HX711_1Kg#include "HX711.h"float Weight = 0;void setup(){ Init_Hx711(); //初始化HX711模塊連接的IO設置 Serial.begin(9600); Serial.print("Welcome to use!\n"); delay(3000); Get_Maopi(); //獲取毛皮}void loop(){ Weight = Get_Weight(); //計算放在傳感器上的重物重量 Serial.print(float(Weight/1000),3); //串口顯示重量 Serial.print(" kg\n"); //顯示單位 Serial.print("\n"); //顯示單位 delay(1000); //延時1s}

    標簽: arduino 電子秤

    上傳時間: 2022-03-20

    上傳用戶:

  • 智能溫室大棚控制系統設計

    近年來反季節種植已成火熱趨勢,溫室大棚的普及十分迅速,而溫室大棚對自動化、智能化的要求也越來越迫切,本系統將溫室大棚的溫濕度、二氧化碳濃度各個方面的檢測,通風、澆灌、溫度、噴灑農藥等各個方面的控制進行綜合系統研究,實現溫室大棚對自動化、智能化的要求。這一系統是基于單片機控制的智能檢測,控制系統包含單片機主控模塊、感應檢測模塊、傳感模塊,顯示、控制模塊等[1]。從而提高溫室大棚的種植效率,減少勞動力,提高利潤等。In recent years,counter-season planting has become a hot trend featuring the rapid popularization of greenhouse and urgent requirement for the automation and intellectualization of greenhouse.This paper offers a comprehensive and systematic study of the monitoring of temperature,humidity and carbon dioxide concentration in the greenhouse and the control of ventilation,irrigation,temperature and pesticide spraying in order to achieve automation and intellectualization in greenhouse.This system is based on the intelligent detection controlled by single chip computer with the control system including the main control module,induction detection module,sensing module,display and control module of single chip computer,which is effective in improving planting efficiency of greenhouse,reducing labor force and increasing profits.

    標簽: 智能溫室大棚 控制系統

    上傳時間: 2022-03-27

    上傳用戶:

  • 基于STC89C52單片機的智能搬運機器人設計

    隨著人工智能的發展,機器人被運用到生產生活的各個方面,機器人的廣泛使用增加了生產效率降低了生產成本。為了實現對不同顏色物料進行不同順序的搬運與分區放置,設計了一種基于STC89C52單片機的智能搬運機器人,提出來搬運機器人系統的設計方案,使用Arduino nano輔助STC89C52,設計了二維碼掃描、物料顏色識別、路徑識別、機械手控制、電機控制等模塊的外圍電路,并在Keil 5中編寫了系統與相應模塊的控制程序。經多次試驗測試,此智能搬運機器人能實現在不同二維碼對應的任務目標下,對不同顏色的物料按規定順序進行精準搬運與放置。

    標簽: stc89c52 單片機 智能搬運機器人

    上傳時間: 2022-03-27

    上傳用戶:jason_vip1

  • 靜電放電ESD保護器件的模擬與仿真

    靜電放電(Electrostatic Discharge,ESD)是構成集成電路可靠性的主要因素之一,存在于生產到使用的每一個環節,并成為開發新一代工藝技術的難點之一,近年來,對ESD的研究也因而越來越受到重視,仿真工具在ESD領域的應用使得ESD防護的研究變得更為便利,可大幅縮短研發周期然而,由于ESD現象復雜的物理機制,極端的電場及溫度條件,以及ESD仿真中頻繁的不收斂現象,都使得FSD的仿真變得極為困難本文詳細闡述了ESD的來源、造成的危害以及如何測試集成電路的防靜電沖擊能力,并基于 Sentaurus軟件,對ESD防護器件展開了的分析、研究,內容包括1)掌握ESD保護的基本理論、測試方法和防護機理2)研究了工藝仿真流程的步驟以及網格定義在工藝仿真中的重要性,并對網格定義的方法進行了探討3)硏究了器件仿真流程以及器件仿真中的物理模型和模型函數,并對描述同一物理機制的的各種不同模型展開對比分析.主要包括傳輸方程模型、能帶模型、各種遷移率退化模型、雪崩離化模型和復合模型4)研究了雙極型晶體管和可控硅(Silicon Controlled rectifier,SCR)防護器件的仿真,并通過對仿真結果的分析,研究了ESD保護器件在ESD應力作用下的工作機理關鍵詞:靜電放電;網格;器件仿真;雙極型晶體管;可控硅

    標簽: 靜電放電 esd

    上傳時間: 2022-03-30

    上傳用戶:

  • 基于STM32的智能小車四輪驅動控制系統設計

    在傳統智能小車驅動電路設計中,較多考慮使用直流電機還是步進電機,電機功率、能耗等性能參數。使用具有armCortexM4內核的STM32嵌入式平臺控制四輪的4個直流電機。文章基于PWM技術及PID算法,對四輪進行精準地速度、轉向及啟停控制,實驗表明此小車具有優越各種地形適應能力。In the traditional intelligent car drive circuit design,DC motor or stepping motor,motor power,energy consumption and other performance parameters are considered.The four DC motors with four wheels are controlled by STM32 embedded platform with arm Cortex M4 kernel.Based on the PWM technology and PID algorithm,the accurate ground speed,steering,and start-stop control of the four wheels are carried out.The experiment shows that the vehicle has the superior adaptability to all kinds of terrains.

    標簽: stm32 智能小車 控制系統

    上傳時間: 2022-04-02

    上傳用戶:

  • 基于Proteus的單片機模數轉換電路的設計與仿真

    以單片機控制A/D轉換器TLC549為例,對A/D轉換器的主要技術指標進行了分析研究,在Proteus平臺下,完成了A/D轉換電路的構建,采用器件工作時序方式進行程序編寫,借助仿真圖表、虛擬儀器等工具對A/D轉換的數據進行測量并對失調誤差、增益誤差、微分非線性、積分非線性和轉換時間等重要參數進行了詳細分析。結果表明:使用Proteus軟件可對A/D轉換過程進行定性分析,將抽象的A/D轉換器技術指標直觀化、形象化展現出來,有助于學生更好地理解A/D轉換過程。The main technical indicators of A/D converter were analyzed and studied with an example from A/D converter TLC2543 which is controlled by using SCM.It was completed the construction of the A/D converter circuit under the Proteus software.The programming based on the operation sequence of the chip is put forward.With the aid of the simulation tools such as virtual instrument,simulation charts provided by Proteus,the important parameters of circuit such as offset error,gain error,differential nonlinearity(DNL),integral nonlinearity (INL) and conversion time are analyzed detailedly.Simulation results show that the A/D conversion process can be qualitatively analyzed and visualized the abstract indicators of A/D.The system can help students better to understand the SCM conversion process.

    標簽: proteus 單片機 模數轉換

    上傳時間: 2022-04-04

    上傳用戶:

  • PS2手柄解碼通訊及例程

        此文件主要包含:1:《PS2解碼通訊手冊V1.5》                      破解PS2通訊協議,接收器引腳功能,手柄震動實驗                   2:《PS2解碼通訊常見問題》    3:PS2手柄-arduino資料                   4:PS2例程,控制器為stm32(C語言編寫,注釋詳細)                      破解手柄震動;PS2解碼串口輸出;PS2遙控小車;PS2控制舵機。    

    標簽: ps2 解碼 通訊

    上傳時間: 2022-04-14

    上傳用戶:qdxqdxqdxqdx

  • AT1846S 對講機芯片

    1846是一種用于V/U段的調頻收發機芯片,與AT1846S兼容,可互換使用。支持DTMF和亞音等功能。可用于2米,1.25米或0.7米的業余頻段。國外有一種使用此芯片做成的U/V段業余頻段收發模塊,叫做Hamshield,能夠配和ARDUINO使用。由于該模塊有RF PA高頻功率放大電路,最大發射功率可達1W。但該芯片最大射頻輸出功率為8dbm。

    標簽: at1846s

    上傳時間: 2022-05-01

    上傳用戶:

  • 基于DSP28335+IR2110芯片的移相全橋驅動電路設計

    為解決移相全橋電路驅動及相角控制問題,設計了一種數字控制的移相全橋驅動電路.以TPL521為光耦隔離、IR2110為柵極驅動芯片.由DSP產生PWM信號,經過光耦隔離和邏輯電路后送至IR2110進行相角控制.文章對IR2110驅動電路原理進行分析及參數進行設計,對TMS320F28335進行設置并給出部分代碼.實驗結果表明:通過TMS320F28335可產生的不同相角的PWM波形,滿足了移相全橋對不同相角控制的要求.In order to solve the problem of phase-shifted full-bridge circuit driving and phase angle control,a digitally controlled phaseshifted full-bridge driving circuit was designed. TPL521 optocoupler isolation,IR2110 gate driver chip. PWM signals are generated by the DSP and sent to the IR2110 for phase angle control after optocoupler isolation and logic circuits. This text carries on the analysis to the principle of IR2110 drive circuit and parameter design,set up and give out some code to TMS320F28335. The experimental results show that the PWM waveforms with different phase angles generated by TMS320F28335 can meet the requirements of phase-shifted full-bridge control for different phase angles.

    標簽: dsp28335 ir2110 芯片

    上傳時間: 2022-05-03

    上傳用戶:zhanglei193

主站蜘蛛池模板: 张家川| 景洪市| 安义县| 肇庆市| 亚东县| 威信县| 镇宁| 昌乐县| 社旗县| 东源县| 苍梧县| 额济纳旗| 清涧县| 修武县| 城口县| 成武县| 方正县| 海林市| 海口市| 芜湖县| 文水县| 大同县| 汕头市| 铅山县| 齐齐哈尔市| 墨竹工卡县| 弋阳县| 连城县| 余姚市| 松阳县| 正定县| 河源市| 观塘区| 巴青县| 东乡县| 沈阳市| 莱西市| 阜康市| 桂阳县| 任丘市| 临江市|