darkbibble
Posts: 629
Joined: Mon Mar 09, 2015 5:20 pm
Location: corby, england

will it be stackable?

Mon Mar 09, 2015 5:25 pm

will the astro pi be stackable with other boards? eg. a motor control and power board

as it has cool features that could be usefull on a robot
Q; How many Windows users does it take to fix a Linux problem??
A; Whats a Linux problem

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands

Re: will it be stackable?

Sun Mar 15, 2015 2:49 pm

Yes it will be. The ones that will fly will be in a stack themselves, we have an RTC board which goes on first and then the Astro Pi goes on top. This is because the Pi isn't allowed on the ISS LAN (not for this mission anyway) and would have no means of getting the time from NTP etc.

All the kids will just have the Astro Pi HAT on it's own though.

W. H. Heydt
Posts: 16183
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: will it be stackable?

Mon Mar 16, 2015 4:10 am

Davespice wrote:Yes it will be. The ones that will fly will be in a stack themselves, we have an RTC board which goes on first and then the Astro Pi goes on top. This is because the Pi isn't allowed on the ISS LAN (not for this mission anyway) and would have no means of getting the time from NTP etc.

All the kids will just have the Astro Pi HAT on it's own though.
Ah... I've seen the statements about the AstroPi HAT planned to go into general production and availability, but what about whatever HAT you're using for the RTC? Will that be available?

ryan88
Posts: 22
Joined: Sun Jun 09, 2013 4:53 pm

Re: will it be stackable?

Mon Mar 16, 2015 8:30 am

Davespice wrote:The ones that will fly will be in a stack themselves, we have an RTC board which goes on first and then the Astro Pi goes on top.
In the original blog post (http://www.raspberrypi.org/astro-pi/) it mentions that the Astro-Pi HAT will have a real time clock with backup battery. Has this been changed now so that the RTC is no longer on the Astro-Pi HAT but on a seperate RTC HAT?

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands

Re: will it be stackable?

Sat Mar 21, 2015 6:17 pm

W. H. Heydt wrote:Ah... I've seen the statements about the AstroPi HAT planned to go into general production and availability, but what about whatever HAT you're using for the RTC? Will that be available?
The RTC we're using is a PCF8523 and you're welcome get one yourself. The RTC board we've made (we're not calling it an official HAT) is a one off just for the mission and there are no plans to make it generally available. But when you write your code for the competition you can just assume that the system clock time will be correct and accurate when your code runs in space.
ryan88 wrote:In the original blog post (http://www.raspberrypi.org/astro-pi/) it mentions that the Astro-Pi HAT will have a real time clock with backup battery. Has this been changed now so that the RTC is no longer on the Astro-Pi HAT but on a seperate RTC HAT?
Correct yes. The Engineers were unable to fit everything onto the Astro Pi sense HAT due to physical space constraints so the RTC board (we're not calling it an official HAT) is there to house the RTC chip, the coin cell battery holder and the crystal. It will only be used for the Astro Pis that get flown to the ISS.

Danderman123
Posts: 2
Joined: Thu Mar 26, 2015 3:33 pm

Re: will it be stackable?

Tue Apr 07, 2015 1:29 pm

Davespice wrote:Yes it will be. The ones that will fly will be in a stack themselves, we have an RTC board which goes on first and then the Astro Pi goes on top. This is because the Pi isn't allowed on the ISS LAN (not for this mission anyway) and would have no means of getting the time from NTP etc.

All the kids will just have the Astro Pi HAT on it's own though.
My company is developing a "host" for PIs that would be housed in Nanoracks modules that would interface with the ISS LAN. We look forward to the results of the 2 PIs at ISS, although we are looking at supporting Rev 2 PIs, and ultimately a powered Ethernet connection.

sarathchandars
Posts: 2
Joined: Fri Sep 04, 2015 12:39 pm

Re: will it be stackable?

Fri Sep 04, 2015 12:52 pm

I'm thinking of getting a WittyPi to be stacked along with the Astro Pi. The WittyPi has an RTC and a power management system that allows the Pi to be started up using a push button or according to a script with a schedule. According to the makers of the WittyPi (www.uugear.com), the HAT uses the GP2 and GP3 pins for I2C communication (with a fixed address 0x68), GP4 and GP17 for operational features (can be changed to 2 other ports), and GP14 to inform it if the system is shutdown.

Given this, can I stack Astro Pi on top of the WittyPi? I searched the Internet for any information on the GPIO pins that Astro Pi uses but couldn't get any information apart from that it uses I2C as the communication channel. Any help will be greatly appreciated.
Davespice wrote:Yes it will be. The ones that will fly will be in a stack themselves, we have an RTC board which goes on first and then the Astro Pi goes on top. This is because the Pi isn't allowed on the ISS LAN (not for this mission anyway) and would have no means of getting the time from NTP etc.

All the kids will just have the Astro Pi HAT on it's own though.

jdb
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 2918
Joined: Thu Jul 11, 2013 2:37 pm

Re: will it be stackable?

Sat Sep 05, 2015 5:35 pm

sarathchandars wrote:I'm thinking of getting a WittyPi to be stacked along with the Astro Pi. The WittyPi has an RTC and a power management system that allows the Pi to be started up using a push button or according to a script with a schedule. According to the makers of the WittyPi (http://www.uugear.com), the HAT uses the GP2 and GP3 pins for I2C communication (with a fixed address 0x68), GP4 and GP17 for operational features (can be changed to 2 other ports), and GP14 to inform it if the system is shutdown.

Given this, can I stack Astro Pi on top of the WittyPi? I searched the Internet for any information on the GPIO pins that Astro Pi uses but couldn't get any information apart from that it uses I2C as the communication channel. Any help will be greatly appreciated.
Schematic here: https://www.raspberrypi.org/wp-content/ ... T-V1_0.pdf
Rockets are loud.
https://astro-pi.org

sarathchandars
Posts: 2
Joined: Fri Sep 04, 2015 12:39 pm

Re: will it be stackable?

Sun Sep 06, 2015 5:10 am

jdb, many thanks for the schematic. I figured that the 3 pins that are used by Witty Pi (7, 8, 11) are free and hence part of the questions has been answered. Since Sense HAT also uses I2C can you help with the address that is configured or is it configured to assign an 'available' address? For instance, Witty Pi has a fixed address of 0x68.

Return to “Astro Pi”