smallembedded

Equatorial mount power tracking part control motherboard

 
Overview

Make an equatorial mount to track the stars. At present, we will build the power part first. With subsequent improvements, we hope to achieve the effect of a thousand-yuan machine. The cost of this equatorial mount should be controlled within 100 yuan! IMG_20190824_232953.jpg

IMG_20200830_172357.jpg

IMG_20200830_172336.jpg

void setup() {
  // put your setup code here, to run once:
pinMode(2,OUTPUT);//STP
pinMode(3,OUTPUT);//DIR
pinMode(4,OUTPUT);//EN
pinMode(5,OUTPUT);//ms1
pinMode(6,OUTPUT);//ms2
pinMode(7,OUTPUT);//ms3
digitalWrite(5,LOW);
digitalWrite(6,LOW);
digitalWrite(7,LOW);
digitalWrite(4,HIGH);
//电机工作 8细分模式
}

void loop() {
  // put your main code here, to run repeatedly:
  digitalWrite(3,HIGH);
for(int i=0;i<1000;i++)
{
  digitalWrite(2,HIGH);
  delay(10);
  digitalWrite(2,LOW);
  delay(10);
}
  digitalWrite(3,LOW);
  delay(10);
  for(int i=0;i<1000;i++)
{
  digitalWrite(2,HIGH);
  delay(10);
  digitalWrite(2,LOW);
  delay(10);
}

}

The production process of the star chaser will be released in the future, so look forward to the results.

参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2025-06-17 20:00:32
  • 淺析android下如何通過jni監控wifi網絡連接、dhcpcd執行和power電源控制
  • How to move the program in flash to RAM
  • Has anyone used the at88sc series encryption chip?
  • The x and y values of the touch screen change irregularly
  • Help: English information about writing drivers
  • PCB Engineer

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号