×

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

Bi-monthly release with minor bug fixes and improvements

[Mobindi] A mobile phone UI for indi setups

  • Posts: 125
  • Thank you received: 24
I just tested the latest code (from master) on my jetson nano running ubuntu 18.04. Filter wheels worked fine in simulator mode.

Pre- required libraries did not install right away, had to install them separately using pip. This was ubuntu issue i guess.

One minor thing I noticed was , Once i pressed shoot to take a picture , exposure timer stuck to image exposure time instead of count down.

Everything said I am excited to use this app :-) . I will further test the app in the field in the next few days.
4 years 10 months ago #39546

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

  • Posts: 38
  • Thank you received: 30
That's great !
Can you give me details about libraries problem by private message ? I'll eventually improve the build script...
4 years 10 months ago #39559

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

  • Posts: 238
  • Thank you received: 15
Hi Pludov,

Can we do something on the screen when viewing in horizontal via tablet or PC monitor? Hope you know what I meant. :)

Regards,
Tom

4 years 10 months ago #39801
Attachments:

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

  • Posts: 38
  • Thank you received: 30
Yes, it is really ugly in landscape mode, but no suprise here, I never tried to make it usable in that mode.

However, I'll look at it for the next version: github.com/pludov/mobindi/issues/15
The following user(s) said Thank You: Tom
4 years 10 months ago #39817

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

  • Posts: 238
  • Thank you received: 15
Hi Pludov,

The https integration only works once when finishing install mobindi. After that only http works. Any way to check or to autostart the service?

Regards,
Tom
4 years 10 months ago #39889

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

  • Posts: 38
  • Thank you received: 30
Hi !
Use startup.sh to start mobindi. It will start mobindi with https server
The following user(s) said Thank You: Tom
4 years 10 months ago #39891

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

  • Posts: 238
  • Thank you received: 15
Hi,

Do we need to do that everytime OS startup or maybe we can have something auto start?

Regards,
Tom
4 years 10 months ago #39893

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

  • Posts: 38
  • Thank you received: 30
Always call startup.sh. It will ensure all required component are started.
To automate the start, you can just add the following to /etc/rc.local

exec su -l -c "( cd ~/Astro/mobindi && exec ./startup.sh 2>&1 )" linaro

Adapt the path (~/Astro/mobindi) and the user (linaro).
The following user(s) said Thank You: Tom
4 years 10 months ago #39894

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

  • Posts: 238
  • Thank you received: 15

Unfortunately, it doesn't work. But the npm start command works very well in rc.local

Any idea?
4 years 10 months ago #39899

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

  • Posts: 38
  • Thank you received: 30
It is probably a problem about log output.

I just pushed a modification to allow sending output to a log file.

Please update to latest github version (git pull --ff-only) and modify the line from /etc/rc.local to :

exec su -l -c "( cd ~/Astro/mobindi && LOGDIR=/var/log/mobindi exec ./startup.sh 2>&1 )" linaro

It should work upon next reboot ! (however due to the git update, a build will occur, so it may take 2-3 minutes to fully come up)
Last edit: 4 years 10 months ago by Ludovic Pollet.
4 years 10 months ago #39902

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

  • Posts: 238
  • Thank you received: 15
Sorry mate, it still can't auto start when system boot. :(
4 years 10 months ago #39919

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

  • Posts: 38
  • Thank you received: 30
Does it work if you start startup.sh from a terminal ?
Can you post the content of /var/log/mobindi/ ?
4 years 10 months ago #39920

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

Time to create page: 1.086 seconds