-
robosensorping
#include
#include
Servo servo1;
Servo servo2;
Servo servo3;
#define TRIGGER_PIN 12
#define ECHO_PIN 13
int pos = 0;
Ultrasonic ultrasonic(TRIGGER_PIN, ECHO_PIN);
void setup()
{
servo1.attach(8);
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-22 13:52:38下载
- 积分:1
-
Arduino实现基于GSM控制LED点阵屏
LEDD为程序目录,将目录放 我的文档/Arduino 下,再打开ide,就能在ide看到这几个程序,方便调用。默认烧入为LEDD_B2这个程序,可以连接好线,弄好sd卡,接上移动电源发短信测试*文件夹内各程序说明:LED_test,led模块从sd读取字模测试RTX_test,无串口线串口工具测试gsm模块,此测试时gsm模块tmcu、rmcu接nano a0、a1脚SD_test,sd卡测试程序SIM_test,官方发短信打电话例程精简版,默认10086SIM_test2,提取短信内容测试,接到短信自动提取内容LEDD,整体程序优化前,此测试时gsm模块tmcu、rmcu接nano a0、a1脚LEDD_B2,优化后程序===============================song.dzk为宋体点阵字库,请放sd卡根目录==============================*接线说明:led屏 d~lat 接nano 2~9led屏 5v、gnd 接nano 5v、gndsd模块cs接pin10sd模块5v、gnd、miso、mosi、sck接icsp对应脚gsm模块5v、gnd接sd模块另一排中5v、gndgsm模块接tx rx,注意需要在烧写更新程序时得取下这个========================*补充NANO ICSP接口(usb接口在下方时):RST SCK MISOGND MOSI 5V版权:用图来源屏http://detail.b2b.cn/product/700227960.htmlhttp://www.1024sj.com/product/show-3198780.html点阵http://detail.tmall.com/item.htm?spm=a230r.
- 2023-08-09 05:30:04下载
- 积分:1
-
examples
arduino sumple code + coment
- 2017-12-09 19:45:59下载
- 积分:1
-
Arduino 蓝牙连接与 bluegiga wt12 芯片
作为大师使用 arduino 连接蓝牙 wt12 芯片。连接到蓝牙 wt12 RX TX VDD VSS 引脚 arduino。
- 2022-12-17 20:05:03下载
- 积分:1
-
Arduino OBD-II Adapter
OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data bridge for Arduino (literally all embedded platforms) with open-source Arduino library provided. Besides providing easy-to-use OBD-II data access
libraries - all Arduino libraries needed for OBD-II adapter and kits
samples - several simple sketches for testing purpose
nanologger - OBD-II data logger working with 128x64 monochrome OLED display (for Arduino Nano)
megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA)
tester - a testing sketch for OBD-II communication and capability
utilites - useful utility source code for development
- 2023-04-23 01:35:04下载
- 积分:1
-
labview读取Arduino串口数据保存并以波形显示
labview读取Arduino串口数据保存并以波形显示,LabVIEW read Arduino serial data stored and displayed in the waveform
- 2023-05-16 21:00:03下载
- 积分:1
-
arduino dht11
DHT11是一款有已校准数字信号输出的温湿度传感器。 精度湿度+-5%RH, 温度+-2℃,量程湿度20-90%RH, 温度0~50℃。基本信息产品概述DHT11数字温湿度传感器是一款含有已校准数字信号输出的温湿度复合传感器使用arduino系统读取dth11 的温湿度,然后利用w5100上传到服务器上。
- 2023-06-14 21:25:03下载
- 积分:1
-
AN1445_An1444
Antenna Design Guide
- 2017-10-30 17:34:57下载
- 积分:1
-
Arduino串口通信
用labview和arduino串口通信,读取串口数据,Using labview and arduino, serial communication, serial data read
- 2022-07-06 12:21:30下载
- 积分:1
-
Arduino-陀螺仪控制步进电机
与单极步进电机不同,双极步进电机每相只有一个单绕组,没有抽头。 为了反转磁极,绕组中的电流需要反转,这意味着双极步进电机驱动通常更加复杂并且通常需要H桥排列。 由于没有公共端,每相有两个引线,典型的两相电机会有四根引线。 尽管双极电机通常驱动更加复杂,但它们确实具有它们的优点,因为更好使用的绕组,双极电机比同重量的单极电机更强大。 这是因为单极步进电机在相同空间中有两倍的导线量,并且在任何一个时间只能使用其一半,这意味着单极电机仅有约50%的效率。(Unlike the monopole stepper motor, the bipolar step motor has only one single winding per phase, without a tap. In order to reverse the magnetic pole, the current in the winding needs to be reversed, which means that the bipolar step motor drive is usually more complex and usually requires a H bridge arrangement. Since there is no public end, each phase has two leads, the typical two phase motor will have four lead. Although bipolar motors are usually driven more complex, they do have their advantages, because the better use of windings and bipolar motors is stronger than the same weight monopolar motors. This is because the unipolar stepper motor has two times of wire quantity in the same space, and it can only use half of it at any time, which means that the single pole motor is only about 50% efficiency.)
- 2018-01-11 17:56:45下载
- 积分:1