Quartapounds SatNOGS Rotator v3.1

@azisi, I started a wiki page, and @g7kse has done a great job cleaning up the information and digesting it into a concise, easy to read set of instructions for people wanting to use the Arduino UNO/CNC shield system.
https://wiki.satnogs.org/SatNOGS_Arduino_Uno/CNC_Shield_Based_Rotator_Controller

I’ve also added a Forked repository with the necessary changes made to the required files (the main sketch, easycomm, and rotator_pin)

Is there a way we can implement this into the main documentation? Still might need some polishing, but it’s in pretty good shape already!

btw, great job @g7kse!! You took that documentation and ran with it

2 Likes

@quartapound, @g7kse nice!!! I put the link of page here.

@quartapound, you can add a the rotator_pins.h with different name, like cnc_shield_rotator_pins.h . Also in easycomm.h , you can use the C preprocessor by adding a definition in stepper_motor_controller.ino to define or not the rs485. Then you can make a merge request to main repository.
:beers:

2 Likes

Hi.
Very good Job!

IZ5RZR

1 Like

I’ve put a couple of images in the wiki now should it should make sense. I’ll let the dust settle a bit and go back in a few day’s and make sure it still makes sense

2 Likes

@quartapound, as counter-balance weights i use weights that is used for training. Here is a part to mount the weights in to antenna mast.

1 Like

What changes to the current (3.1+) STLs would I need to build the same machine with NEMA 17 steppers? I have lots of 3D printer building parts and want to use what I have. I think the old ones are gone off the site. I’d be happy to host a set if you have them.

v3.1 BOM

NEMA 17 is what’s called for in the bom. No modifications have been made. The steppers I used are linked above, they are nema 17

If this is a paste of the sourcecode you are using: this looks like a typo to me!

  • error: expecting primary-expression before’. ’ → this shows a space after the dot!
  • token while (rs485. available () >0) → this shows a space after rs485.

Please check!

HTH, Patrick…

I’ll give it another go in the next couple of days. It would be good to make this code as simple as it needs to be. Typo’s included :wink:

1 Like

Hello,
A bit of new construction of the V3.1 rotor design is great and simple for a good handyman, a big thanks to the contributors for the changes made soon another video for the tests with rs link 485.
Rémy.

6 Likes

Very good job.
I Think that after rotator is finish you must shield pcb because the stepper motor RF noise is very strong. A hammond metallic box or similar is required for eliminate RF noise

IZ5RZR

2 Likes

YES I will make an aluminum box to reduce the radio interference generated by the stepers.
Rémy.

2 Likes

Help … the v3.1 rotor works well, except the optical endstops, I did the tests on all the ports endstop of the shield board, it does not work, I put LOW in the line (#define DEFAULT_HOME_STATE LOW // endstops do not work, does anyone have an idea?:cry::cry::cry:

1 Like

I don’t know what signal your optical end stops are using, I modified my sketch for standard mechanical switches, and the CNC Shield uses ground has a signal for its and stop switches I believe, which is why I had to change it from high to low. Have you tried setting it too high to see if it works?

1 Like

Hello, soon the final operation, I extended the rotor down to incorporate the following elements (12v outlets and usb / rs485 converter) the tests will be done with PstRotator.
Rémy.

4 Likes

Been awhile since I’ve posted on my thread! I have been playing around with HRPT this weekend and the Satnogs rotator with modified 2.4ghz dish, and have had great success with Tysonpower’s free script. I plan on trying XHRPT from USA-Satcom next. the rotator is working perfectly with gpredict. I havent completely weatherproofed it to stay outside yet, it can bet setup in a few minutes, the rotator drops onto the tripod, and the satellite drops onto the screws, then the counterweight. it’s hacked together but it works great and took minimal time. here’s some pictures from today!


4 Likes

well, I haven’t fixed the meridian pass issue yet,and it’s causing problems. I’m going to start looking into how to implement other fixes… from my initial research, it’s not a quick ‘cut and paste’ of code. the only one that functions with my setup seems to require some buttons installed in the arduino to zero out the az/el… the meridian pass flip issue just ruined a perfect 85degree NOAA19 HRPT pass… missing a big slice out of the middle of an otherwise perfect image. I’m going to start reading the meridian pass threads and try to get it working for my rotator… can’t have this happen again!

3 Likes


Fengyun 3C HRPT

MetOp-B HRPT

7 Likes

My rotator is now weather tested! it has been outside, 24/7 for the past two weeks, over numerous heavy rainstorms, fully functioning and 100% powered the entire time.

here are some pictures of my waterproofness. I have changed the satellite to a normal position instead of the skew in the pictures as well and the signal strength has greatly improved.

I have been tracking HRPT satellites with great success, very strong consistent signal, even from the birds that are a bit harder to track like FengYuns or MetOps.

I send the rotator back to the GOES 16 position for HRIT/LRIT when not tracking usually where it keeps the dish pointed well enough to maintain less than 200 viterbi rate error



5 Likes

I spent a lot of time this afternoon trying both Meridian Pass scripts… one I got communicating with Gpredict, and successfully controlling the motor… but it would randomly do unexpected things as I was testing it manually.

this one I couldn’t get to communicate with Gpredict or control the motors at all The "MERIDIAN FLIP" Fix for arduino software - repositioning rotator - #7 by quartapound

NOAA 18 HRPT pass this afternoon. 39degree pass.

recent GOES 16 image. the rotator parks on GOES 16 when it’s not tracking.

4 Likes