X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ObH4jZ742RIO0sCLpt2qvDlJ0Go71tnWVbUxhAgNBZY=; b=q2OziwAOMBDVcQsiNonekbI8dSFBdPx9uoKZgV+n4z4/UDLjSONeX6yPy7s/uiuTKQ bWeqhmfZk/eimUH712busbcgl+PrCwYdrNCl0sXearoAjDKaTdHGkKNyBMOUnh+h2HS9 GAHwh12RMycURjneJsptPEwpZLGJAtwkERdZ562CyDvtp6rQJKdKyIhEecuC132hmUwm NxlGmhkoAHwS8rv1mjLu905hvdwmciZPOSgPyL6LYbrD4FcuFVutUGcvim4NI1/FL4Ju 5Pk4neXiZAAXgPYa2GvtnwmrtmYHs1am4mnJbkEC5Yayji2DS6/r1891JBu9fw16etCU ughQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ObH4jZ742RIO0sCLpt2qvDlJ0Go71tnWVbUxhAgNBZY=; b=cQexF+jFRTsJfrOaOWD/27+rEa0ktEGqmegmVo8XMj8VcmiSShEs/L+wi18E7HFwCE R858Iz9yg41L44KGMNfKI0orqHQpAEXXTIiB1C+61C8Msz4MdNmiStGmAkpt2qatMbBr yopTUUpzJs8DwjIgnKUOJxtY+a+CxW9Ptk61ld9iT3I5VtBTVHEHSNIehGSg4e+0ahCx 0Tt0JDH/PWmLq24a2x7pq5UoCkQM9X7uJzJtU8L7iPuEFc0S+myVlD8VhECVvL4vFg2Y wXE+8d/yWX4u7JeR2W5RhjBUcRm8LFwgwTmV1AY8xPVlpRs2YF3z2sUHkXh2po60f2yI e+nA== X-Gm-Message-State: AHQUAuaWHvawDvzWhrPpOaU8JqIcoziPqSFpK2UZ15ErDOPP6QNyjPh8 0mjbzndRREiftws/hshAG/82+daKazTWOKvqe2KLSw== X-Google-Smtp-Source: AHgI3Ia7gfb7wcnGX+HRiR4uVy/+S2Dq385vIJBo4dr3sLEyACaYQ0T8WjuWmlQACHysVGEjwj0OpP7pUBcIkHHNQPQ= X-Received: by 2002:a81:9a8d:: with SMTP id r135mr5421369ywg.188.1551360387535; Thu, 28 Feb 2019 05:26:27 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Thu, 28 Feb 2019 14:26:16 +0100 Message-ID: Subject: Re: [geda-help] Picaxe 14M2 To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000d158d40582f43cc5" Reply-To: geda-help AT delorie DOT com --000000000000d158d40582f43cc5 Content-Type: text/plain; charset="UTF-8" Hi Erich Heinzie, It worked. Thank you. torben On Thu, Feb 28, 2019 at 1:31 PM Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > you do not appear to have placed a symbol (.sym) file for the picaxe > in your picaxe directory, but you have some footprints (.fp) in there. > > gschem does not do anything or know what to do with the footprints. > > the following link should provide you with a picaxe 14M symbol > "PICAXE-14M.sym" that you can put in the picaxe directory gschem looks > in > > http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl . > > On Thu, Feb 28, 2019 at 10:45 PM Torben Friis (friistf AT gmail DOT com) [via > geda-help AT delorie DOT com] wrote: > > > > Hi Erich Heinzie, > > Sorry it took me a long time to answer - problems with a GSM module. > > > > I have found a file: > > > > /usr/share/gEDA/gafrc.d/geda-clib.scm > > > > with the content (the next to last line is added by me): > > > > ("minicircuits" "Mini-Circuits") > > ("national" "National Semiconductor") > > ("philips" "Philips Electronics") > > ("picaxe" "Picaxe chips") > > ("st" "ST Microelectronics") > > > > and a file: > > > > torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/philips > > PCA82C250-1.sym PCF8563-1.sym > > torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/picaxe > > SIP3.fp SIP4.fp SO8W.fp > > > > which is reflected in the Gschem selection of component: > > > > > Philips electronics > > PCA82C250-1.sym > > PCF8563-1.sym > > Picaxe Chips > > > > However, the "Picaxe chips" does not appear in the same way as "> > Philips electronics" with the subordinate points "SIP3.fp SIP4.fp > SO8W.fp". If I click "Picaxe chips" I close the screen. Obviously it does > not make contact with /usr/share/gEDA/sym/picaxe, SIP3.fp SIP4.fp SO8W.fp > > Can you explain the difference between philips and picaxe? > > torben > > > > > > On Fri, Feb 15, 2019 at 9:19 PM Erich Heinzle (a1039181 AT gmail DOT com) [via > geda-help AT delorie DOT com] wrote: > >> > >> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl > >> > >> The above link will download the raw symbol file as a .sym for use in > the gschem schematic editor > >> > >> The DIP14 footprint required in the pcb layout editor will be a .fp > file and the raw file can be downloaded from > >> > >> http://www.gedasymbols.org/footprints/m4lib/DIP14.fp?dl > >> > >> You can place the respective files in the same directory as your > schematic and pcb layout, but most people will use dedicated directories in > their project directory for symbols and for footprints. > >> > >> Regards, > >> > >> Erich > >> > >> > >> On Fri, 15 Feb 2019 02:34 Torben Friis (friistf AT gmail DOT com) [via > geda-help AT delorie DOT com] >>> > >>> Hi, > >>> I found DIP14: > >>> > >>> torben AT torben-Aspire-E5-773G:~$ cat /home/torben/gEDAsym > >>> http://www.gedasymbols.org/footprints/m4lib.cgi?geda > >>> > >>> http://www.gedasymbols.org/cvs.html > >>> > >>> It looks different from your file if I view it.. > >>> > >>> Where should I store the file you sent (if it is the file I should > store)? > >>> torben > >>> > >>> On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (parker DOT charles AT gmail DOT com) > [via geda-help AT delorie DOT com] wrote: > >>>> > >>>> > >>>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym > >>>> > >>>> It looks like the package is a 14-pin DIP, so "DIP14" should work as > the footprint. > >>>> > >>>> Cheers, > >>>> --Chad > >>>> > >>>> > >>>> On Thu, Feb 14, 2019 at 9:11 AM Torben Friis (friistf AT gmail DOT com) > [via geda-help AT delorie DOT com] wrote: > >>>>> > >>>>> Hi , > >>>>> I have been looking fo the above element, but I cannot find it. I > have been looking for .../newlib and found it in two places, but neither > one appeared to provide it. > >>>>> Is there anywhere else I can look for it? > >>>>> torben > > --000000000000d158d40582f43cc5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Erich Heinzie,
It worked.
Thank you.
to= rben

