User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Which Model RPi for HAB

Thu Mar 24, 2016 10:20 pm

Hi;

I have been looking at the PITS board which is designed for a Pi A+ or B+. Both are still available but which one should I get.
We are probably going to use a Web Cam as well as a Pi Camera.

Thanks
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

asandford
Posts: 1998
Joined: Mon Dec 31, 2012 12:54 pm
Location: Waterlooville

Re: Which Model RPi for HAB

Fri Mar 25, 2016 12:22 am

Link to the PITS board would be useful

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Fri Mar 25, 2016 8:23 am

asandford wrote:Link to the PITS board would be useful
Sorry I thought there was only one:

https://store.uputronics.com/index.php? ... duct_id=52
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

User avatar
DougieLawson
Posts: 38883
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Which Model RPi for HAB

Fri Mar 25, 2016 12:10 pm

https://www.raspberrypi.org/blog/pi-in-the-sky-2/

It looks like there's models for both original RPis and the newer 40pin B+, A+, 2B & 3B RPis.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Fri Mar 25, 2016 12:57 pm

Having read the info, I thinks we will opt for a Model A+ due to the low power draw and extra flight time.
Anyone know who has a Model A+ in stock in the UK? I have looked at PiHut, ModmyPi and Pimoroni.

Thansk
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Sat Mar 26, 2016 10:08 pm

The old PITS (for model A/B) is no longer available.

Best Pi for HAB remains the A+.

Dave

sblair1290
Posts: 30
Joined: Mon Feb 15, 2016 1:56 pm

Re: Which Model RPi for HAB

Fri Apr 01, 2016 1:01 pm

I seem to remember reading a post that stated there were problems using the A+ with the sensehat and Pits board in terms of data communication. I think it was perhaps an issue regarding compiling speeds and/or the rate at which data could be relayed? Sorry for the vagueness.....any idea if using an A+ with both these boards together will be an issue?

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Mon Apr 04, 2016 1:30 pm

No the two work together. You need to make sure device tree is enabled (so ignore the PITS instructions where you are told to disable it). Device tree currently stops the DS18B20 temperature sensor from working but that's easily fixed.

We have a support page all about this - http://www.pi-in-the-sky.com/index.php? ... o-pi-board

Dave

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Which Model RPi for HAB

Wed Apr 06, 2016 8:03 am

Out of interest why is it that the DS18B20 cannot be used - is it a hardware conflict between the Sense and PITS boards?
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Wed Apr 06, 2016 8:31 am

No, there's no hardware conflict between the boards. The Sense HAT software requires that device tree is enabled, and that is what stops the DS18B20 from working.

Easily fixed with a config change, as per my link above.

Dave

User avatar
rpdom
Posts: 17029
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Which Model RPi for HAB

Wed Apr 06, 2016 8:34 am

daveake wrote:No, there's no hardware conflict between the boards. The Sense HAT software requires that device tree is enabled, and that is what stops the DS18B20 from working.

Easily fixed with a config change, as per my link above.

Dave
Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.

Is it just that the instructions need updating?

The DT way of doing things has been current for a long time now.

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Which Model RPi for HAB

Wed Apr 06, 2016 8:59 am

rpdom wrote:
daveake wrote:No, there's no hardware conflict between the boards. The Sense HAT software requires that device tree is enabled, and that is what stops the DS18B20 from working.

Easily fixed with a config change, as per my link above.

Dave
Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.

Is it just that the instructions need updating?

The DT way of doing things has been current for a long time now.
Yes - that's why I asked. I have DS18B20 working fine with DT and latest Raspbian with the default config.txt entry ( dtoverlay=w1-gpio ) and GPIO wiring.
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Wed Apr 06, 2016 11:22 am

texy wrote: Yes - that's why I asked. I have DS18B20 working fine with DT and latest Raspbian with the default config.txt entry ( dtoverlay=w1-gpio ) and GPIO wiring.
Texy
It's not the default - the as-installed config.txt does not contain that entry, so it needs adding, if device tree is enabled.

Dave

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Wed Apr 06, 2016 11:24 am

rpdom wrote:
daveake wrote:No, there's no hardware conflict between the boards. The Sense HAT software requires that device tree is enabled, and that is what stops the DS18B20 from working.

Easily fixed with a config change, as per my link above.

Dave
Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.

Is it just that the instructions need updating?

The DT way of doing things has been current for a long time now.
It stops the DS18B20 working until config.txt is changed, which is the point I was making. So to use the DS18B20, either add that line to config.txt or disable devicetree.

