虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

ARDUINO

ARDUINO是一款便捷灵活、方便上手的开源电子原型平台。包含硬件(各种型号的ARDUINO板)和软件(ARDUINOIDE)。由一个欧洲开发团队于2005年冬季开发。其成员包括MassimoBanzi、DavidCuartielles、TomIgoe、GianlucaMartino、DavidMellis和NicholasZambetti等。
  • 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?

    标签: Beginning ARDUINO for

    上传时间: 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.

    标签: ARDUINO Gadgets Make Bots and

    上传时间: 2020-06-09

    上传用户:shancjb

  • max30100

    本程序是通过max30100芯片检测人体的心率及血氧饱和度,使用的是ARDUINO开发环境

    标签: 心率血氧传感器检测

    上传时间: 2020-07-15

    上传用户:13970252381

  • AD5260

    源码ad5260 可以直接使用  ARDUINO

    标签: 5260 AD

    上传时间: 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!

    标签: MiniCore

    上传时间: 2021-02-22

    上传用户:

  • 超小的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

    上传用户:

  • 基于STC89C52单片机的智能搬运机器人设计

    随着人工智能的发展,机器人被运用到生产生活的各个方面,机器人的广泛使用增加了生产效率降低了生产成本。为了实现对不同颜色物料进行不同顺序的搬运与分区放置,设计了一种基于STC89C52单片机的智能搬运机器人,提出来搬运机器人系统的设计方案,使用ARDUINO nano辅助STC89C52,设计了二维码扫描、物料颜色识别、路径识别、机械手控制、电机控制等模块的外围电路,并在Keil 5中编写了系统与相应模块的控制程序。经多次试验测试,此智能搬运机器人能实现在不同二维码对应的任务目标下,对不同颜色的物料按规定顺序进行精准搬运与放置。

    标签: stc89c52 单片机 智能搬运机器人

    上传时间: 2022-03-27

    上传用户:jason_vip1

  • 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

    上传用户: