×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

myFocuserPro or myFocuserPro2 and INDI

  • Posts: 62
  • Thank you received: 10
like i said, I don't know nothing....

I downloaded the current Astroberry image(1.1.0) and flashed it. its running under Ubuntu Mate

up to this point I was running Kstars on my iMac, und only PHD2 and INDI server on RbPi at the scope...


Thanks
4 years 4 months ago #45757
The topic has been locked.
  • Posts: 77
  • Thank you received: 14
Never played with Mac, so can't offer any support other than to suggest maybe using VNC from the Mac to the RPi, and run the kstars there? That's how I use it, but from Windows. You might get a better suggestion in the general forum.
4 years 4 months ago #45778
The topic has been locked.
  • Posts: 62
  • Thank you received: 10
Ok, maybe somebody else is checking this out and finds it helpful ...

First, Thanks Alan, love that driver, and I would award you 2 or three extra Karmas....

Took my astroberry installation down because I never could update PHD2 it due to some weird Firefox error, installed Raspbian, but due to incompetence I was not able to complete KStars build/ install

Reverted back to Astroberry to have at least my previous used KStars solution; poked around a little and found an “install Updates” feature, and “what the heck” clicked on it. 1 hour later i returned, and was able to -for the first time- start Firefox.

Started PHD2- and to my total surprise it was up to date.
Started KStars, and it had updated to 3.3.7! Wow...
Started the INDI server, and the MyfocuserPro2 Driver was right there and started w/o problems.... WOW WOW

No other issues, your driver - and I checked it back and forth - is working great

Now I just will have to get me a RbPi4
4 years 4 months ago #45811
The topic has been locked.
  • Posts: 77
  • Thank you received: 14
Glad you sorted it, and thanks for replying with your findings on how you sorted it out. ( I hate posts that say " it's ok guys, I've fixed it now", with no explanation!)
The following user(s) said Thank You: Clive Stachon
4 years 4 months ago #45815
The topic has been locked.
  • Posts: 62
  • Thank you received: 10
But it crashes and crashes and crashes.... hangs on filter change mostly, and I understand that is a common problem, so probably not related to Myfocuserpro2, or my installation skills....

Are you aware of a solution, is there somewhere a Nightly builds maybe? Cant seem to locate that


Disregard, Culprit was a bad USB cable from hub to filter wheel
Thanks!
Last edit: 4 years 4 months ago by Michael.
4 years 4 months ago #45863
The topic has been locked.
  • Posts: 29
  • Thank you received: 5
Hi,

Imanaged to compile the sketch onto an Esp32 MCU and tested it under windows using the WiFi mode. It's working as expected.

Under indi, it doesn't appear to connect to Myfocuserpro2 driver using serial. I have checked and ensured I am in the tty group and tried various name to the sketch uploaded onto the Esp32.

Does anybody know if the driver is compatible with the esp32 via serial, or would modification to the driver be required for the esp32?
4 years 4 months ago #46103
The topic has been locked.
  • Posts: 35
  • Thank you received: 3
That code is not designed to run on the esp32. Running serial on an esp32 chip does not really make sense in terms of driving a focuser.

You do understand that the myFocuserPro2 has already been updated to the next generation using an ESP8266 or ESP32 chip, giving all the features of Bluetooth (ESP32), WiFi, ASCOM REMOTE and a host of other features, options.

sourceforge.net/projects/myfocuserpro2-esp32/

Regards
Robert
4 years 4 months ago #46116
The topic has been locked.
  • Posts: 29
  • Thank you received: 5
Hi Robert,

Many thanks for making this project and others open source.

Yes I've been using the files under the link you posted. And using the firmware for the esp8266/esp32.

I think the driver in Indi (myFocuserPro2) has not been designed/modified to reflect the changes you have made from the original 'myfocuserpro2' to 'myFP2ESP'.

Btw, can you show me where I can access this version of your linux application....

sourceforge.net/projects/myfocuserpro2-e...5-17-28.png/download

myFocuserPro2Linux doesn't have the Wifi port box that myFocuserPro2Elinux appears to have in that .png

Once again, Many thanks.
Will.
4 years 4 months ago #46138
The topic has been locked.
  • Posts: 35
  • Thank you received: 3
myFP2ESP WiFi was not designed to work as a serial usb controller (though that is possible).
The firmware for it was designed from scratch, and now has been ported over to myFocuserPro2
myFP2ESP controllers use the same protocol commands and responses as a myFocuserPro2
So if a myFP2ESP controller is running in LOCALSERIAL mode it will talk happily over USB with the myFocuserPro2 Windows app, myFocuserPro2 ASCOM driver andpresumably the INDI driver (as I do not have a LINUX system running INDI that I cannot verify but it should).

myFocuserPro2Linux is just a Linux version of the myFocuserPro2 Windows app designed to work over a serial port connection. It does not use TCPIP

myFP2ESP Windows app uses a TCPIP connection and can talk to myFP2ESP controller via TCPIP.
It is found at (Name will change soon to myFP2ESPLinux)
sourceforge.net/projects/myfocuserpro2-e...Linux%20Application/

Actually, taking the existing INDI driver for myFocuserPro2, it should be able to be modified (clone and then rename to myFocuserPro2ESP?) to use TCPIP instead of serial to communicate with the myFP2ESP controller - most of the INDI code is already done, just change the serial code to use TCPIP instead. Happy to provide source code examples of Linkux TCPIP socket code talking to an myFP2ESP controller to anyone interested in coding a driver,

Regards
Robert
The following user(s) said Thank You: Wilson Muchenje
4 years 4 months ago #46151
The topic has been locked.
  • Posts: 77
  • Thank you received: 14
If someone wanted to donate a working device I would be happy to have ago at porting the existing driver.
4 years 4 months ago #46214
The topic has been locked.
  • Posts: 220
  • Thank you received: 27
If the command set is the same for the TCP connection, then it might be easy by changing
setSupportedConnections(CONNECTION_SERIAL) to setSupportedConnections(CONNECTION_SERIAL | CONNECTION_TCP)
That should make it possible to choose in control panel between serial / tcp connection.

And probably a few changes to the sendcommand. (If the driver has been implemented from the skeleton)
Should be easy to emulate by just opening a listener on on the tcp port tho see how the driver sends the command. )

Paul

some update: changed that setSupportedConnections(CONNECTION_SERIAL | CONNECTION_TCP) and recompiled

then on linux used nc to do some tcp traffic on port 1026

nc -l -v 1026

from kstars configured myfocuser2 to ip adress and port 1026

Could see the the driver sending the first command (#03) but then got stuck in sending the answer.

Paul
Last edit: 4 years 4 months ago by PDB.
4 years 4 months ago #46223
The topic has been locked.
  • Posts: 35
  • Thank you received: 3
myFocuserPro2Linux only uses serial as it talks to a serial based focuser. One would not use it to talk to a focuser using TCP/IP.

myFocuserPro2ELinux only uses TCPIP. (E for ESP chips or WiFi). It is now renamed as myFP2ESP-Linux and is posted at sourceforge.
4 years 4 months ago #46243
The topic has been locked.
Time to create page: 0.615 seconds