jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

It is possible to stack two different Add-Ons in Raspberry Pi 3?

Tue Nov 14, 2017 12:08 pm

HI! I need to create a project that has GPRS/GSM and GPS, but there are no products with both functionalities. I found some Add-Ons that may work but I'm not sure if there is any way to stack both. I know that is impossible to put one on top of each other because there aren't compatible. The products are:
There is any way to stack this Add-Ons in Raspberry Pi 3 Model B?

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

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Tue Nov 14, 2017 1:05 pm

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.

hippy
Posts: 7736
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Tue Nov 14, 2017 1:10 pm

Both seem to use UART for communications so, if both use the same UART pins on GPIO, that will be an issue. You will either need to use separate UART connections, or provide a means to only electrically connect one board at a time to the UART pins.

You may be able to stack them by modifying one of the boards to re-route tracks or perhaps by adding an intermediate board in the stack.

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Tue Nov 14, 2017 2:00 pm

what for you ask identical question on stack exchange? It's kinda rude to go NEED ANSWER NOW from volunteer communities: pi 3 - It is possible to stack two different Add-Ons in Raspberry Pi 3? - Raspberry Pi Stack Exchange

As I said on RPSE, boards based on other chipsets such as the SIM908 combine GSM/GPRS and GPS on one module.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Tue Nov 14, 2017 2:46 pm

scruss wrote:
Tue Nov 14, 2017 2:00 pm
what for you ask identical question on stack exchange? It's kinda rude to go NEED ANSWER NOW from volunteer communities: pi 3 - It is possible to stack two different Add-Ons in Raspberry Pi 3? - Raspberry Pi Stack Exchange

As I said on RPSE, boards based on other chipsets such as the SIM908 combine GSM/GPRS and GPS on one module.

https://www.cooking-hacks.com/documenta ... pberry-pi/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 10:36 am

DougieLawson wrote:
Tue Nov 14, 2017 1:05 pm
How about https://shop.rasp.io/products/fullphat
With that product I can run both Add-Ons at the same time? I want to make a project that receives the coordinates (GPS) and send to a server (GSM/GPRS)...

jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 10:37 am

scruss wrote:
Tue Nov 14, 2017 2:00 pm
what for you ask identical question on stack exchange? It's kinda rude to go NEED ANSWER NOW from volunteer communities: pi 3 - It is possible to stack two different Add-Ons in Raspberry Pi 3? - Raspberry Pi Stack Exchange

As I said on RPSE, boards based on other chipsets such as the SIM908 combine GSM/GPRS and GPS on one module.
I'm sorry. I didn't know that I can't post on both sides... But thanks anyway for the sugestion

jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 10:37 am

fruitoftheloom wrote:
Tue Nov 14, 2017 2:46 pm
scruss wrote:
Tue Nov 14, 2017 2:00 pm
what for you ask identical question on stack exchange? It's kinda rude to go NEED ANSWER NOW from volunteer communities: pi 3 - It is possible to stack two different Add-Ons in Raspberry Pi 3? - Raspberry Pi Stack Exchange

As I said on RPSE, boards based on other chipsets such as the SIM908 combine GSM/GPRS and GPS on one module.

https://www.cooking-hacks.com/documenta ... pberry-pi/
That's a nice product but it's too expensive for what I'm looking for

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

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 10:38 am

jfcmartins wrote:
Wed Nov 15, 2017 10:36 am
DougieLawson wrote:
Tue Nov 14, 2017 1:05 pm
How about https://shop.rasp.io/products/fullphat
With that product I can run both Add-Ons at the same time? I want to make a project that receives the coordinates (GPS) and send to a server (GSM/GPRS)...
That's the way I see Alex Eames' latest product. I've bought one to free up the GPIO pins on my RPi2B which has a BT/WiFi pHat on it.
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.

jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 10:55 am

DougieLawson wrote:
Wed Nov 15, 2017 10:38 am
jfcmartins wrote:
Wed Nov 15, 2017 10:36 am
DougieLawson wrote:
Tue Nov 14, 2017 1:05 pm
How about https://shop.rasp.io/products/fullphat
With that product I can run both Add-Ons at the same time? I want to make a project that receives the coordinates (GPS) and send to a server (GSM/GPRS)...
That's the way I see Alex Eames' latest product. I've bought one to free up the GPIO pins on my RPi2B which has a BT/WiFi pHat on it.
Thanks! I think that might work on my project. The only thing that concernes me is if with the two boards I posted are compatible with the FullpHAT. There's space for the two boards in the FullpHAT?

hippy
Posts: 7736
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 11:39 am

jfcmartins wrote:
Wed Nov 15, 2017 10:55 am
The only thing that concernes me is if with the two boards I posted are compatible with the FullpHAT.
They might not be if your two boards are expecting to use the same UART pins ( as previously noted ) unless the FullpHAT caters for doing that. I don't know; you'll have to read the documentation.

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Wed Nov 15, 2017 6:34 pm

jfcmartins wrote:
Wed Nov 15, 2017 10:37 am
That's a nice product but it's too expensive for what I'm looking for
USB serial GPS, then? Won't have the fancy clock features that GPS hats have, but will work with GPSd. Also, really cheap.

GSM/GPRS modules can draw a huge amount of current when they start up, btw.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

jfcmartins
Posts: 16
Joined: Fri Oct 27, 2017 4:23 pm

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Thu Nov 16, 2017 10:37 am

scruss wrote:
Wed Nov 15, 2017 6:34 pm
jfcmartins wrote:
Wed Nov 15, 2017 10:37 am
That's a nice product but it's too expensive for what I'm looking for
USB serial GPS, then? Won't have the fancy clock features that GPS hats have, but will work with GPSd. Also, really cheap.

GSM/GPRS modules can draw a huge amount of current when they start up, btw.
Yes, that's one of the possibilities... I found one very interesting (https://www.amazon.com/GlobalSat-BU-353 ... rds=BU-353) but the priority is to find a board to put the entire device in a case.

So the Raspberry Pi will get slow when I use the GSM/GPRS module?

hippy
Posts: 7736
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Thu Nov 16, 2017 11:18 am

jfcmartins wrote:
Thu Nov 16, 2017 10:37 am
So the Raspberry Pi will get slow when I use the GSM/GPRS module?
I don't see why it would. There will always be some impact when the Pi has more to do but unless it were being hammered with data I would not expect it to slow down drastically.

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: It is possible to stack two different Add-Ons in Raspberry Pi 3?

Thu Nov 16, 2017 5:10 pm

jfcmartins wrote:
Thu Nov 16, 2017 10:37 am
So the Raspberry Pi will get slow when I use the GSM/GPRS module?
Not slow: just you need to have a power system that can supply 1 amp or so to the GSM/GPRS module on top of providing whatever your Raspberry Pi needs. If that power's not available, your Raspberry Pi will likely shut down unexpectedly.

I recently worked on a project with GSM-based Electron boards, and while they're a pretty low-power ARM microcontroller, their phone startup current is about 800 mA.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

Return to “HATs and other add-ons”