Dijital
Posts: 20
Joined: Wed Nov 19, 2014 12:37 pm

Cutting the Raspberry Pi A+ board

Sat May 02, 2015 10:22 am

Hi all,

This might be an odd question but my project is massively size dependant, is it possible to cut the red area off of a Raspberry Pi A+ off and still have it function?

Image

As far as I can tell there is no other circuitry there other than the connection to the pins.

I know about the compute module but it does not suit my needs also, I know this violates the warranty.

Thanks in advance!

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

Re: Cutting the Raspberry Pi A+ board

Sat May 02, 2015 12:13 pm

NO.

You can de-solder all of the header pins, but you can't shorten the board.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

ame
Posts: 7100
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: Cutting the Raspberry Pi A+ board

Sat May 02, 2015 1:28 pm

Why not? Is there an image of the PCB artwork somewhere? If we can verify there are no continuous traces at that edge the you could desolder the header then (carefully) slice through the board with a Dremel or something (wear a mask and safety goggles).

Naturally, this means that those GPIO pins are no longer usable.
Hmm. What can I put here?

PiGraham
Posts: 5298
Joined: Fri Jun 07, 2013 12:37 pm
Location: Waterlooville

Re: Cutting the Raspberry Pi A+ board

Sat May 02, 2015 2:23 pm

You could save a bit by removing the connectors on the other edge, if you don't need them.

AFAIK the PCB artwork is not available, but there is this early info for the original Pi.
https://www.raspberrypi.org/final-pcb-artwork/

As you might expect the traces around the GPIO pins are to the GPIO pins and you could probably cut that board with some chance of it working afterwards. Obviously A+ is not the same layout as A/B.

You could get an answer at the cost of an A+. Try it and see. Chances of destroying the Pi must be quite high

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 14919
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Cutting the Raspberry Pi A+ board

Sat May 02, 2015 3:57 pm

the biggest risk lies not into breaking any circuit traces, the risk lies in shorting two adjacent traces together. This risk may be minimized if you make a very clean cut, and sand it smooth afterward.

also, I would desolder and remove all pinheaders before attempting to do this, if you need some pinheaders you can solder only those you need back.

good luck. ;)

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

Re: Cutting the Raspberry Pi A+ board

Sat May 02, 2015 5:38 pm

You're going to lose £15.50 http://uk.rs-online.com/web/p/processor ... s/8332699/ but best of luck with it.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

beta-tester
Posts: 1562
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 8:01 am

hmmm... i don't know your project, but maybe a RPi model C is a better solution.
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

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

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 4:42 pm

beta-tester wrote:hmmm... i don't know your project, but maybe a RPi model C is a better solution.
You mean the Compute Module, aka "CM"?

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

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 6:15 pm

I think beta-tester meant the model C which was announced in some parts of the universe on 1st April and some foolish aliens thought it was better than a Pi2B.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

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

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 7:14 pm

bertwert wrote:
DougieLawson wrote:I think beta-tester meant the model C which was announced in some parts of the universe on 1st April and some foolish aliens thought it was better than a Pi2B.
And you own one...
Don't tell the MiB I'm a non-resident alien.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 7:17 pm

DougieLawson wrote:
bertwert wrote:
DougieLawson wrote:I think beta-tester meant the model C which was announced in some parts of the universe on 1st April and some foolish aliens thought it was better than a Pi2B.
And you own one...
Don't tell the MiB I'm a non-resident alien.

You better hide the evidence. ;)
There are 10 types of people: those who understand binary and those who don't.

beta-tester
Posts: 1562
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 8:06 pm

W. H. Heydt wrote:
beta-tester wrote:hmmm... i don't know your project, but maybe a RPi model C is a better solution.
You mean the Compute Module, aka "CM"?
yes, i meant that module (DIMM format?)...
:oops:
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

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

Re: Cutting the Raspberry Pi A+ board

Sun May 03, 2015 8:22 pm

beta-tester wrote:
W. H. Heydt wrote:
beta-tester wrote:hmmm... i don't know your project, but maybe a RPi model C is a better solution.
You mean the Compute Module, aka "CM"?
yes, i meant that module (DIMM format?)...
:oops:
SODIMM, actually. It's smaller than a standard DIMM. The carrier board, on the other hand, may be a good bit bigger. The available prototype carrier is, IIRC, bigger than a Model B/B+/Pi2B.

Dijital
Posts: 20
Joined: Wed Nov 19, 2014 12:37 pm

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 10:40 am

Well, I bit the bullet and took a dremel to the A+. Its a pretty bad cut.

Worked. Obviously, I do not recommend this.

Tempted to see how much of this board I can chop off! :D
Attachments
123.jpg
123.jpg (62.96 KiB) Viewed 7054 times

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 10:52 am