On Thu, Feb 28, 2019 at 1:31 PM Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
you do not appear to have placed a s= ymbol (.sym) file for the picaxe
in your picaxe directory, but you have some footprints (.fp) in there.

gschem does not do anything or know what to do with the footprints.

the following link should provide you with a picaxe 14M symbol
"PICAXE-14M.sym" that you can put in the picaxe directory gschem = looks
in

http://www.gedasymbols.org/us= er/erich_heinzle/symbols/PICAXE-14M.sym?dl .

On Thu, Feb 28, 2019 at 10:45 PM Torben Friis (friistf AT gmail DOT com) [via
geda-help AT delori= e.com] <g= eda-help AT delorie DOT com> wrote:
>
> Hi Erich Heinzie,
> Sorry it took me a long time to answer - problems with a GSM module. >
> I have found a file:
>
> /usr/share/gEDA/gafrc.d/geda-clib.scm
>
> with the content (the next to last line is added by me):
>
>=C2=A0 =C2=A0 =C2=A0("minicircuits" "Mini-Circuits"= )
>=C2=A0 =C2=A0 =C2=A0("national" "National Semiconductor&= quot;)
>=C2=A0 =C2=A0 =C2=A0("philips" "Philips Electronics"= ;)
>=C2=A0 =C2=A0 =C2=A0("picaxe" "Picaxe chips")
>=C2=A0 =C2=A0 =C2=A0("st" "ST Microelectronics") >
> and a file:
>
> torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/philips
> PCA82C250-1.sym=C2=A0 PCF8563-1.sym
> torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/picaxe
> SIP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp
>
> which is reflected in the Gschem selection of component:
>
> > Philips electronics
>=C2=A0 =C2=A0 =C2=A0PCA82C250-1.sym
>=C2=A0 =C2=A0 =C2=A0PCF8563-1.sym
>=C2=A0 =C2=A0 =C2=A0Picaxe Chips
>
> However, the "Picaxe chips" does not appear in the same way = as "> Philips electronics" with the subordinate points "S= IP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp". If I click "Picaxe chips&quo= t; I close the screen. Obviously it does not make contact with /usr/share/g= EDA/sym/picaxe, SIP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp
> Can you explain the difference between philips and picaxe?
> torben
>
>
> On Fri, Feb 15, 2019 at 9:19 PM Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com] &l= t;geda-help AT delo= rie.com> wrote:
>>
>> http://www.gedasymbo= ls.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl
>>
>> The above link will download the raw symbol file as a .sym for use= in the gschem schematic editor
>>
>> The DIP14 footprint required in the pcb layout editor will be a .f= p file and the raw file can be downloaded from
>>
>> http://www.gedasymbols.org/footprint= s/m4lib/DIP14.fp?dl
>>
>> You can place the respective files in the same directory as your s= chematic and pcb layout, but most people will use dedicated directories in = their project directory for symbols and for footprints.
>>
>> Regards,
>>
>> Erich
>>
>>
>> On Fri, 15 Feb 2019 02:34 Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT c= om wrote:
>>>
>>> Hi,
>>> I found DIP14:
>>>
>>> torben AT torben-Aspire-E5-773G:~$ cat /home/torben/gEDAsym
>>> http://www.gedasymbols.org/footprin= ts/m4lib.cgi?geda=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0<here
>>>
>>> http://www.gedasymbols.org/cvs.html
>>>
>>> It looks different from your file if I view it..
>>>
>>> Where should I store the file you sent (if it is the file I sh= ould store)?
>>> torben
>>>
>>> On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (parker DOT charles AT gmail DOT com) = [via geda-help AT d= elorie.com] <geda-help AT delorie DOT com> wrote:
>>>>
>>>>
>>>> http://www.geda= symbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym
>>>>
>>>> It looks like the package is a 14-pin DIP, so "DIP14&= quot; should work as the footprint.
>>>>
>>>> Cheers,
>>>> --Chad
>>>>
>>>>
>>>> On Thu, Feb 14, 2019 at 9:11 AM Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT co= m] <geda-= help AT delorie DOT com> wrote:
>>>>>
>>>>> Hi ,
>>>>> I have been looking fo the above element, but I cannot= find it. I have been looking for .../newlib and found it in two places, bu= t neither one appeared to provide it.
>>>>> Is there anywhere else I can look for it?
>>>>> torben

--000000000000d158d40582f43cc5--