User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

STICKY: Direct links to Gertboard Manuals and Software

Fri Oct 19, 2012 7:52 am

I think it may be time to make a sticky thread with links to Gertboard manuals and software. If one of the mods agrees, please pin this thread. :D

V1 Gertboard (self-assembly kit)
Original Gertboard Assembly Manual
Original Gertboard User Manual
Gertboard Test Software in C (original)
Arduino IDE for programming the Atmega
Gertboard Test Software in Python

V2 Gertboard (Assembled)
Image
User Manual assembled board
Schematic assembled board
Gertboard Test Software in C (Rev 2)
Gertboard Test Software in Python
Arduino IDE for programming the Atmega

Hope this helps :)
Last edited by alexeames on Mon Jul 01, 2013 7:09 pm, edited 7 times in total.
Alex Eames RasPi.TV, RasP.iO

User avatar
pmj1979
Posts: 17
Joined: Tue Sep 04, 2012 12:06 pm

Re: Direct links to Gertboard Manuals and Software

Sat Oct 27, 2012 8:17 pm

Ive double checked and that is the same version of the Test Software I downloaded.

Once you make all and run "leds" the LED5 does not light. Apparently it is because of the changes to the GPIO pins in the Rev2 RPi.
I know what needs to be done to make this work but dont know how to do it. I played a little and didnt get it to work so I've been looking for help.

Can someone explain step my step how to make the specific changes re gpio pin21 and pin27 in the test scripts (I think these are the problem pins?), and then compile to run the new version?

Rev1 Pinout
http://www.raspberrypi-spy.co.uk/wp-con ... 808358.png


Rev2 Pinout
http://www.raspberrypi-spy.co.uk/wp-con ... 831557.png


