-
Maga_test
test maga board arduino
- 2019-06-15 19:12:28下载
- 积分:1
-
四足机器人打印件+说明书+代码
说明: 通过8个舵机 实现蜘蛛类的的仿生运动,文件包含所有的打印件及嵌入程序,提供arduino源代码,实现10多种运动模式,可以通过蓝牙或者wifi控制。(The bionic movement of spiders is realized by eight steering gears. The file contains all the prints and embedded programs. It provides Arduino source code and realizes more than 10 motion modes. It can be controlled by Bluetooth or wifi.)
- 2020-12-26 10:29:03下载
- 积分:1
-
基于arduino的AS608+RC522极致智能门禁系统程序 ASR MO8-B语音
包括指纹开锁、语音开锁、刷卡开锁
指纹模块AS608
语音模块ASR MO8-B
射频模块RC522
主控芯片arduino uno
射频卡s50 M1卡
三种开锁方式通过两种时开锁通过
锁使用得是继电器驱动得电磁锁
显示使用的是2.4寸 OLED
- 2022-01-22 06:39:41下载
- 积分:1
-
ESP12E Motor Shield
说明: NodeMcu L293D 电机驱动扩展板,使用方法(Node McuL293D Motor Drive Extension Board, Use Method)
- 2020-06-24 14:20:01下载
- 积分:1
-
旧DVD驱动器DIY改造的廉价Arduino Mini数控绘图机
快速制作属于自己的廉价Arduino Mini 数控绘图机,附说明及源码
- 2022-07-15 03:45:24下载
- 积分:1
-
逻辑门作简单使用红外接收器和开关语句
该代码使用 switch 语句由接收方获取的红外信号和开关触发微处理器输入逻辑门 [和] [OR] [也] [NAND] 一次 x 和 y 连接进行醚 1 或 0 或 1 1 0 0 代码打开 LED 或关闭取决于门。
- 2022-08-05 09:50:03下载
- 积分:1
-
频率每周期计数器库为 Arduino
这里是Arduino的频率计数器,它被用在许多项目。
- 2022-10-11 22:55:03下载
- 积分:1
-
超声波模块程序
arduino超声波模块示例程序
const int TrigPin = 2;
const int Echopin = 3;//发射、接收端的引脚
float distance_cm = 0;
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(TrigPin,OUTPUT);
pinMode(Echopin,OUTPUT);
}
void loop() {
// 产生一个10微秒的高脉冲去触发TrigPin
digitalWrite(TrigPin,LOW);
delayMicroseconds(2);
digitalWrite(TrigPin,HIGH);
- 2022-12-16 10:25:03下载
- 积分:1
-
arduino控制超声波模块的使用
利用arduino控制超声波模块测量距离数据
- 2022-10-02 22:50:03下载
- 积分:1
-
Arduino 韦根代码库
Arduino 韦根代码库,利用韦根26/33 与arduino 连接,提供库应用
- 2022-05-29 09:12:32下载
- 积分:1