Dijital wrote:Well, I bit the bullet and took a dremel to the A+. Its a pretty bad cut.

Worked. Obviously, I do not recommend this.

Tempted to see how much of this board I can chop off! :D
Can't beat an acid test..... :)
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

User avatar
Burngate
Posts: 6553
Joined: Thu Sep 29, 2011 4:34 pm
Location: Berkshire UK Tralfamadore

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 11:36 am

I really love this.
How much more can you chop off?


Reminds me of a day spent on a course given by the manufacturer of some new kit we were buying - a media player with raid storage in a JBOD (Just a Bunch Of Discs)
The guy wanted to demonstrate the raid capabilities, so whilst it was ingesting one set of files and playing out some others, he pulled one of the discs.
Naturally, everything carried on without a problem. Putting a new disc in also created no problem, with the raid being rebuilt on the fly.

Some wit (probably me) asked what would happen if two discs died. So he said "try it". So we did.
Naturally, the ingest died, but the playout carried on, seemingly without a hitch!
So we pulled a third disc. Then a fourth.
Eventually all ten discs were pulled, and it still carried on playing all its streams!
We then noticed all the streams were playing the same thirty-second loop - there must have been enough room in the ram for that much video.
Pushing back the discs did (I recall) recover most of the system

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

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 11:38 am

pluggy wrote:
Dijital wrote:Well, I bit the bullet and took a dremel to the A+. Its a pretty bad cut.

Worked. Obviously, I do not recommend this.

Tempted to see how much of this board I can chop off! :D
Can't beat an acid test..... :)

...but DougieLawson categorically said "NO" and that £15.50 would be wasted - so he is not GOD after all :roll:

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
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 11:46 am

I don't think Dougie ever claimed to be GOD, an old geek with way too much time on his hands perhaps.....

Your attitude to a £15.50 computer board depends on how easily you can come by another one. I've made a lot of mistakes that have cost me a lot more than £15.50 in my time, damn the risk, get the Dremel out. :D
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

headamage
Posts: 75
Joined: Wed Jan 07, 2015 9:59 am

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 11:53 am

texy wrote:
pluggy wrote:
Dijital wrote:Well, I bit the bullet and took a dremel to the A+. Its a pretty bad cut.

Worked. Obviously, I do not recommend this.

Tempted to see how much of this board I can chop off! :D
Can't beat an acid test..... :)

...but DougieLawson categorically said "NO" and that £15.50 would be wasted - so he is not GOD after all :roll:

Texy
Meh, he was also mocking MS for Win10 on Pi being vapourware, 2 days before they announce the preview and show the robot demo... :lol: :P

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:04 pm

Vapourware or no vapourware it isn't going to do what most people would expect windows 10 to do on a Pi.

Why's everyone got it in for Dougie ?, he never struck me as THAT annoying. Maybe I've gone too soft in my old age....
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

BMS Doug
Posts: 4423
Joined: Thu Mar 27, 2014 2:42 pm
Location: London, UK

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:07 pm

pluggy wrote:Vapourware or no vapourware it isn't going to do what most people would expect windows 10 to do on a Pi.

Why's everyone got it in for Dougie ?, he never struck me as THAT annoying. Maybe I've gone too soft in my old age....
Maybe when someone get things right too often people are pleased to them proved wrong?
I'm sure Dougie will survive their criticism.
Doug.
Building Management Systems Engineer.

Massi
Posts: 1691
Joined: Fri May 02, 2014 1:52 pm
Location: Italy

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:09 pm

Dougie will lay his wrath upon you all.

I'm on your side, dougie :)

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

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:22 pm

I'm too thick skinned. Insult me as much as you like, but don't object when I retaliate.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

User avatar
Jednorozec
Posts: 809
Joined: Sun Nov 24, 2013 2:17 pm
Location: Deposit, NY

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:27 pm

pluggy wrote:I don't think Dougie ever claimed to be GOD, an old geek with way too much time on his hands perhaps.....
There are times when he seems to be omniscient and other times when he's damning all the sinners. I'm also not sure if he ever sleeps. ;)
The most important leg of a three legged stool is the one that's missing.
It's called thinking. Why don't you try it sometime?

Dijital
Posts: 20
Joined: Wed Nov 19, 2014 12:37 pm

Re: Cutting the Raspberry Pi A+ board

Wed May 06, 2015 12:33 pm

pluggy wrote:I don't think Dougie ever claimed to be GOD, an old geek with way too much time on his hands perhaps.....

Your attitude to a £15.50 computer board depends on how easily you can come by another one. I've made a lot of mistakes that have cost me a lot more than £15.50 in my time, damn the risk, get the Dremel out. :D
This was pretty much what I did :D

Return to “General discussion”