gEDA-user: Update: Looking for a project

2007-03-31 Thread Jason Aron
Hey anyone...Ok - here's what I've heard for project ideas (and some commentary 
or questions):1) AM modulator to interface Sirius satellite radio with a 
Atwater Kent console radio  I get the idea that you want something like this: 
(except this transmits FM instead of AM).The input is either a USB-stick or 
an audio jack (from satellite radio) and the output is a transmitted radio 
signal.http://www.walmart.com/catalog/product.do?product_id=4956678  
Interesting project, and it probably wouldn't be too hard.  Let me know if this 
is what you're thinking about.2) Akustica digital microphone decoder  I believe 
this is a surface-mount microphone chip that outputs a PDM digital signal.  Do 
you simply   want a board with a PDM decoder and some memory, so you can read 
the audio signal into a CPU? I think this interface would probably be 
included on their evaluation board...  What kind of application are you 
thinking of?3) Programmable ethernet clock radio  Interesting...  Sounds like 
everybody's got an idea for this one.  This really sounds like a simplified 
linux box with TinyOS.  Sounds like Gumstix Linux, or a simplified and cheaper 
version of it...  This could turn into a really cool project if the goal   is 
to see how cheap a linux-alarm clock could be designed...  I'd need LOTS of 
help putting the OS into the hardware.4) Software radio receiver   Very 
interesting.  I also used to follow the gnuradio lists and started looking at 
their software, but fell by the   wayside when they were asking for mucho-$$$ 
for hardware...  What kind of application would you want this for?  That would 
determine frequencies, modulation, and sensitivity/linearity 
specifications...5) Cheap lab test equipment...  I'm very interested in this.  
Actually my last project was to replicate the Wispy ISM-band spectrum analyzer 
made  by Metageek and now selling for $200.  I estimate the hardware should 
cost around $20 and the software is free.  I was  hoping to eventually build on 
this design and expand the frequency range and performance - but I haven't 
gotten there yet  and I don't really know if anyone would be interested in it.  
A question I have for you is... Who wants this stuff and what would you use it 
for...  There is already audio-frequency  digitizers/samplers from various 
software radio projects.  I think there are also cheap multimeters for HAM 
radio hobbyists.  Are you looking for something like this, with a USB-port 
interface?  Or something different?A USB-oscilliscope would be very 
interesting, but it would take some serious software support that I couldn't 
provide.Good ideas so far!Jason

___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: Looking for a project

2007-03-30 Thread Jason Aron

Hey anyone
I've been using geda for about six months and I think I'm about done with my 
current project (I get the final boards next week).  So while I'm waiting for 
my boards, I'm thinking about what I'm going to do next...  and I'm drawing a 
complete blank.  Does anyone have some good ideas for me?  I'm a hardware guy 
with lots of experience in building radios and audio systems (RF and audio).  I 
know everybody's got a long list of projects tucked away in the back corner of 
a desk... Is there one that you'd like a jump-start on?  

Let me know

Jason 

___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: Trick to add sick text to PCB

2007-03-25 Thread Jason Aron
First, I'd like to thank the developers of PCB and gEDA.  These tools are VERY 
nice, and I'm glad someone has made this software for linux.  Thanks for the 
work and all of the support.   If anyone is interested, here is a little trick 
to add some text in the silkscreen of your PCB layout.  The text can say 
anything you want and can be any size.  The trick is: in both your schematic 
and layout, add a component which has no pins and doesn't connect to anything.  
The text should be contained in the RefDes of the footprint and will be 
included as silkscreen on the layout.  I've got a design on sourceforge that's 
a good demonstration of this.  The design is at 
http://sourceforge.net/projects/wireless-usb The schematic symbol should be 
called "text.sym" and contain:v 20061020 1T 1700 2100 8 10 1 1 0 6 
1refdes=TEXT-HERET 300 2100 9 10 1 0 0 0 1silkscreen_textT 300 2100 5 10 0 0 0 
0 1footprint=text_footprint The footprint file should be called 
"text_footprint" and contain:Element[0x0 "text" "" "" 0 0 -5830 -9846 0 110 
0x0](ElementLine[25600 9450 -25600 9450 800])Of course there are hundreds of 
ways to modify this code and get the same result... I am using an old version 
of PCB from the debian database, so this function may have been included in 
newer releases.  I've noticed in the lists, that a number of good functions 
have been added since debian grabbed their version.   Hope people find this 
useful.Jason

___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user