-
金属探测报警器
使用arduino和简单的涡流探测模块做出了一个金属探测器,程序简单上手容易,可以锻炼下自己动手能力。文件中附带程序,图片中可以看到元器件都是十分通用的器件,有兴趣的可以试着做做。
- 2023-03-29 22:15:03下载
- 积分:1
-
Arduino-MotorControl-v2.1
说明: 1. 包含步进电机3种控制方式:单四拍、八拍、双四拍
2. 包含步进电机3种运动方式:正转、反转、往复转
3. 电机转速可调、含计数器
4. 代码简单,适合电机初学者、Arduino初学者学习,每个函数均含注释(1. It includes 3 control modes of stepping motor: single four beats, eight beats and double four beats
2. It includes 3 motion modes of stepping motor: forward rotation, reverse rotation and reciprocating rotation
3. motor speed is adjustable, including counter
4. The code is simple, suitable for beginners of motor and Arduino. Each function contains comments)
- 2020-05-25 16:11:06下载
- 积分: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
-
伽利略通过wolfssl Arduino
应用背景编者按这篇文章在产品展示区我们的赞助商在codeproject。这些评论的目的是为您提供的产品信息和服务,我们认为有用的和有价值的开发。关键技术隐藏 ;复制代码
- 2022-09-25 09:40:03下载
- 积分:1
-
Arduino串口通信
用labview和arduino串口通信,读取串口数据,Using labview and arduino, serial communication, serial data read
- 2022-07-06 12:21:30下载
- 积分:1
-
Invensense Embedded Motion Driver 6.12
Invensense Embedded Motion Driver 6.12
using for arduino and stm32
- 2022-07-10 13:19:21下载
- 积分:1
-
[安卓开源]仿手机QQ音乐播放器项目
654684313216846123168
- 2019-07-04 12:31:29下载
- 积分: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
-
AVR458
avr80 cargardor de baterias de Litio
- 2017-10-13 04:21:32下载
- 积分:1
-
aruduino控制机械手臂代码
Arduino通过控制舵机的转动实现控制机械手臂,实现简单的抓取转移物品,以及开关门等动作、
- 2022-03-28 16:08:27下载
- 积分:1