-
四足机器人打印件+说明书+代码
通过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
-
space
it is the new chaleng for you because is very spacial
- 2017-11-02 18:33:42下载
- 积分:1
-
微雪2.9 Epaper arduino库
微雪电子2.9英寸电子墨水屏(epaper)for arduino库,包含示例。
- 2022-05-05 15:18:17下载
- 积分:1
-
Pixy
说明: 此部分程序为对PIXY Cmucam5摄像头进行设置的程序,功能主要是实现机器人的视觉跟踪(This part of the program for the PIXY Cmucam5 camera settings, the main function is to achieve the robot's visual tracking)
- 2017-09-19 21:24:35下载
- 积分:1
-
arduino 计算器 code_second 版 (两位数)
为代码使一个计算器,arduino 这是两位数计算器。这个项目你需要 arduino 和 2 7 段显示,breadboard.this 项目是复杂得多的 tehen 其他 ı 希望你喜欢
- 2022-08-18 02:34:07下载
- 积分:1
-
TCS34725颜色传感器开源代码
TCS34725颜色传感器开源代码TCS3200是TAOS公司推出的可编程彩色光到频率的转换器,它把可配置的硅光电二极管与电流频率转换器集成在一个单一的CMOS电路上,同时在单一芯片上集成了红绿蓝(RGB)三种滤光器,是业界第一个有数字兼容接口的RGB彩色传感器,TCS3200的输出信号是数字量,可以驱动标准的TTL或CMOS逻辑输入,因此可直接与微处理器或其他逻辑电路相连接,由于输出的是数字量,并且能够实现每个彩色信道10位以上的转换精度,因而不再需要A/D转换电路,使电路变得更简单
- 2023-02-26 00:20:03下载
- 积分:1
-
对于微信智能标记试剂盒
对于微信智能标记试剂盒是利用物联网的通知消息。
- 2022-03-22 12:09:47下载
- 积分:1
-
gsm
arduino的io控制输入输出#include #include #include "RC522.h"#include "DS1302.h"#include #define GSMSerial Serial1#define ID "768E4DA5"uint8_t CE_PIN = 4;uint8_t IO_PIN = 3;uint8_t SCLK_PIN = 2;char buf[50];//4 bytes Serial number of card, the 5 bytes is verfiy bytesunsigned char serNum[5];unsigned char state_pre=1;/* 创建 DS1302 对象 */DS1302 rtc(CE_PIN, IO_PIN, SCLK_PIN);void print_time() { /* 从 DS1302 获取当前时间 */ Time t = rtc.time(); snprintf(buf, sizeof(buf), "%04d-%02d-%02d %02d:%02d:%02d", t.yr, t.mon, t.date, t.hr, t.min, t.sec); /* 输出日期到串口 */ Serial.println(buf); }void setup() { Serial.begin(9600);
- 2023-07-16 15:35:04下载
- 积分:1
-
线在 Arduino 的追随者代码,可以轮流锐角
代码来回建筑使用基于泰文 328 Arduino 平台上的嵌入式微型控制器线追随者。有 5 光电二极管作为传感器读取使用 arduino。要追溯到的行被假定为黑我颜色和背景必须是白色。因此上面的白色部分传感器会产生较高的值作为输出,上面的黑色部分要低。现在逻辑写入驱动电机,控制使用 IC L298 每个电机的转速。
- 2022-02-15 04:21:47下载
- 积分:1
-
Pulse_Sensor
用心电传感器采集心电信号,并将心电图显示在oled屏上(ECG sensors are used to collect ECG signals and display the ECG on the OLED screen.)
- 2018-06-04 22:43:14下载
- 积分:1