登录
首页 » arduino » 6 轴

6 轴

于 2022-08-22 发布 文件大小:1.20 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

例如使用 arduino 6 轴使用 pwm 电机和 6 轴旋转电机 Sorce 代码 机械布局是只是一块小小的你还必须考虑所有的设计将成为一部分的任何机器人编程你建立特别是 6 轴机械臂逆 kenimetrics。以后会更多。我曾请确保所需的基本布局我冷起部分必要建立这个怪物。我不得不源电动机和找到一个供应商,以及齿轮 / 驱动器为每个轴的火车。 我决定电机在 Ebay 上找 30.00 每个。我买了 10,因为我想要建立更多那一个机器人手臂。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 金属探测报警器
    使用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
  • 696516资源总数
  • 106475会员总数
  • 7今日下载