Jump to content

SkySurveyBanner.jpg.21855908fce40597655603b6c9af720d.jpg

tekkydave

Members
  • Posts

    1,798
  • Joined

  • Last visited

Everything posted by tekkydave

  1. Sounds interesting Gina. I assume when you say 'auto' that you mean it will focus the scope itself using feedback from a camera. Do you plan to make it Ascom-compliant or stand-alone. I can think of a couple of scenarios here: 1. Completely stand-alone system using a micro-controller that connects to a camera and motor. 2. An Ascom client program running on a PC that uses Ascom drivers to connect to the focuser and camera. The Focuser and Camera will both need Ascom drivers. Depending on the camera used the driver may already exist. The focuser driver will probably need to be a custom one like the one I have written Feel free to use & abuse my code
  2. I'd forgotten I'd put that in the sketch until I was uploading it. I think it was an arduino project of yours that inspired me to have a go myself. I think some of the stepper code might be 'borrowed' from your project
  3. Updates to the sourceforge project wiki page: SchematicCommunication Protocol Detailshttps://sourceforge.net/p/arduinoascomfocuser/wiki/Home/
  4. The line to change to use different pins is: const int motorPins[4] = {7,8,9,10}; // Declare pins to drive motor control board The numbers refer to the digital output port number not the physical pins on the nano. Sent from my Samsung G4S using Tapatalk.
  5. For anyone chomping at the bit, soldering iron in hand here is a sketch to show how to connect the stepper motor control board to the nano. This will work with the sketch I have posted on the sourceforge site. If you want to use different pins on the nano you can simply change the pins defined in the sketch.
  6. Great idea. Im still finding cork crumbs all over my office after making the cork block. It is extremely light though but may not stand up to wear and tear. [emoji2]Sent from my Samsung G4S using Tapatalk.
  7. If you dont want to solder directly to the nano pins you may need some 0.1" crimp connectors and a crimp tool. [emoji2]Sent from my Samsung G4S using Tapatalk.
  8. Parts list has been added to the wiki on the sourceforge page. https://sourceforge.net/p/arduinoascomfocuser/wiki/Home/ Next job is get a decent schematic. I had one drawn for the Mk1 focuser using gEda on Linux. When I went to look at it again some of the annotations (pin numbers, signal names etc) had disappeared. Hopefully I will get it done at the weekend.
  9. I did join the yahoo group but couldn't figure their focuser out. I wanted to do my own mainly as a learning opportunity to get to grips with both the Arduino and Ascom.
  10. Ill be adding full details of my Arduino on the sourceforge wiki including circuit and parts as soon as I can. Sent from my Samsung G4S using Tapatalk.
  11. The best place to start is the Ascom website. It has some very clear explanations of what Ascom is all about. There are also some links to videos that show you how to create a driver. Thats how I picked it up. I intend to create a standard installer for my driver but I dont get much time to spend on it at the moment. Sent from my Samsung G4S using Tapatalk.
  12. The biggest issue I have had is how to fix the focuser to the ota. There are no easy mounting points on the 127 and I don't fancy drilling holes. Hence the cork block solution. It may be temporary for now and will probably make way for a better connection to the dovetail but commercial clamps are expensive, around £60 last time I looked. Maybe I need to find someone with a 3D printer
  13. Rob-away The C9.25 focuser looks good. Is it Arduino-based?
  14. I have created a sourceforge page to host the software & documentation. This is the first time I have used SF so I don't really know what I'm doing . https://sourceforge.net/projects/arduinoascomfocuser/ At the moment all I have done is upload the Arduino sketch and the Visual Studio solution. The VS solution contains 3 projects: AAF2 - the Ascom driver AAF2Test - a command line test program FocusAAF2 - a simple Winforms client application to drive the focuser. This was built using Visual Studio 2010 and you will need the Ascom platform 6.1 and Ascom Developer Tools installed. I haven't tried building it with any of the free 'express' versions of VS. I'll be adding documentation to the wiki over the next few weeks including parts list, schematic plus anything else I think is relevant. The code still needs some work but I've put it up as-is so you can take a look. Ive used Subversion for source code control as its what im most familiar with. If you need a client I can recommend TortoiseSVN which makes life easier as it integrates into the Windows Explorer.
  15. Thanks. Yes but I need to decide the best way. I will look into setting up a sourceforge project.
  16. A shot of the rear of the cork block after some trimming. This shows the cutout section that slides over the dovetail bar on the ota. It's very light.
  17. This is what needs to go in the box and I also need a switch on the 2 bare wires at some stage.
  18. I had a go at making a remote focuser to use with my 127MAK a while back http://stargazerslounge.com/topic/202282-ascom-and-arduino/ At the time It was a purely manual device with a 5-way switch to set the direction and speed with a rotary encoder to do fine adjustments. I wanted to turn it into an Ascom-driven device so I can use it remotely from my PC. It also needed a better way of attaching to the scope tube as I was using an old belt to keep it in place which wasn't always reliable. So, since then I have got to grips with writing Ascom drivers which isn't as painful as you might think. I chose C#, which I already had a grounding in and used Visual Studio 2010 and the Ascom Platform & Developer Tools. I have a working device based on an Arduino Nano and associated sketch. The sketch is a modified version of the one I wrote for the mk1 device with the code for the switch and rotary encoder removed. I have added additional code so the nano can interface with the Ascom Driver. I had to decide on the format of the messages sent to/from the nano by the driver but apart from that most of the work in the driver is already done for you in the template. I plan to document the driver, sketch and circuit diagram in due course. I have also decided to move the components to a smaller box to make it easier to fix to the scope. I needed a way to fix the device that was secure and simple. The dovetail bar on the ota projects back a little from the mount when it is clamped up and I made it longer still by removing it and replacing it reversed back to front. I had a mild brainwave and decided to cut up some old cork place mats to make a simple dovetail clamp/mounting plate. I started by cutting a cardboard template then used that to cut out the cork mats. I needed two with the dovetail shape cut out and two with just the profile of the ota. The next step was to drill out the centre of a toothed cog to fit over the focus knob on the ota. With the mk1 device I was simply putting the belt over the focus knob and relying on friction to stop it slipping which wasn't always reliable. I then glued all the cork pieces together to make a single lightweight block which will slide over the end of the dovetail and which I can mount the focuser device on. The next step will be to mount the rest of the components in the box and mount it on the cork block.
  19. I now have the T2/EOS adapter and I can get the stock Canon 18-55 lens to focus using the middle extension tube (13.8mm). It doesn't hold the focus if the zoom is adjusted which is a bit strange but at least it will focus at some focal lengths. Not sure what I will be using it for yet
  20. Ha ha. Ill let you know how I get on when the adapter has been delivered. I have the stock 28-55mm lens and an 18-200mm lens.
  21. The one I have ordered has three T2 extension tubes of 6.8, 13.8 and 28.1 mm plus the 14.5mm of the 2 halves of the adapter (total 63.2mm) so I should have enough to play with (I hope).
  22. I have just had another look and behold - the rear part of the CCTV lens screws off and is indeed a T2 to C/CS adapter. I only just realised it. Oh well, I wanted to attach my Canon EOS lenses to it anyway so no problem. Thanks for that James - I might look out for a C/CS mount fisheye for it aswell
  23. I have the recent model with an M42/T2 thread on the front of the case. I haven't noticed a CS-mount thread anywhere. The all-sky lens supplied with the camera has a T2 thread on the rear.
  24. Update: I have located one by Teleskop-Service which is being sold by 365Astronomy for £51.60. http://www.365astronomy.com/ts-ccd-adapter-for-canon-eos-lens-to-t2-with-145mm-optical-length-p-3899.html Currently out of stock so placed on back-order. I think this is the cheapest option in the UK and it comes with three T2 extension rings to get the correct focus distance. Only cheaper option would be to make it yourself but I don't have the equipment.
  25. Does anyone know of a relatively cheap adapter that will allow me to attach a Canon EOS lens to the T2 thread on the front of my ASI120MC camera.
×
×
  • 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.