Open rkaczorek opened 4 years ago
Re 1 - How do you try connecting to Speedport router? Re 2 - How do you control arduino based flip mirror when connected to a PC? Normally you need a piece of software on PC side to control arduino or you can send a command via serial connection. To control it from INDI you would need an INDI driver which probably does not exist. It can be probably easy to develop, depending how you control it from PC.
Thank you for your quick response.
You can try manually configuring a connection to the router. Instead scanning available networks, right-click wlan icon and edit connections. Change select a wireless connection and edit SSID and password parameters.
Regarding flip mirror, you need to control it the same way. The fast test would be using miniterm /dev/ttyUSBx
or whatever your serial device is for arduino connected via USB. Then you can write values over serial as in Arduino IDE. The better way is to write a script which will do it for you. The best way would be to create an INDI driver that will do it for you.
Check your network connection and IP settings. Are you using fixed IP addresses?
I work with an raspi pi 4 and astroberry. Up to now I am very satisfied. But two problems are left:
Originally posted by @Lezten in https://github.com/rkaczorek/astroberry-server/issues/74#issuecomment-704348123