Dave

User avatar
rpdom
Posts: 17029
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Which Model RPi for HAB

Wed Apr 06, 2016 12:07 pm

daveake wrote:It's not the default - the as-installed config.txt does not contain that entry, so it needs adding, if device tree is enabled.
The DS18B20 doesn't work by default anyway. On the old method you need to either make changes to /etc/modules or include modprobe statements in your code.

It's just a different (more universal) way of doing things.

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Which Model RPi for HAB

Wed Apr 06, 2016 12:28 pm

rpdom wrote:
daveake wrote:It's not the default - the as-installed config.txt does not contain that entry, so it needs adding, if device tree is enabled.
The DS18B20 doesn't work by default anyway. On the old method you need to either make changes to /etc/modules or include modprobe statements in your code.

It's just a different (more universal) way of doing things.
I didn't mean the default (un-edited) config.txt file, I meant the default (without any further parameter tweaked), "dtoverlay=w1-gpio" entry ;)

Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Wed Apr 06, 2016 1:50 pm

rpdom wrote:
daveake wrote:It's not the default - the as-installed config.txt does not contain that entry, so it needs adding, if device tree is enabled.
The DS18B20 doesn't work by default anyway. On the old method you need to either make changes to /etc/modules or include modprobe statements in your code.

It's just a different (more universal) way of doing things.
Yeah, good point. The PITS startup script does the modprobe thing so the user doesn't have to do anything to enable the DS18B20.

Dave

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Fri Apr 15, 2016 4:45 pm

daveake wrote:The old PITS (for model A/B) is no longer available.

Best Pi for HAB remains the A+.

Dave
Dave I have found a supplier of RPi A+ (That are in stock) did you mention somewhere that it is also advisable to get a B+ for testing purpose and what was the reason for this? (They also have B+ in stock).

Thanks
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Fri Apr 15, 2016 7:22 pm

B+ is easier to network. A+ is possible but you'll need a USB-LAN adapter otherwise you need to set up wifi on it.

Dave

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Fri Apr 15, 2016 8:55 pm

daveake wrote:B+ is easier to network. A+ is possible but you'll need a USB-LAN adapter otherwise you need to set up wifi on it.

Dave
So get both, B+ for developing and testing and A+ for the flight?
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Mon Apr 18, 2016 8:37 am

From http://www.pi-in-the-sky.com/index.php?id=support:

"The current (PITS+) board works with the model A+, B+ or V2 B Raspberry Pi. We recommend the use of a B+ for development and an A+ for the flight. The extra processing power of the V2 Pi is not required for this application."

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Mon Apr 18, 2016 10:32 pm

daveake wrote:From http://www.pi-in-the-sky.com/index.php?id=support:

"The current (PITS+) board works with the model A+, B+ or V2 B Raspberry Pi. We recommend the use of a B+ for development and an A+ for the flight. The extra processing power of the V2 Pi is not required for this application."
Thanks Dave, couldn't find many stockist with supplies of either but did manage to order both in the end from PC Nation - never heard of them? We will see if they arrive :-)
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

edge0f17
Posts: 17
Joined: Sun Oct 25, 2015 6:55 am

Re: Which Model RPi for HAB

Tue Apr 19, 2016 8:26 am

Farnell have started making more a+ boards. Should be available ..... soon?

http://uk.farnell.com/raspberry-pi/rasp ... dp/2536236

User avatar
daveake
Posts: 188
Joined: Thu Jul 12, 2012 12:07 am

Re: Which Model RPi for HAB

Thu Apr 21, 2016 8:04 am

Yes, looks like it's getting an update to 512MB - see viewtopic.php?f=63&t=145178

I've ordered a couple from Farnell, and was told that delivery is expected w/c 18/07/2016.

The extra RAM won't make any difference to PITS so if you can get an A+ now then do so rather than waiting.

Dave

User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 570
Joined: Sat Nov 02, 2013 2:06 pm

Re: Which Model RPi for HAB

Fri Apr 22, 2016 10:40 am

So;

Last weekend I ordered an A+ and a B+ from the only supplier showing stock (PC Nation) i paid for Next Day.
To date nothing, I Googled them and found loads of complaints and warnings about them!!!

Anyway checked my bank account and no money has been taken.

The problem is:
(a) I want to start testing now
and
(b) We are planning on a flight in June so with an estimated in stock date of July is a major problem, may have to use my only Pi Zero?
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

Return to “High Altitude Balloon”