×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

New Raspberry pi 4 anounced

  • Posts: 84
  • Thank you received: 6
Downloaded and running, Pentax K-70 camera, HEQ5 mount, ZWO ASI120mini - fantastic! :-)
4 years 9 months ago #41335

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
h

It wont work without some clever coding as a hotspot had been set up, it’s not an easy thing to change, that is what I was trying g to say, please read previous posts...
Last edit: 4 years 9 months ago by AstroNerd.
4 years 9 months ago #41338

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

Hello,
I have found a way to have this connected to the internet on a WiFi network and use the configured access point at the same time, but you need a separate USB WiFi dongle, of which they are very small these days...
If you want the instructions then here they are.

1. Insert the WiFi dongle and make sure it’s showing up in the networks icon, should show as wlan1, but you will find as I did, that you can see the networks but will not connect..so
2. Open up your terminal and open this file
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf and add these lines replacing “your network SSID” and “your network password” with your own for the WiFi you want to connect to

network={
ssid="yourNetworkSSID"
psk="yourNetworkPassword"
}

Then click “Ctrl and X to save, press Y when asked and then enter.
Then when back at terminal sudo reboot, and when it reboots it should connect to the WiFi with your dongle and still have the hotspot on the internal WiFi also...
Let me know how you get on if you do try...
4 years 8 months ago #41534

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
I just received my Raspberry Pi4 yesterday and I've been inspired to duplicate and modify my AstroPi3 setup script to work for Raspbian so I don't have to wait for Wimpress to finish ubuntu mate. I worked some yesterday and some today. It should not be too much longer before I'm done assuming I don't have any serious issues. Maybe a day or two.

Thanks,

Rob
The following user(s) said Thank You: Pep, AstroNerd
4 years 8 months ago #41571

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

Hi Rob,
I have a full working set up on the rpi4 but it was a long winded job to get to this stage, had issues with creating the hotspot and also with phd2, but all good now, bit will look forward to seeing and maybe trying your script..
What is included in this script...
William :)
4 years 8 months ago #41573

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
You can take a look at it here: github.com/rlancaste/AstroPi3

My new script for Raspbian is going to be: setupAstroRasbianPi.sh

I'm still working on adapting it. But so far it has: PHD2, INDI, KStars, INDIWebManagerApp, INDI Web Manager, GSC, Conky, samba (file sharing), Real VNC, astrometry, xplanet, and ZRam. It configures a number of settings to be better set up for astrophotography.

It is NOT done yet, but it does work. The biggest thing I still need to work on is Networking. In my ubuntu version of the script, I have it set up for DHCP with ethernet and standard wireless, a direct ethernet connection as a backup with a fixed IP, and if desired, you can click an icon to start an ad-hoc network in the field. But, what I did for ubuntu did NOT work for Raspbian. I need to change all that.

Here is what it looks like now:

4 years 8 months ago #41574
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 3
Thank you for this. My Flirc case comes soon and my (RMA) Pegasus UPBv2 comes in a day or so and I'm hoping my first all Indi setup will be ready by mid August with the PPBv2 drivers hopefully being in the next update.
4 years 8 months ago #41575

Please Log in or Create an account to join the conversation.

  • Posts: 174
  • Thank you received: 27
If it helps anyone, I built a Mate system based on Ubuntu 18.04 server. To make it bootable, the firmware is replaced from raspbian.
Here is the script (actually it is makefile) , which builds the system:
github.com/avarakin/astropi
Nice thing about it is that it is using official Kstars and other repositories so there is no need to build anything from source.

Alex
The following user(s) said Thank You: giorgio, AstroNerd
Last edit: 4 years 8 months ago by Alex Varakin.
4 years 8 months ago #41576

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

I got the wireless up and running with a hotspot with static ip for out in the field, on wlan1 (USB WiFi dongle) WiFi for internet on wlan0 on the internal WiFi ...but that will not work on static ip only dhcp....not sure why..
The networking stuff is very awkward on this raspbian I must say...

Also one more thing to add is that the 4K resolution WILL NOT work over any VNC only full HD max, which was useless to me as have 4K monitor, so had to use XRDP with Remote Desktop on either windows or Remmina Remote Desktop on a Linus laptop.. so worth considering as the 4K is very useful. For many people...
4 years 8 months ago #41578

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

So have you got this fully working with Ubuntu and rpi4 before I spend the time trying it out ..?
4 years 8 months ago #41581

Please Log in or Create an account to join the conversation.

  • Posts: 174
  • Thank you received: 27
I never tried running it with real equipment but Ekos with simulator works.
Internal Wifi adapter, wireless mouse and keyboard do not work but I read that it can be fixed by installing modules from Raspbian.
The setup was done half headless: with ssh over Ethernet + display over HDMI.
I think that this method is the best available right now - it removes the dependency on Ubuntu Mate which was very slow to adopt 18.04.
Also hopefully Ubuntu guys will build a proper image for Pi 4 soon so no hacking with firmware would be required.

Alex
4 years 8 months ago #41582

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

Please forgive my ignorance, but as this is Ubuntu Mate server, does that mean that it does not have the Ubuntu mate desktop gui..?? As I would need that...
4 years 8 months ago #41583

Please Log in or Create an account to join the conversation.

Time to create page: 0.778 seconds