Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

Nexstar Raspberry Pi Controller


tekkydave

Recommended Posts

bcm2835 library added using

wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz
tar xvfz bcm2835-1.50.tar.gz
cd bcm2835-1.50
./configure
make
sudo make install

Next to try Blink...

Link to comment
Share on other sites

Installed the dependences - fine - but next stage came up against a problem... INDI info tells you to download the library in rpi.tar.gz format from web site - don't know how to do that from the CLI :hmh:

Indi on Raspbian 01.JPG

Edited by Gina
Link to comment
Share on other sites

Use wget followed by the url

Then to extract:

tar xvfz <filename.tar.gz>

this is same as method used for bcm2385. To work out the url find the download link in a browser and hover over it or right click - there is usually a way to discover it.

  • Like 1
Link to comment
Share on other sites

I often download to my ubuntu desktop then transfer to pi using scp

cd to wherever the file has been downoaded to, then

scp file.tar.gz pi@192.168.1.95:

You will need to enter Pi's password when prompted. It will put file in /home/pi

 

  • Like 1
Link to comment
Share on other sites

The RPi HAT has arrived in the post this morning - looks good :)  Connections from connector brought out to power lines and numbered GPIO pads.  Should save a fair bit of work as compared with just stripboard and hence worth the price :)  I'll order another.

Also in the post - the Netgear gigabit HomePlug WiFi access point -  PLW1000 and a couple of 8GB micro SD cards.

Link to comment
Share on other sites

Sorted it out - finger trouble :)  I thought that for a while, however it works :)  Here's a screenshot of the commands and part of the processing.

Indi on Raspbian 03.JPG

Edited by Gina
Link to comment
Share on other sites

No worries Dave - been out anyway - so I apologise for not replying or posting :)

Been out with our local village social group to a Wurlitzer Organ concert at Beer in East Devon preceded by lunch at a local  restaurant.  A refurbished cinema organ installed in a church - the oldest in the U.K.  Wonderful :)

  • Like 1
Link to comment
Share on other sites

Right then... where was I?  Process so far :-

  1. Downloaded Raspian Jessie Lite
  2. Wrote Raspbian image to 8GB micro SD card
  3. Downloaded Putty (for windoze) and installed on W7 desktop
  4. Ran Putty, set up, and connected to RPi
  5. Ran the rasp-config and expanded the partition to fill the card
  6. Downloaded and installed bcm2385 library
  7. Ran blink and checked that the GPIO pin wiggled between 0v and 1.3v
  8. Downloaded INDI-full library and installed plus dependencies.
Link to comment
Share on other sites

Now trying to install Astroberry driver.

On 07/10/2016 at 10:17, tekkydave said:

svn checkout svn://svn.code.sf.net/p/astroberry/svn/trunk/ astroberry-svn
mkdir indi-astroberry cd indi-astroberry
cmake -DCMAKE_INSTALL_PREFIX=/usr ../astroberry-svn
make
sudo make install

Went so far through and then got a couple of errors :(

Indi on Raspbian 05.JPG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.