Rev2 Listed Changes
http://www.raspberrypi.org/archives/1929
Pi from Element14 (still not got the first Pi from RS :( )
Rev2 board | Belkin 7Port powered hub | ASUS N10 WiFi | Logitech Wired Mouse | Behavior Tech Wired KB

Rodney Wertz
Posts: 24
Joined: Sun Jun 03, 2012 12:22 am
Location: Wolfforth, Texas

Re: Direct links to Gertboard Manuals and Software

Sun Oct 28, 2012 8:06 am

I also found the list of parts with part numbers essential. I would add that to the list too,

superspost
Posts: 2
Joined: Sun Oct 28, 2012 1:19 pm

Re: Direct links to Gertboard Manuals and Software

Sun Oct 28, 2012 1:25 pm

pmj1979 wrote: Can someone explain step my step how to make the specific changes re gpio pin21 and pin27 in the test scripts (I think these are the problem pins?), and then compile to run the new version?
1. open the leds file with nano

Code: Select all

nano leds.c
2. change the line for the pins

Code: Select all

#define L5 (1<<[b]21[/b]) 
--->

Code: Select all

#define L5 (1<<[b]27[/b])

superspost
Posts: 2
Joined: Sun Oct 28, 2012 1:19 pm

Re: Direct links to Gertboard Manuals and Software

Sun Oct 28, 2012 1:37 pm

pmj1979 wrote: Can someone explain step my step how to make the specific changes re gpio pin21 and pin27 in the test scripts (I think these are the problem pins?), and then compile to run the new version?
1. open the leds file with nano: nano leds.c
2. change the line for the pins: "#define L5 (1<<21)" to this ---> "#define L5 (1<<27)"
3. save changes: "CTRL + X" gets you out of nano (don't forget to hit yes to save and then enter)
4. recompile: make all
5. run the example: sudo ./leds

fableman
Posts: 23
Joined: Mon Oct 22, 2012 12:27 pm

Re: Direct links to Gertboard Manuals and Software

Fri Nov 02, 2012 11:50 am

moderator need to make this one sticky.

electrified
Posts: 1
Joined: Tue Jun 26, 2012 1:11 pm

Re: Direct links to Gertboard Manuals and Software

Thu Nov 08, 2012 7:45 pm

Many thanks.. was struggling to find the software on the Element14 site.

User avatar
wallarug
Posts: 460
Joined: Mon May 14, 2012 8:21 am
Location: Sydney, Australia

Re: Direct links to Gertboard Manuals and Software

Fri Nov 09, 2012 1:41 am

Could someone just rewrite all the software and label it Rev1 or Rev2. That would make a lot of people's lives easier. (not for me - for others)

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Fri Nov 09, 2012 8:13 am

wallarug wrote:Could someone just rewrite all the software and label it Rev1 or Rev2. That would make a lot of people's lives easier. (not for me - for others)
In the Python version, for the relevant scripts, I have plans for it to autodetect which Rev and switch ports accordingly. But that's not for this week. :lol: It mainly only really affects the LEDs program as far as I can make out.
Alex Eames RasPi.TV, RasP.iO

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Fri Nov 09, 2012 10:42 am

We should probably have a link in this thread to the Python Gertboard software too.
Here it is...
http://raspi.tv/wp-content/uploads/2012 ... Python.zip

And here's the discussion thread about it...
http://www.raspberrypi.org/phpBB3/viewt ... 42&t=21874
Alex Eames RasPi.TV, RasP.iO

User avatar
Gert van Loo
Posts: 2487
Joined: Tue Aug 02, 2011 7:27 am

Re: Direct links to Gertboard Manuals and Software

Sun Nov 11, 2012 12:14 am

Hurray,
my trademark registration came in today:
Attachments
gbtm.GIF
gbtm.GIF (24.25 KiB) Viewed 63022 times

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Sun Nov 11, 2012 8:00 am

Congratulations Gert :D
Alex Eames RasPi.TV, RasP.iO

User avatar
williamhbell
Posts: 291
Joined: Mon Dec 26, 2011 5:13 pm

Re: Direct links to Gertboard Manuals and Software

Mon Nov 19, 2012 8:29 pm

Hi,

Is anyone working on a Scratch library for the Gertboard?

Thanks and best regards,

Will

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Tue Nov 20, 2012 8:29 am

williamhbell wrote:Hi,

Is anyone working on a Scratch library for the Gertboard?

Thanks and best regards,

Will
Not as far as I know. At least if they are, they haven't said anything in this forum about it yet. :D
Alex Eames RasPi.TV, RasP.iO

User avatar
Drew Poling
Posts: 3
Joined: Sat Dec 15, 2012 6:05 pm
Location: Akron OH, USA

Re: Direct links to Gertboard Manuals and Software

Sat Dec 15, 2012 6:50 pm

Hello,

I just received the Gertboard ver 3 here in the US and would like to know if there is a Gertboard Assembly Manual for that ver 3?

Thanks,
Drew
Open Source Software and Hardware Advocate. @DrewPoling http://poling.org

User avatar
Gert van Loo
Posts: 2487
Joined: Tue Aug 02, 2011 7:27 am

Re: Direct links to Gertboard Manuals and Software

Sat Dec 15, 2012 10:56 pm

Drew Poling wrote:Hello,

I just received the Gertboard ver 3 here in the US and would like to know if there is a Gertboard Assembly Manual for that ver 3?

Thanks,
Drew
I am slightly confused.
There is only one kit and there never was a ver 3.
What does the text on the PCB read?

User avatar
Drew Poling
Posts: 3
Joined: Sat Dec 15, 2012 6:05 pm
Location: Akron OH, USA

Re: Direct links to Gertboard Manuals and Software

Mon Dec 17, 2012 10:51 pm

Gert van Loo wrote:
Drew Poling wrote:Hello,

I just received the Gertboard ver 3 here in the US and would like to know if there is a Gertboard Assembly Manual for that ver 3?

Thanks,
Drew
I am slightly confused.
There is only one kit and there never was a ver 3.
What does the text on the PCB read?
Sorry about that, the label from Element 14 has "Rev 3" and the board has "11 March 2012". So is the link on the top of this form current for the Assembly Manual?

Thanks,
Drew
Attachments
Gertboard-Rev3.png
Gertboard Rev 3 ???
Gertboard-Rev3.png (29.26 KiB) Viewed 61118 times
Open Source Software and Hardware Advocate. @DrewPoling http://poling.org

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Mon Dec 17, 2012 10:58 pm

Mine is also 11 March 2012, so yes. :D And the label on my unbuilt Farnell kit also says Rev 3. Definitely the right instructions.
Alex Eames RasPi.TV, RasP.iO

User avatar
Gert van Loo
Posts: 2487
Joined: Tue Aug 02, 2011 7:27 am

Re: Direct links to Gertboard Manuals and Software

Tue Dec 18, 2012 1:44 am

I did not know that Farnell had rev-3 on the kit.
I know they did some internal test kits which they gave to employees to get the bugs out.
That must be where the 3 came from.
Base line answer: The assembly manual is for ALL revisions.

User avatar
Drew Poling
Posts: 3
Joined: Sat Dec 15, 2012 6:05 pm
Location: Akron OH, USA

Re: Direct links to Gertboard Manuals and Software

Tue Dec 18, 2012 11:02 am

Gert van Loo wrote:I did not know that Farnell had rev-3 on the kit.
I know they did some internal test kits which they gave to employees to get the bugs out.
That must be where the 3 came from.
Base line answer: The assembly manual is for ALL revisions.
Thanks Gert,

I just wanted to be sure before I start assembly. I look forward to having fun with Gertboard projects.

Best wishes,
Drew
Open Source Software and Hardware Advocate. @DrewPoling http://poling.org

webbwbs
Posts: 2
Joined: Fri Nov 02, 2012 9:13 pm

Re: Direct links to Gertboard Manuals and Software

Tue Dec 18, 2012 8:39 pm

I notice that the schematics are rev 3 in the user manual. This may be where Farnell got it from.

GordonTGopher
Posts: 71
Joined: Sat Dec 01, 2012 11:25 am
Location: Letchworth Garden City

Re: Direct links to Gertboard Manuals and Software

Wed Jan 23, 2013 1:15 pm

It might be worth adding a link to the new manual for the assembled kit, especially as Farnell still link to the old manual on the product page :?

Gordon

sjrapid
Posts: 9
Joined: Sun Oct 21, 2012 8:43 pm

Re: Direct links to Gertboard Manuals and Software

Wed Jan 23, 2013 2:30 pm

+1 to GordonTGopher's suggestion. The manual for the assembled board on Farnell's site also has the schematic pages missing. It would be nice to see that rectified in the version posted here.

Steve J

User avatar
Gert van Loo
Posts: 2487
Joined: Tue Aug 02, 2011 7:27 am

Re: Direct links to Gertboard Manuals and Software

Wed Jan 23, 2013 3:02 pm

sjrapid wrote:+1 to GordonTGopher's suggestion. The manual for the assembled board on Farnell's site also has the schematic pages missing. It would be nice to see that rectified in the version posted here.
Steve J
Yesterday I noticed that too and I have send them the schematics. Standard the Farnell website is update every weekend so you
probably will not see them till then.
(They can't do it ad-hoc, there are just too many ocompanies spread over the world for that.)

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2876
Joined: Sat Mar 03, 2012 11:57 am
Location: UK

Re: Direct links to Gertboard Manuals and Software

Wed Jan 23, 2013 5:46 pm

GordonTGopher wrote:It might be worth adding a link to the new manual for the assembled kit, especially as Farnell still link to the old manual on the product page :?

Gordon
Here's a link to the new V2 manual on element14

http://www.element14.com/community/serv ... python.pdf
Alex Eames RasPi.TV, RasP.iO

Return to “HATs and other add-ons”