astrojolo

Results 8 comments of astrojolo

Hi Radek, I think it may be a reasonable feature since ULN2003 is enough to control standard unipolar geared steppers like the ones in Moonlite or Robofocus solutions. It requires...

Ok, the issue was a permissions to GPIO. I have added a _gpio_ group, added _astronaut_ user to that group and added _gpio_ subsystem to that group as well using...

I have added a section of additional tasks to make my hardware work with AstroArch: [https://github.com/astrojolo/astrolink4pi?tab=readme-ov-file#astroarch-only-specific-tasks](https://github.com/astrojolo/astrolink4pi?tab=readme-ov-file#astroarch-only-specific-tasks) It now works with revision 4 of hardware, however for revision 3 I need...

Ok, all works fine. I needed to enable SPI in /boot/config.txt: `dtparam=spi=on ` All required steps are listed on [https://github.com/astrojolo/astrolink4pi?tab=readme-ov-file#astroarch-only-specific-tasks](https://github.com/astrojolo/astrolink4pi?tab=readme-ov-file#astroarch-only-specific-tasks) Thanks and congratulations on this distribution!

Still not working on the X-Plus 3 and 2.2.0-beta version.

Hello, In AstroLink 4 Pi INDI driver we use pigpio library ( https://abyz.me.uk/rpi/pigpio/ ) to control all the GPIO pins and functions. There are the following functions available: 1. three...

Hi Rumen, Thank you for the response. AstroLink 4 Pi device is based on RPi, so it is RPi-specific by design. There is however a small pin mapping problem, because...

From the linked file in the two posts above we have: ``` #define EN_PIN 15 #define M0_PIN 17 #define M1_PIN 18 #define M2_PIN 27 #define RST_PIN 22 #define STP_PIN 24...