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


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

Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.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
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.rpdom wrote:Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.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
Is it just that the instructions need updating?
The DT way of doing things has been current for a long time now.
It's not the default - the as-installed config.txt does not contain that entry, so it needs adding, if device tree is enabled.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 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.rpdom wrote:Device tree doesn't stop the DS18B20 working. The config change is the standard way of doing things.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
Is it just that the instructions need updating?
The DT way of doing things has been current for a long time now.
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.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.
I didn't mean the default (un-edited) config.txt file, I meant the default (without any further parameter tweaked), "dtoverlay=w1-gpio" entryrpdom wrote: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.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.
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.rpdom wrote: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.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.
It's just a different (more universal) way of doing things.

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).daveake wrote:The old PITS (for model A/B) is no longer available.
Best Pi for HAB remains the A+.
Dave

So get both, B+ for developing and testing and A+ for the flight?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

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 arrivedaveake 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."
