Jump to content

NLCbanner2024.jpg.2478be509670e60c2d6efd04834b8b47.jpg

kman42

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by kman42

  1. From what I could understand, Ascompad IS eqmod... Is this not the case?
  2. I am trying to set up my EQ5 mount for autoguiding with a guide camera. So far, I've built an AstroEQ box which seems to work perfectly (have loaded a configuration). I have installed PHD2 and am trying to connect the AstroEQ box as a mount in PHD2. I believe I am looking for the "ASCOM EQ5/6" option, however, it is not listed. I have installed Ascomplatform64 and Ascompad v209. Below is a screenshot of my choices of mount in PHD2: Are any of these applicable, if not, how do I get ASCOM EQ5/6 listed there?
  3. Yeah sounds like what I've been looking for all along. I can't believe I got this far into the project without hearing about it
  4. Well I've tried for hours, I can't get any reading from my camera's ST4 port - voltage or continuity. Looks like I'm going for the ASTROEQ.
  5. The problem is I'm not sure my St4 port is working
  6. What system are you talking about? The trouble is that I have heard about a few different systems that people have developed for autoguiding which sound great, but once I dig into the specifics it is very hard to understand them and/or get complete information, as most of the instructions I have found either assume way too much prior knowledge about coding/arduinos/RPi etc, or require you to use the exact same setup for anything to work, unless you modify the coding/software etc, which requires the previously mentioned prior knowledge which I don't have. I have come across ASTROEQ, which may be exactly what I'm looking for, but I figure I'm this close with the ST4 setup so I may as well see it through.
  7. I don't have a mount to plug into. It's a DIY setup using an EQ5 and stepper motors.
  8. So the ST4 port will output a voltage? I was under the impression I should be looking for continuity when testing the ST4 cable, not voltage.
  9. The Arduino will not be directly connected to the computer. As I understand it, PHD2 sends commands back to my camera (setup as an "on-camera mount" in PHD2). The Camera should output commands through the ST4 cable, which I am intercepting with the Arduino. The Arduino will then have a sketch to take the ST4 commands and output a signal to the stepper motor driver. But I am stuck at the ST4 >> Arduino part because the ST4 doesn't seem to be doing anything.
  10. Hi, I'm trying to setup an autoguiding rig using a daytson t7m camera, PHD2 and an Arduino. I have gotten PHD2 to get an image from the t7m, so the camera is working, but I can't get any response from the ST4. I have selected On-camera as the mount, and have tried manual guiding while testing the ST4 cable with a multi meter, testing for continuity. I cant get any continuity from the st4 cable. Is there anything I'm missing?
  11. Ok now I'm really confused. I feel like I'm missing a key piece of information... The circuit I posted above is one I found here https://github.com/kevinferrare/arduino-st4 I am now realising it may not be the circuit that I need. Am I correct that the above circuit is for using an Arduino to send commands to a mount via ST4. Whereas I am trying to send commands from my camera, via ST4, into an Arduino. how do I wire the optocoupler if I'm sending commands to the Arduino?
  12. This is where I get stuck - I'm struggling to understand how to wire the optocoupler. Is the below wiring diagram correct? If it is, I also don't understand the coding. I thought I would need pins 2-5 (referencing below circuit) on the Arduino to be defined as INPUT in the arduino sketch, so that the Arduino can read the input signal from pins 2-5 and, in response, send a command to the stepper motor driver. But how do pins 2-5 act as inputs if they also need to output 5V to the optocoupler?
  13. Should the common output of the ST4 be connected to ground? If so, what provides the energy for the optocoupler?
  14. Reviving an old thread, because I've hit some roadblocks. I have managed to get my computer to communicate with my guide camera - its a Daytson T7M. I can see an image in PHD2. However, I can't get my camera to send signals to my Arduino. I have the ST4 cable from the camera going through an optocoupler (one cable for each optocoupler channel, with the common wire acting as ground). But my Arduino doesn't detect anything. What kind of signal should I be looking for from the ST4 when I press the manual guide buttons in PHD2? A 5V source, something else?? At this point I'm struggling to understand what my Arduino code should look like - if I knew what kind of signal the ST4 was sending, that would help. I tried hooking up my multimeter to the ST4 and manual guiding but I didn't know what kind of multimeter reading I should be looking for.
  15. I have a 12v battery to use in the field. My only concern is laptop battery life...
  16. OK thanks, so from what you're saying I don't need to have my Arduino connected directly to my laptop during tracking?
  17. My Arduino does indeed have a USB port. I thought it was only for uploading code, I didn't know it could accept live signals. Can you elaborate on the use of the ST4 port? Are you saying I connect my camera to the laptop via ST4 rather than USB? The stepper motor was a DIY solution. It is controlled with an A4988 driver. I was planning to control the guiding of the mount using PHD2. Are you suggesting the use of a laptop isn't necessary for sidereal guided movement?
  18. Hi, I am trying to build a circuit that autoguides the RA axis of my EQ5 mount. My mount is already modified with a bipolar stepper motor on the RA axis. I only want RA guiding, not DEC control. I have bought a guide camera with a USB and ST4 output and have successfully connected it to my laptop, and have gotten an image on PHD2. I have an Arduino nano, and an A4988 stepper motor driver. I will use the arduino to receive signals from the laptop and control the stepper motor with RA+ or RA- signals. I have been searching for some missing pieces to a puzzle I have but can't find good answers so I'll ask. - how, specifically, does my laptop connect to my arduino? I have read about ASCOM drivers, but what role do they play, and what's the physical connection between laptop and arduino? - many auto-guiding circuits use an optocoupler. Why do I need one, and where does it go in the circuit? - Depending on the above answers I may have follow-up questions about the arduino code.
  19. Thanks for all the help. After further research I will shrink my project a little to achieve high accuracy at low cost. To this end I will discard DEC control as I have heard they are hard to get accurate tracking when motorised. Instead I will use drift alignment and only guide for sidereal movement. To clarify, I will not be doing this in my backyard. Typically I shoot at dark sky sites in Australia, so will be in the field with my gear. For this reason I don't need autofocus or wireless communication. I was steering away from laptops because of the battery life limitation but I am swinging back around now after what you guys are suggesting. It sounds like my Arduino Nano will be sufficient if I am only controlling RA movement. So my setup will be: 1. Stepper motor and driver moves mount 2. Arduino Nano controls motor 3. RPi or computer gives commands to arduino 4. Guide Camera feeds to RPi/computer Laptop sounds straightforward - my only question is how does my Arduino talk to my laptop? I am still interested in the RPi for portability. What would be involved in such a setup using a RPi?
  20. That is helpful, however I'd love to avoid the use of a laptop in addition to the RPi - do you know what would have to change to achieve this?
  21. What won't be supported out of the box? Having to control DEC axis? If astro software isn't supported by the RPi camera module, can you suggest an alternative camera? I thought RPi could only support the RPi camera module
  22. I have considered this, the laptop route will be about twice as expensive. It is my plan B if I can't get my head around RPi.
  23. I have an EQ5 telescope mount which i use for astrophotography. I have modified it with a motorised RA axis using a bipolar stepper motor - my thread for the build is here . I want to expand the mount's tracking ability by motorising the DEC axis and using a guide scope/camera. I generally use the mount in fairly remote locations so would like to use a raspberry Pi for portability. I understand that I'll need to use a Raspberry Pi Camera Module for the guide camera. The capability I want is: 1. guide the mount along RA and DEC axes using a guide star as feedback 2. track the mount using the RA axis only, and if possible continuously take 20-30 second exposures on the guide camera (this functionality is optional, but would assist in polar alignment of the mount) I don't want any GOTO capability. I am very new to RPi and need some help: - do I need to write code for this, or is there existing programming available for what I want to do? - is it possible to avoid the use of screens (in the field)? My preferred option would be to flick a switch to start and stop the guiding, with another switch for alignment mode (or something simple like this). - do I need to use any particular stepper motors/drivers for raspberry Pi? I'm using a bipolar stepper motor running quarter steps, with an A4988 stepper driver - is the RPi 3 Model B+ the unit I should buy? Thanks
  24. Really? The RPi can directly control the stepper motor? I am completely new to RPi.
  25. So after a bit of research, I think I've got a plan for a budget tracking setup. I am planning to aquire a range of manual focus lenses for astro work, eg. 200mm F/4, 135mm F2.5, 300mm F4.5. I can use one of these lenses as a guide scope. I will get an M42 to 1.25" adapter to fit the guide camera, and will get this guide camera or similar: https://www.ebay.com.au/itm/T7C-ST4Guide-Star-Monocular-Telescope-Electronic-Eyepiece-Camera-CMOS-Equatorial/113342001852?epid=19025357936&hash=item1a63b5b2bc:g:wNcAAOSw-HRb2Y7A:rk:22:pf:0 Then I will fabricate a rail to mount both DSLR imaging camera and the guide camera setup to the EQ5 mount. I will probably go for a Rasberry Pi to control the guide camera and stepper motor via arduino, so that I don't have to carry a laptop around. I can choose a guide lens based on the imaging focal length I am using. That will save the cost of a dedicated guide scope. Thoughts?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.