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

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

???????????????????????????????????????????????????????????????¥???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????§???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????ˉ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????¨???????????????????????????????????????????????????????????????3???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????|???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????ˉ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????arduino

  • Beginning+C+for+Arduino

    I can remember buying my first electronic calculator. I was teaching a graduate level statistics course and I had to have a calculator with a square root function. Back in the late 1960s, that was a pretty high-end requirement for a calculator. I managed to purchase one at the “educational discount price” of $149.95! Now, I look down at my desk at an ATmega2560 that is half the size for less than a quarter of the cost and think of all the possibilities built into that piece of hardware. I am amazed by what has happened to everything from toasters to car engines. Who-da-thunk-it 40 years ago?

    標(biāo)簽: Beginning Arduino for

    上傳時(shí)間: 2020-06-09

    上傳用戶:shancjb

  • Make+Arduino+Bots+and+Gadgets

    In the early days, embedded systems were built primarily by engineers in a pretty exclusive club. Embedded devices and software tools were expensive, and building a functional prototype required significant software engineering and electrical engineering experience.

    標(biāo)簽: Arduino Gadgets Make Bots and

    上傳時(shí)間: 2020-06-09

    上傳用戶:shancjb

  • max30100

    本程序是通過max30100芯片檢測人體的心率及血氧飽和度,使用的是arduino開發(fā)環(huán)境

    標(biāo)簽: 心率血氧傳感器檢測

    上傳時(shí)間: 2020-07-15

    上傳用戶:13970252381

  • AD5260

    源碼ad5260 可以直接使用  arduino

    標(biāo)簽: 5260 AD

    上傳時(shí)間: 2021-01-05

    上傳用戶:

  • MiniCore

    An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two extra IO pins if you're using the internal oscillator!** PB6 and PB7 is mapped to [Arduino pin 20 and 21](#pinout).<br/> If you're into "generic" AVR programming, I'm happy to tell you that all relevant keywords are being highlighted by the IDE through a separate keywords file. Make sure to test the [example files](https://github.com/MCUdude/MiniCore/tree/master/avr/libraries/AVR_examples/examples) (File > Examples > AVR C code examples). Try writing a register name, <i>DDRB</i> for instance, and see for yourself!

    標(biāo)簽: MiniCore

    上傳時(shí)間: 2021-02-22

    上傳用戶:

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

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

    標(biāo)簽: usb ttl模塊 pcb

    上傳時(shí)間: 2022-01-22

    上傳用戶:

  • arduino電子秤程序

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

    標(biāo)簽: arduino 電子秤

    上傳時(shí)間: 2022-03-20

    上傳用戶:

  • 基于STC89C52單片機(jī)的智能搬運(yùn)機(jī)器人設(shè)計(jì)

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

    標(biāo)簽: stc89c52 單片機(jī) 智能搬運(yùn)機(jī)器人

    上傳時(shí)間: 2022-03-27

    上傳用戶:jason_vip1

  • PS2手柄解碼通訊及例程

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

    標(biāo)簽: ps2 解碼 通訊

    上傳時(shí)間: 2022-04-14

    上傳用戶:qdxqdxqdxqdx

  • AT1846S 對(duì)講機(jī)芯片

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

    標(biāo)簽: at1846s

    上傳時(shí)間: 2022-05-01

    上傳用戶:

主站蜘蛛池模板: 苏尼特左旗| 沾化县| 根河市| 宁武县| 肇源县| 湖州市| 正安县| 大洼县| 嵊泗县| 莲花县| 江油市| 长春市| 文登市| 曲靖市| 博兴县| 大宁县| 夏津县| 东乌珠穆沁旗| 金堂县| 罗甸县| 呼伦贝尔市| 惠水县| 剑川县| 临安市| 文昌市| 攀枝花市| 布尔津县| 崇礼县| 安徽省| 尉氏县| 尤溪县| 东安县| 金乡县| 亚东县| 雷州市| 平舆县| 白沙| 玉林市| 彰化市| 淮阳县| 思茅市|