Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

SeattleRobotics · The Seattle Robotics Society

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3201
  • Category: Robotics
  • Founded: Jun 8, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 46955 - 46985 of 47820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#46955 From: Dan Tebbs <dantebbs@...>
Date: Tue May 1, 2012 3:01 pm
Subject: Re: Re: ARM processor Reccomendations
dantebbs
Send Email Send Email
 
I used the i.MX 25 last year. It was a remarkably painful experience. I cannot recommend it. Yes the i.MX series is fast, yes it is low cost, and yes it has a huge number of integrated features. But the tools, documentation and Freescale support sucked rotten eggs. The time and hair-pulling just weren't worth it.

If you do go with it anyway, do not use Redboot, LTIB, and the toolchain they supply. Instead go with UBoot and CodeSourcery.

-Dan


On Tue, May 1, 2012 at 7:50 AM, Ryan Myrda <ryanmyrda@...> wrote:
 

After much debate on my regular Chibots message board, I'm going to actually go with the i.mx53 quick start board from Freescale as soon as I can get my hands on one.  I'll used linux then as a high level controller and interface my camera to it and use a Rabbit3000 processor as a slave to handle low level control of the motors.  This system is going to get implemented on a robo-magellan robot in the future so while it is a bit overkill for the vision based linefollower, add a GPS, Compass, sonars, bumbers, and an accelerometer to tilt compensate the compass and it will be adequate. 

 

Does anyone have experience with any of the i.mx series from Freescale?

 

Thanks,

Ryan




From: Weston Turner <wstnturner@...>
To: SeattleRobotics@yahoogroups.com
Sent: Tue, May 1, 2012 12:48:24 AM
Subject: Re: [SeattleRobotics] Re: ARM processor Reccomendations

 

I recommend the Maple board made by LeafLabs. I'm holding off on buying some until the Maple Native arrives, but if you are coming from the Aurduino world, you will be more than satisfied (happy!). I know that you can order them form SparkFun. 


Good Luck, and happy embedded programming!

Weston

On Mon, Apr 30, 2012 at 8:26 PM, Chris Baron <chris@...> wrote:
 

The Maple boards from Leaf Labs are Arduino shaped and have a port of
the Arduino IDE with minor changes. They have a STM32F1 chip on there.
Should do a lot more than an ATMega328.

http://leaflabs.com



> Hey Guys,
>
> First message here in a long time, I used to follow the board a while
> back though, I'm a member of CHIBOTS from chicago, but am looking for
> more answers to a question.
>
> I built a vision based linefollower about a month or 2 ago and have
> completely surpassed all the capability of 2 arduino UNO's in the
> process. I know I can get rid of the arduino bootloader and probably
> keep developing with the current setup using WINAVR or BASCOM to
> eliminate the processor drain caused by the bootloader, but I'd rather
> move to a ARM processor and have plenty of room to grow.
>
> Does anyone have some suggestions for moving to ARM? Boards supported
> by good, free IDE's are what I'm looking for. I'm not a software guy
> so I'm learning this on my own. I like the CORTEX-M4 with floating
> point, but any of the processor's that have extra floating point
> capability would be what I'm looking for. Any tutorials or articles
> geared towards the hobbyist would be good too.
>
> Thanks,
> Ryan





--
Dan Tebbs
Auric Consulting LLC
Ph: 425-341-3261
Email: DanTebbs@...
http://www.Linkedin.com/in/dantebbs
http://www.AuricConsultingLLC.com


#46956 From: robotMaker <robotmeiker@...>
Date: Tue May 1, 2012 5:20 pm
Subject: Re: OT: HC-04 errors - Darn it!
robotmeiker
Send Email Send Email
 
Thanx for sharing, been there done that with other hardware.
My gut feeling when buying the HC-05 was that I might have problems with its reliability, but I was just experimenting. In the course of looking for a BT serial module I came across this one from Sparkfun, http://www.sparkfun.com/products/10253 this module does give me a sense that it's reliable, and plus Sparkfun will stand by it. While the other, HC-05, from overseas, I will probably never get it replaced if it failed.

Cesar



From: Peter Balch <peterbalch@...>
To: SeattleRobotics@yahoogroups.com
Sent: Sunday, April 29, 2012 4:31 PM
Subject: Re: [SeattleRobotics] OT: HC-04 errors - Darn it!

I tried a different module and it worked perfectly.

Darn it! I've wasted a day and a half.

I talked to someone else who bought two of the modules (HC-05 he thinks). He
said one was faulty so he sent it back or discarded it.

I've got maybe a half dozen of them to play with. I could see how many more
are bad. Or maybe they're really, really sensitive to static. (I've not
zapped a chip ever - Scotland never gets dry enough to generate much
static.) I hand-soldered them rather than used a toaster-oven so they
shouldn't have got too hot. (I'm a big fan of toaster-oven soldering
nowadays.)

I still think they're very nice units and will buy more of them. Maybe I can
find a reliable supplier.

Peter





------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/SeattleRobotics/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/SeattleRobotics/join
    (Yahoo! ID required)

<*> To change settings via email:
    SeattleRobotics-digest@yahoogroups.com
    SeattleRobotics-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    SeattleRobotics-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/




#46957 From: "Brad garton" <bgart@...>
Date: Tue May 1, 2012 4:20 pm
Subject: RE: Re: ARM processor Reccomendations
bradoneil42
Send Email Send Email
 

Looks like I’m late to the party but….

 

Another alternative for ARM is the BeagleBoards.

 

I just got the BeagleBone and it has an embedded IDE (Cloud 9) it looks like, not sure how good it is yet.  If it sucks you can use Eclipse/gcc across multiple platforms and sneakernet  the SD card to your development system and build the images that way.  Both the BeagleBone and BeagleBoard XM are widely used and you can get videos on Youtube that show a ton of things about setting up and operating if you’re unfamiliar with the environment.

 

Another option for ARM is the Atmel SAM. If you are not using Linux, you can use Atmel Studio on with a  SAM3 and 4 card (need to use AS6, neither has an MMU, so no Full Linux distros).  It looks like the cards aren’t that terribly expensive and there are third party SAM boards that are really cheap as well. What I haven’t figured out yet is how to use the Built in libraries for AS6 with non Atmel cards. I know you can do it though, and there are some really powerful source libraries in that kit.

 

Yet another alternative but you will wait for it, is the Raspberry Pi, at 25.00-35.00.  It has an MMU and comes with Linux, video output, audio  as well. There are a TON of other ARM based cards.  Including some uClinux boards and mBed boards to name a few. I have not used the tools on any of these.   It looks like the gcc tools are doing a good job of cross compiling and Eclipse supports  customizing commands to the tools set for cross compiles so should be pretty easy free development platform.

 

B

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Dan Tebbs
Sent: Tuesday, May 01, 2012 10:02 AM
To: SeattleRobotics@yahoogroups.com
Subject: Re: [SeattleRobotics] Re: ARM processor Reccomendations

 




I used the i.MX 25 last year. It was a remarkably painful experience. I cannot recommend it. Yes the i.MX series is fast, yes it is low cost, and yes it has a huge number of integrated features. But the tools, documentation and Freescale support sucked rotten eggs. The time and hair-pulling just weren't worth it.

If you do go with it anyway, do not use Redboot, LTIB, and the toolchain they supply. Instead go with UBoot and CodeSourcery.

-Dan

On Tue, May 1, 2012 at 7:50 AM, Ryan Myrda <ryanmyrda@...> wrote:

 

After much debate on my regular Chibots message board, I'm going to actually go with the i.mx53 quick start board from Freescale as soon as I can get my hands on one.  I'll used linux then as a high level controller and interface my camera to it and use a Rabbit3000 processor as a slave to handle low level control of the motors.  This system is going to get implemented on a robo-magellan robot in the future so while it is a bit overkill for the vision based linefollower, add a GPS, Compass, sonars, bumbers, and an accelerometer to tilt compensate the compass and it will be adequate. 

 

Does anyone have experience with any of the i.mx series from Freescale?

 

Thanks,

Ryan

 

 


From: Weston Turner <wstnturner@...>
To: SeattleRobotics@yahoogroups.com
Sent: Tue, May 1, 2012 12:48:24 AM
Subject: Re: [SeattleRobotics] Re: ARM processor Reccomendations


 

I recommend the Maple board made by LeafLabs. I'm holding off on buying some until the Maple Native arrives, but if you are coming from the Aurduino world, you will be more than satisfied (happy!). I know that you can order them form SparkFun. 

 

Good Luck, and happy embedded programming!

 

Weston

 

On Mon, Apr 30, 2012 at 8:26 PM, Chris Baron <chris@...> wrote:

 

The Maple boards from Leaf Labs are Arduino shaped and have a port of
the Arduino IDE with minor changes. They have a STM32F1 chip on there.
Should do a lot more than an ATMega328.

http://leaflabs.com



> Hey Guys,
>
> First message here in a long time, I used to follow the board a while
> back though, I'm a member of CHIBOTS from chicago, but am looking for
> more answers to a question.
>
> I built a vision based linefollower about a month or 2 ago and have
> completely surpassed all the capability of 2 arduino UNO's in the
> process. I know I can get rid of the arduino bootloader and probably
> keep developing with the current setup using WINAVR or BASCOM to
> eliminate the processor drain caused by the bootloader, but I'd rather
> move to a ARM processor and have plenty of room to grow.
>
> Does anyone have some suggestions for moving to ARM? Boards supported
> by good, free IDE's are what I'm looking for. I'm not a software guy
> so I'm learning this on my own. I like the CORTEX-M4 with floating
> point, but any of the processor's that have extra floating point
> capability would be what I'm looking for. Any tutorials or articles
> geared towards the hobbyist would be good too.
>
> Thanks,
> Ryan

 




--
Dan Tebbs
Auric Consulting LLC
Ph: 425-341-3261
Email: DanTebbs@...
http://www.Linkedin.com/in/dantebbs
http://www.AuricConsultingLLC.com





#46958 From: Lee Fisher <blibbet@...>
Date: Tue May 1, 2012 6:59 pm
Subject: Re: Re: ARM processor Reccomendations
blibbet@...
Send Email Send Email
 
> Looks like I'm late to the party but..

Me also, sorry.

Short answer: try a DreamPlug, or a PandaBoard, or something Linaro targets.

Long answer:

Another option is PandaBoard. In current Android ASOP 4.0, its the only
one that works out-of-the-box. I just talked to some Canonical ARM QA
guy at LFNW over the weekend, and he had many Pandas, a few Beagles, and
OEM proto boards.
http://pandaboard.org/

The FreedomBox project tracks low-cost [mostly ARM] hardware capable of
running a Linux box with multiple servers. They currently use the
GlobalScale Technology's DreamPlug as a dev board. (I have one, quite
nice. Works on AC or DC. A friend has it connected to an RC car, using
it's battery to power it.) There is a DreamPlug2 out now, too. Another
reason to track FreedomBox hardware is that the project is Free
Software-backed, and they're working to get the entire toolchain working
using fresh GNU tools, not vendor/mgfr toolchains with non-free loaders
and tools.
http://wiki.debian.org/FreedomBox/TargetedHardware
http://www.globalscaletechnologies.com/p-43-d2-plug.aspx

Also, I'd consider an ARM dev board that supports the Linaro targets.
Then you don't have to build your own Ubuntu or Android kernel, if you
don't need to.
http://www.linaro.org/downloads/

This is also a nice list for comparing ARM boards.
http://www.gnuarm.com/ArmDevices_frame.html

OP was asking for some tutorials.
http://elinux.org/
http://free-electrons.com/docs/

Rasberry PI sounds like it will nice. But AFAIK it is still mostly
future-tense for now, so unless you need to wait so you can buy a much
cheaper board, there are great options out today. Anyone, please speak
up if you know of a shipping source. :-)

  > [...] Both the BeagleBone and BeagleBoard
  > XM are widely used and you can get videos on Youtube [...]

I agree orig Beagle and Beagle XM are widely used, but I didn't think
Bone was that widely distributed yet. I've yet to get a BeagleBone, but
they do sound interesting. OP wanted a box with room to grow, so isn't
the Beagle XM better than the Bone? I thought Bone was trimmed done XM.

#46959 From: "pac3rjv" <jversteeg@...>
Date: Tue May 1, 2012 8:02 pm
Subject: Armdroid I Plus Extras!!!
pac3rjv
Send Email Send Email
 
Hey Guys, I have an Armdroid I original, complete with Teach pendent, Conveyor
Track/Belt with built in power supply, a couple of IO Boxes, and manual.

I have no time to play with it, and in the process of moving into a condo, so
will have no more space to store it.
Anyone Care to make an offer?

check the quick pic http://dl.dropbox.com/u/3550457/IMG_1344.JPG

I will have more at this place later, as well as some videos.
http://www3.telus.net/public/verste60

#46960 From: "Brad garton" <bgart@...>
Date: Wed May 2, 2012 2:43 am
Subject: RE: Re: ARM processor Reccomendations
bradoneil42
Send Email Send Email
 
>> [...] Both the BeagleBone and BeagleBoard  > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS!  Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.


Here are the I/Os:

   Power 5V, 3.3V , VDD_ADC
   3.3V I/O on all signals
   McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
   AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
   EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming,  Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00.  There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB  comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an  IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too.  (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B




------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links

#46961 From: "Wes Edwards" <edwardsw@...>
Date: Wed May 2, 2012 3:38 am
Subject: RE: Re: ARM processor Reccomendations
steadfastnz
Send Email Send Email
 

I'm also looking at moving up from my Arduino clone to something a bit more powerful.  I have a large robot running ROS on Linux on an Atom-based PC with arduino-level AVR's for sub-systems, but I'm now looking for a board for a smaller table-top robot.  It doesn't have to run linux, but a small board like a Raspberry Pi is attractive.

 

Does anyone have any experience/ opinion on the STM Discovery board?  The cost of the board looks very attractive with some nice features but I don't know what other costs are involved.  I'd be looking to use a free toolchain (gcc, eclipse, ??) with it if possible.  Debugging is possible but I don't know what additional costs are associated to use it - eg do I need some commercial hardware).

http://www.st.com/internet/evalboard/product/252419.jsp

 

Wes

 

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Brad garton
Sent: Wednesday, 2 May 2012 2:44 p.m.
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 


>> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.

Here are the I/Os:

Power 5V, 3.3V , VDD_ADC
3.3V I/O on all signals
McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming, Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00. There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too. (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B

------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links


#46962 From: Ryan Myrda <ryanmyrda@...>
Date: Wed May 2, 2012 4:38 am
Subject: Re: Re: ARM processor Reccomendations
ryanmyrda...
Send Email Send Email
 

A friend of mine has loaned me a i.MX53 quick start board and I got it up and running in no time.  Freescale advertises 60 seconds, however, tracking down a monitor, keyboard, and mouse, that was used or wireless took the longest time.  It seems to be very promising and I'm looking forward to doing some development on it.  About 10 members from my club have jumped in on the camera based linefollower and its now a club project to work with similar chassis and together to get them accomplished.  Overall, I've learned that there are tons of processors out there to be used and each one has its benefits and its drawbacks.  Did I make the right choice?  I dont know yet, however, I do feel it was informed and well researched and chosen to fit a specific application.  The Beagleboard XM took a close second.  The larger built in RAM, SATA port and smaller size made the freescale board win the competition.

 

More to report later hopefully.

 

Ryan

 

 


From: Brad garton <bgart@...>
To: SeattleRobotics@yahoogroups.com
Sent: Tue, May 1, 2012 9:43:50 PM
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 


>> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.

Here are the I/Os:

Power 5V, 3.3V , VDD_ADC
3.3V I/O on all signals
McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming, Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00. There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too. (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B

------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links


#46963 From: "Brad garton" <bgart@...>
Date: Wed May 2, 2012 5:16 am
Subject: RE: Re: ARM processor Reccomendations
bradoneil42
Send Email Send Email
 

The price is nice for that board, and it has an accelerometer built in too.  Looking that the tools App note though,

 

http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/DM00037368.pdf

Those  tools cost a bit, though most have trials you can use long enough to get going . I didn’t see an obvious place to get free versions of tools to develop specifically with this board. However  one of the tools, TASKING is based on  eclipse.  With some work you could probably just get the ST Libraries from the bottom of the  link, eclipse and gcc and do it yourself.  Not Arduino easy, but doable.   

 

Brad

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Wes Edwards
Sent: Tuesday, May 01, 2012 10:38 PM
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 




I'm also looking at moving up from my Arduino clone to something a bit more powerful.  I have a large robot running ROS on Linux on an Atom-based PC with arduino-level AVR's for sub-systems, but I'm now looking for a board for a smaller table-top robot.  It doesn't have to run linux, but a small board like a Raspberry Pi is attractive.

 

Does anyone have any experience/ opinion on the STM Discovery board?  The cost of the board looks very attractive with some nice features but I don't know what other costs are involved.  I'd be looking to use a free toolchain (gcc, eclipse, ??) with it if possible.  Debugging is possible but I don't know what additional costs are associated to use it - eg do I need some commercial hardware).

http://www.st.com/internet/evalboard/product/252419.jsp

 

Wes

 

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Brad garton
Sent: Wednesday, 2 May 2012 2:44 p.m.
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 


>> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.

Here are the I/Os:

Power 5V, 3.3V , VDD_ADC
3.3V I/O on all signals
McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming, Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00. There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too. (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B

------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links

 





#46964 From: "Lloyd Moore" <moorel3@...>
Date: Thu May 3, 2012 6:14 pm
Subject: Hand soldering LGA packages
moorel3_b
Send Email Send Email
 

Folks,

 

Just a quick question – is it possible to solder LGA surface mount packages? The specific one I’m looking at is a LGA-14 so all of the pins are on the edges of the device. For prototyping I get the impression that I could set the part on the board, possibly with some solder paste on each pad and then heat each pad to solder it. Does anyone have experience doing something like this with this package type?

 

Thanks,

Lloyd

 


#46965 From: Richard Greenway <bj153@...>
Date: Thu May 3, 2012 6:54 pm
Subject: Re: Hand soldering LGA packages
fenagogue
Send Email Send Email
 
Usually that would be a DLF/DFN package. 

Solder them is usually pretty easy.  Does it have a central support pad? (large ground pad)
If so that is the only tricky part to soldering the part down.  General guidelines are for 50% coverage of solder paste on that pad so that there isn't excess solder that floats the part too high off the board, or shorts to one of the outside pads.

With no central pad, you can just solder it like any other part.  A little flux does help.  If you have a hot air gun or hot air rework station, that does make it a little easier.  Solder either using paste, or just putting a drop of solder on one pad, then heating that pad and sliding the part into the solder and aligning it.  Follow by soldering the opposite side, and finishing with the rest of the pads on the first anchored side. 

Richard


On 5/3/2012 11:14 AM, Lloyd Moore wrote:

Folks,

 

Just a quick question – is it possible to solder LGA surface mount packages? The specific one I’m looking at is a LGA-14 so all of the pins are on the edges of the device. For prototyping I get the impression that I could set the part on the board, possibly with some solder paste on each pad and then heat each pad to solder it. Does anyone have experience doing something like this with this package type?

 

Thanks,

Lloyd

 



#46966 From: "Dick Curtiss" <rcurtiss@...>
Date: Thu May 3, 2012 7:21 pm
Subject: RE: Re: ARM processor Reccomendations
rcurtiss@...
Send Email Send Email
 

I am currently working with the STM32F4-Discovery board (about $15) and so far have not been disappointed.  Previously, I worked with the PSoC 5 First Touch board, a $50 item.  The PSoC was easier going because the support software (drivers for functional components) is more advanced than the peripheral driver modules provided for the STM32.  Signal routing to pins and peripheral initialization has to be coded manually for the STM32, whereas the PSoC IDE automates that.  Also, the IDE for the PSoC was no additional cost and has no limitations, whereas the STM32 no-cost IDEs that I’ve tried limit code generation to 32K.

 

STM32 IDEs:

I first tried Atollic’s TrueSTUDIO, which pops up annoying reminders to buy the very expensive professional version.  I am now trying Keil’s uVision 4, which so far has not popped up any reminders.  The editor in TrueSTUDIO is more helpful (intellisense) than that in uVision 4 (perhaps I haven’t learned enough about using it).  Both have debuggers for code running on the processor.  TASKING and EWARM, the other two IDEs supported in the application examples, have not been investigated.  I think open-source tools are also available, but haven’t looked into it.

 

Dick Curtiss

 


From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Wes Edwards
Sent: Tuesday, May 01, 2012 8:38 PM
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 

I'm also looking at moving up from my Arduino clone to something a bit more powerful.  I have a large robot running ROS on Linux on an Atom-based PC with arduino-level AVR's for sub-systems, but I'm now looking for a board for a smaller table-top robot.  It doesn't have to run linux, but a small board like a Raspberry Pi is attractive.

 

Does anyone have any experience/ opinion on the STM Discovery board?  The cost of the board looks very attractive with some nice features but I don't know what other costs are involved.  I'd be looking to use a free toolchain (gcc, eclipse, ??) with it if possible.  Debugging is possible but I don't know what additional costs are associated to use it - eg do I need some commercial hardware).

http://www.st.com/internet/evalboard/product/252419.jsp

 

Wes

 

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Brad garton
Sent: Wednesday, 2 May 2012 2:44 p.m.
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 


>> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.

Here are the I/Os:

Power 5V, 3.3V , VDD_ADC
3.3V I/O on all signals
McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming, Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00. There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too. (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B

------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links


#46967 From: Wim Lewis <wiml@...>
Date: Thu May 3, 2012 7:22 pm
Subject: Re: Hand soldering LGA packages
wimlwiml
Send Email Send Email
 
On 5/3/12 11:54 AM, Richard Greenway wrote:
> Usually that would be a DLF/DFN package.

My understanding is that although DFN packages' leads extend to the side
of the package, LGAs' don't (at least according to the package diagrams
I have). This would make it hard to hand-solder them with an iron, the
way you can do with DFNs; but I would think that a skillet-reflow
approach would work okay. The hard part would be inspecting the result
for bad joints--- much like a BGA, they're all hidden.

I've never worked with LGA packages (is this the popular Freescale
accelerometer?), I'm just reasoning by analogy from other packages.

#46968 From: "Lloyd Moore" <moorel3@...>
Date: Thu May 3, 2012 7:35 pm
Subject: RE: Re: ARM processor Reccomendations
moorel3_b
Send Email Send Email
 

I happen to be starting to work with the STM32 series as well and found the development tools to be WAY expensive. There is an alternative however, there are instructions on the web for setting up a free tool chain that doesn’t have any limitations. I’ve done this and it appears to work just fine.

 

Here are the two links that helped me though this:

http://shareee.netne.net/wordpress/?p=5

 

http://www.chibios.org/dokuwiki/doku.php?id=chibios:guides:stlink_eclipse

 

Additionally you will note that the example program has Atolloc copyright headers in there stating the files can only be used with their compiler – turns out these are just basically copies of the files that STM gives away for free that do the same things. You can pull the original files out of the STM development SDK and have clean files, with a valid copyright in them.

 

Once you do this everything should work just fine. I’ve been able to download and debug here without issue. I haven’t hit the 32K code limit mark, but since you are using the open source GCC compilers instead of the ones modified by a company to include limitations there shouldn’t be any code limits.

 

Thanks,

Lloyd

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Dick Curtiss
Sent: Thursday, May 03, 2012 12:21 PM
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 

I am currently working with the STM32F4-Discovery board (about $15) and so far have not been disappointed.  Previously, I worked with the PSoC 5 First Touch board, a $50 item.  The PSoC was easier going because the support software (drivers for functional components) is more advanced than the peripheral driver modules provided for the STM32.  Signal routing to pins and peripheral initialization has to be coded manually for the STM32, whereas the PSoC IDE automates that.  Also, the IDE for the PSoC was no additional cost and has no limitations, whereas the STM32 no-cost IDEs that I’ve tried limit code generation to 32K.

 

STM32 IDEs:

I first tried Atollic’s TrueSTUDIO, which pops up annoying reminders to buy the very expensive professional version.  I am now trying Keil’s uVision 4, which so far has not popped up any reminders.  The editor in TrueSTUDIO is more helpful (intellisense) than that in uVision 4 (perhaps I haven’t learned enough about using it).  Both have debuggers for code running on the processor.  TASKING and EWARM, the other two IDEs supported in the application examples, have not been investigated.  I think open-source tools are also available, but haven’t looked into it.

 

Dick Curtiss

 


From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Wes Edwards
Sent: Tuesday, May 01, 2012 8:38 PM
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 

I'm also looking at moving up from my Arduino clone to something a bit more powerful.  I have a large robot running ROS on Linux on an Atom-based PC with arduino-level AVR's for sub-systems, but I'm now looking for a board for a smaller table-top robot.  It doesn't have to run linux, but a small board like a Raspberry Pi is attractive.

 

Does anyone have any experience/ opinion on the STM Discovery board?  The cost of the board looks very attractive with some nice features but I don't know what other costs are involved.  I'd be looking to use a free toolchain (gcc, eclipse, ??) with it if possible.  Debugging is possible but I don't know what additional costs are associated to use it - eg do I need some commercial hardware).

http://www.st.com/internet/evalboard/product/252419.jsp

 

Wes

 

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Brad garton
Sent: Wednesday, 2 May 2012 2:44 p.m.
To: SeattleRobotics@yahoogroups.com
Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations

 

 


>> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
can get videos on Youtube [...]

>I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
was that widely distributed yet. I've yet to get a BeagleBone, but they do
sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
better than the Bone? I thought Bone was trimmed done XM.

Yup BB doesn't have as much on it as an XM. It seems to be at all my
favorite distributors so it would seem to have a pretty healthy stock out
there. If I couldn't make do with the I/Os below I would definitely go with
an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
than an Arduino Mega card (1cm shorter than the mega, and about half the
size of the XM) if that matters in the design.

Here are the I/Os:

Power 5V, 3.3V , VDD_ADC
3.3V I/O on all signals
McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,

(This is the expansion connectors A, B) there are also a USB in for power
and programming, Ethernet and a USB out. It also has a micro SD connector
which seems pretty handy for moving code around.

It's a little cheaper than the XM at 89.00. There are a ton of tools for it
from what I can tell so far, but I haven't done much with it..yet. I'm still
tinkering with Sensor code on the Arduino right now for fun. The BB comes
with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
stuff. I probably will use Eclipse and gcc instead but it's there and might
be helpful if you are use to the Arduino or something similar. There seem to
be several shield like boards (capes) though I doubt you will see nearly as
many capes as shields. I think with I2C and one of the expansion breakout
capes, it would be easy enough to add Grove sensors or Pmods for whatever
expansion you want but probably cheap enough to use the bigger board upfront
if you need the I/O. I like the flexibility of smallish boards, and I didn't
really need more I/O than that for this project.

On a completely different note, I have a PIC32 based chipKits board (max32)
on the way. It is a 32 bit board with an IDE that is identical to the
Arduino. One of the TRG guys swears by it, and loves Microchip for support,
but it's a MIPS core. It does accept Mega shields and there is a Uno sized
version that takes Uno shields as well. If I didn't need a full Linux I
would look at that one too. (It has no MMU and they don't plan to add one
as far as I know.)

I ordered a Raspberry in march some time and the delivery date was August,
but recently some folks that got August dates at first, are getting notes
saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
be patient on that one.

I see I've again got carried away. I've just spent a lot of time trying to
figure this which controller to use thing for the last month myself.

I have to say after having been away from development for 10+ years, it's a
GREAT time to do development! So many very nice, cheap and easy to use
options now. I've ordered several but haven't picked a winner myself just
yet. I'm having too much fun playing.

B

------------------------------------

Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links


#46969 From: "Peter Balch" <peterbalch@...>
Date: Thu May 3, 2012 9:21 pm
Subject: Re: Hand soldering LGA packages
peterbalch@...
Send Email Send Email
 
The LGA-14 is 0.9mm pitch - quite large by todays standards! AFAIK the pads
don't quite reach the edge.

If you have a pcb then I guess you can use a toaster oven and extra-long
pads. The pads will conduct the heat in.

You can prototype them dead-bug style. I'd glue it onto the copper side of a
piece of stripboard then hand-solder short wires onto the pads. I use single
strands of multi-strand wire - it's a lot easier than self-fluxing enamelled
copper wire.

For protoyping on a solderless breadboard I'd probably start by soldering
pins onto the stripboard to make a chip-carrier.

Peter

#46970 From: Tony Mactutis <tony@...>
Date: Sat May 5, 2012 4:50 am
Subject: Flying Insects and Robots
tonymactutis
Send Email Send Email
 
Interesting reading -

-------- Original Message --------

enjoy!

http://books.google.com/books?id=qS-PSsQRnFUC&printsec=frontcover&source=gbs_ge_\
summary_r&cad=0#v=onepage&q&f=false

- m


_______________________________________________
Rcm-students mailing list
Rcm-students@...
http://mailman1.u.washington.edu/mailman/listinfo/rcm-students

#46971 From: "izanagics" <izanagics@...>
Date: Mon May 7, 2012 3:50 am
Subject: Intro to 3D Printing Class and User Meetup Bellevue, WA on May 26th
izanagics
Send Email Send Email
 
This will be a continuing and evolving event happening every 4th Saturday at
2:30pm.
The location is Studentrnd in Bellevue, WA, USA: 1405 132nd Ave, Suite 3
http://www.facebook.com/events/378188422232793/

Introduction class (students: $5, adults: $10):
Introduction and demo to 3D modeling and printing.
A 3D software modeling lesson and lab (please bring a laptop, limited loaners
are available).
Free time to design models and get your work printed

Advanced group (free to all):
Come checkout the many variations of 3D printers available.
Talk to and learn from veterans of the 3D printing world.
Bring your printer in any status ( assembled, broken, uncalibrated, prototypes).
Work on building, hacking, and repairing your printer or just assist others.
If you can make it please bring your printer!!

#46972 From: SeattleRobotics@yahoogroups.com
Date: Mon May 7, 2012 1:55 pm
Subject: Monday Night Chat, 5/7/2012, 7:00 pm
SeattleRobotics@yahoogroups.com
Send Email Send Email
 
Reminder from:   SeattleRobotics Yahoo! Group
 
Title:   Monday Night Chat
 
Date:   Monday May 7, 2012
Time:   7:00 pm - 9:00 pm
Repeats:   This event repeats every week.
Next reminder:   The next reminder for this event will be sent in 11 hours, 4 minutes.
Notes:   Need ideas on how to take your projects forward? Or just want to discuss what others are doing with them?
Come join us tonight for our weekly Monday Night chat session
and find out the latest.

Updated directions for joining can be found on the SRS Website.
http://www.seattlerobotics.org
http://www.seattlerobotics.org/contact.php#Monday

And why not become a fan of the Seattle Robotics Society on Facebook
http://www.facebook.com/pages/Seattle-Robotics-Society/331139672992

Quick Links for some IRC Clients and for webchat

irc://irc.freenode.net/#SeattleRobotics
http://webchat.freenode.net/?channels=SeattleRobotics
 
Copyright © 2012  Yahoo! Inc. All Rights Reserved | Terms of Service | Privacy Policy

#46973 From: Kevin Impson <internetgiest@...>
Date: Mon May 7, 2012 5:50 pm
Subject: Trying to find connector
internetgiest
Send Email Send Email
 
Hello Everyone,

I was wondering if anybody had any idea's where to look for a 2x3 .5 pitch IDC ribbon cable connector.

I have tried all the standards, Digi-key, Jameco, Mouser, Futurelec and such... with no success.

I have like 70 small stepper motors that a male header which is 2x3 .5 pitch that are soldered to a small pcb that is then soldered to pins on the side of the motor.

I'm wanting to build a brigade of small robots for swarm experiments in the lab, rather than using the usual size robots I build that can run through walls and such if confused with experimental swarm code.

Plus, they are easy to wrangle.

Any help would be appreciated.

Best Regards,

Kevin I.

#46974 From: Kevin Impson <internetgiest@...>
Date: Mon May 7, 2012 5:56 pm
Subject: Trying to find connector
internetgiest
Send Email Send Email
 
Hi Everyone,

I meant .05" pitch not .5".... sorry.

Kevin I.

#46975 From: Michael <yahoo-groups.ms@...>
Date: Mon May 7, 2012 6:53 pm
Subject: Re: Trying to find connector
msprague
Send Email Send Email
 
Looks like most only go down to 2x5 pins.  Here is a 2x3, but not sure of US source:
Interestingly, the data sheet only goes down to 10 pin, but the web page shows 6 pin.

Here's some more with US source unknown to me:

Maybe you can get a 10 pin and cut off 2 rows?

Sorry to not be of more help.
Michael


On Mon, May 7, 2012 at 1:56 PM, Kevin Impson <internetgiest@...> wrote:
 

Hi Everyone,

I meant .05" pitch not .5".... sorry.

Kevin I.



#46976 From: Doug Leppard <doug.leppard.list@...>
Date: Mon May 7, 2012 8:43 pm
Subject: Home automation HVAC
DougLeppard
Send Email Send Email
 

I know home automation HVAC is not exactly robotics, but having an automated home is robot like.

 

What I want to do is my dream of having each zone (room) be controlled individually for AC, I am in central Florida where it gets hot.  I need to do some AC work on the house so why not do it my way.

 

I have located the right duct dampers to open and close the vents to each room.

 

Have located the temperature sensors that can be wired back to a controller, temps are proportional to voltage .73 volts is 73 degrees.

 

Will have a two stage HVAC unit so when only a few rooms are cooled AC will run at lower speed.

 

What I need is an 8 zone or more controller to make the decisions.  Do any of you know of a controller out there that does this?  I can design my own but why not buy one if it is reasonable.

 

Also if the controller could be controlled with an smartphone app it would be the best.

 

Any input?

 

Doug


#46977 From: SeattleRobotics@yahoogroups.com
Date: Tue May 8, 2012 12:56 am
Subject: Monday Night Chat, 5/7/2012, 7:00 pm
SeattleRobotics@yahoogroups.com
Send Email Send Email
 
Reminder from:   SeattleRobotics Yahoo! Group
 
Title:   Monday Night Chat
 
Date:   Monday May 7, 2012
Time:   7:00 pm - 9:00 pm
Repeats:   This event repeats every week.
Notes:   Need ideas on how to take your projects forward? Or just want to discuss what others are doing with them?
Come join us tonight for our weekly Monday Night chat session
and find out the latest.

Updated directions for joining can be found on the SRS Website.
http://www.seattlerobotics.org
http://www.seattlerobotics.org/contact.php#Monday

And why not become a fan of the Seattle Robotics Society on Facebook
http://www.facebook.com/pages/Seattle-Robotics-Society/331139672992

Quick Links for some IRC Clients and for webchat

irc://irc.freenode.net/#SeattleRobotics
http://webchat.freenode.net/?channels=SeattleRobotics
 
Copyright © 2012  Yahoo! Inc. All Rights Reserved | Terms of Service | Privacy Policy

#46978 From: Kevin Ross <kevinro@...>
Date: Tue May 8, 2012 1:52 am
Subject: RE: Trying to find connector
kevinwross
Send Email Send Email
 
The only manufacturer I could ever find for a 2x3 configuration was Berg, who have since been bought out by FCI
 
The parts I have are .100 spacing. It is the strange size that Motorola defined for the BDM connector on the HC12 parts.
 
I have never seen .05 spacing, but there are many things I haven't seent.
 
Last time I ordered these (8 years ago, btw) I believe I got them from Newark.

To: SeattleRobotics@yahoogroups.com
From: yahoo-groups.ms@...
Date: Mon, 7 May 2012 14:53:41 -0400
Subject: Re: [SeattleRobotics] Trying to find connector



Looks like most only go down to 2x5 pins.  Here is a 2x3, but not sure of US source:
Interestingly, the data sheet only goes down to 10 pin, but the web page shows 6 pin.

Here's some more with US source unknown to me:

Maybe you can get a 10 pin and cut off 2 rows?

Sorry to not be of more help.
Michael


On Mon, May 7, 2012 at 1:56 PM, Kevin Impson <internetgiest@...> wrote:
 

Hi Everyone,

I meant .05" pitch not .5".... sorry.

Kevin I.





#46979 From: "Randy Carter" <rwcarter.wa@...>
Date: Tue May 8, 2012 3:17 pm
Subject: Re: Trying to find connector
randycarter2001
Send Email Send Email
 
We use a similar connector for our ICP of the NXP micro-controller.  The header
both surface mount and through hole and the matching cable are available from
Samtec via Digi-key.  I don't have the part numbers handy but there is a mention
of this in the LPCXpresso manual.


----------------------------------------------------
"What the detractors and critics of electric vehicles
have been saying for years, is true. The electric
vehicle is not for everybody, given the limited range
it can only meet the needs of 90% of the population."

Ed Begley Jr.
----------------------------------------------------


---------- Original Message ----------
From: Kevin Impson <internetgiest@...>
To: seattle robotics <SeattleRobotics@yahoogroups.com>
Subject: [SeattleRobotics] Trying to find connector
Date: Mon, 7 May 2012 10:50:59 -0700 (PDT)

Hello Everyone, I was wondering if anybody had any idea's where to look for a
2x3 .5 pitch IDC ribbon cable connector. I have tried all the standards,
Digi-key, Jameco, Mouser, Futurelec and such... with no success. I have like 70
small stepper motors that a male header which is 2x3 .5 pitch that are soldered
to a small pcb that is then soldered to pins on the side of the motor. I'm
wanting to build a brigade of small robots for swarm experiments in the lab,
rather than using the usual size robots I build that can run through walls and
such if confused with experimental swarm code. Plus, they are easy to wrangle.
Any help would be appreciated. Best Regards, Kevin I.

#46980 From: "ListServ" <u1jek4m9c02@...>
Date: Tue May 8, 2012 6:15 pm
Subject: Re: RE: Re: ARM processor Reccomendations
theear1
Send Email Send Email
 
At some point, it makes more sense to me to develop on a phone. The phone has high-level connectivity, up to Ghz speeds, massive storage, and good tool support. The difficulty is finding a way to link it to your I/O. Some phones do serial,
most do bluetooth. Android phones have the option of IOIO.
http://ytai-mer.blogspot.com/2011/04/meet-ioio-io-for-android.html

Thanks
Barrie

On , "Lloyd Moore moorel3-at-comcast.net |Listserv|" <q5r4lx3d7t@...> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
>
> I happen to be starting to work with the STM32 series as well and found the development tools to be WAY expensive. There is an alternative however, there are instructions on the web for setting up a free tool chain that doesn’t have any limitations. I’ve done this and it appears to work just fine.  Here are the two links that helped me though this:http://shareee.netne.net/wordpress/?p=5 http://www.chibios.org/dokuwiki/doku.php?id=chibios:guides:stlink_eclipse Additionally you will note that the example program has Atolloc copyright headers in there stating the files can only be used with their compiler – turns out these are just basically copies of the files that STM gives away for free that do the same things. You can pull the original files out of the STM development SDK and have clean files, with a valid copyright in them. Once you do this everything should work just fine. I’ve been able to download and debug here without issue. I haven’t hit the 32K code limit mark, but since you are using the open source GCC compilers instead of the ones modified by a company to include limitations there shouldn’t be any code limits. Thanks,Lloyd
>  From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Dick Curtiss
> Sent: Thursday, May 03, 2012 12:21 PM
> To: SeattleRobotics@yahoogroups.com
> Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations
>
>    I am currently working with the STM32F4-Discovery board (about $15) and so far have not been disappointed.  Previously, I worked with the PSoC 5 First Touch board, a $50 item.  The PSoC was easier going because the support software (drivers for functional components) is more advanced than the peripheral driver modules provided for the STM32.  Signal routing to pins and peripheral initialization has to be coded manually for the STM32, whereas the PSoC IDE automates that.  Also, the IDE for the PSoC was no additional cost and has no limitations, whereas the STM32 no-cost IDEs that I’ve tried limit code generation to 32K. STM32 IDEs:I first tried Atollic’s TrueSTUDIO, which pops up annoying reminders to buy the very expensive professional version.  I am now trying Keil’s uVision 4, which so far has not popped up any reminders.  The editor in TrueSTUDIO is more helpful (intellisense) than that in uVision 4 (perhaps I haven’t learned enough about using it).  Both have debuggers for code running on the processor.  TASKING and EWARM, the other two IDEs supported in the application examples, have not been investigated.  I think open-source tools are also available, but haven’t looked into it. Dick Curtiss 
> From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Wes Edwards
> Sent: Tuesday, May 01, 2012 8:38 PM
> To: SeattleRobotics@yahoogroups.com
> Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations
>    I'm also looking at moving up from my Arduino clone to something a bit more powerful.  I have a large robot running ROS on Linux on an Atom-based PC with arduino-level AVR's for sub-systems, but I'm now looking for a board for a smaller table-top robot.  It doesn't have to run linux, but a small board like a Raspberry Pi is attractive. Does anyone have any experience/ opinion on the STM Discovery board?  The cost of the board looks very attractive with some nice features but I don't know what other costs are involved.  I'd be looking to use a free toolchain (gcc, eclipse, ??) with it if possible.  Debugging is possible but I don't know what additional costs are associated to use it - eg do I need some commercial hardware).http://www.st.com/internet/evalboard/product/252419.jsp Wes  From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of Brad garton
> Sent: Wednesday, 2 May 2012 2:44 p.m.
> To: SeattleRobotics@yahoogroups.com
> Subject: RE: [SeattleRobotics] Re: ARM processor Reccomendations
>
>   
>
> >> [...] Both the BeagleBone and BeagleBoard > XM are widely used and you
> can get videos on Youtube [...]
>
> >I agree orig Beagle and Beagle XM are widely used, but I didn't think Bone
> was that widely distributed yet. I've yet to get a BeagleBone, but they do
> sound interesting. OP wanted a box with room to grow, so isn't the Beagle XM
> better than the Bone? I thought Bone was trimmed done XM.
>
> Yup BB doesn't have as much on it as an XM. It seems to be at all my
> favorite distributors so it would seem to have a pretty healthy stock out
> there. If I couldn't make do with the I/Os below I would definitely go with
> an XM, or that Panda board (2 ARMS! Sweet!). The BB is a little smaller
> than an Arduino Mega card (1cm shorter than the mega, and about half the
> size of the XM) if that matters in the design.
>
> Here are the I/Os:
>
> Power 5V, 3.3V , VDD_ADC
> 3.3V I/O on all signals
> McASP0, SPI1, I2C, GPIO(65), LCD, GPMC, MMC1, MMC2, 7
> AIN(1.8V MAX), 4 Timers, 3 Serial Ports, CAN0,
> EHRPWM(0,2),XDMA Interrupt, Power button, Battery Charger,
>
> (This is the expansion connectors A, B) there are also a USB in for power
> and programming, Ethernet and a USB out. It also has a micro SD connector
> which seems pretty handy for moving code around.
>
> It's a little cheaper than the XM at 89.00. There are a ton of tools for it
> from what I can tell so far, but I haven't done much with it..yet. I'm still
> tinkering with Sensor code on the Arduino right now for fun. The BB comes
> with an Angstrom Linux distro, and seems fairly easy to use the cloud 9 IDE
> stuff. I probably will use Eclipse and gcc instead but it's there and might
> be helpful if you are use to the Arduino or something similar. There seem to
> be several shield like boards (capes) though I doubt you will see nearly as
> many capes as shields. I think with I2C and one of the expansion breakout
> capes, it would be easy enough to add Grove sensors or Pmods for whatever
> expansion you want but probably cheap enough to use the bigger board upfront
> if you need the I/O. I like the flexibility of smallish boards, and I didn't
> really need more I/O than that for this project.
>
> On a completely different note, I have a PIC32 based chipKits board (max32)
> on the way. It is a 32 bit board with an IDE that is identical to the
> Arduino. One of the TRG guys swears by it, and loves Microchip for support,
> but it's a MIPS core. It does accept Mega shields and there is a Uno sized
> version that takes Uno shields as well. If I didn't need a full Linux I
> would look at that one too. (It has no MMU and they don't plan to add one
> as far as I know.)
>
> I ordered a Raspberry in march some time and the delivery date was August,
> but recently some folks that got August dates at first, are getting notes
> saying July now. Sadly, I'm not one of those people. For 35.00 bucks I can
> be patient on that one.
>
> I see I've again got carried away. I've just spent a lot of time trying to
> figure this which controller to use thing for the last month myself.
>
> I have to say after having been away from development for 10+ years, it's a
> GREAT time to do development! So many very nice, cheap and easy to use
> options now. I've ordered several but haven't picked a winner myself just
> yet. I'm having too much fun playing.
>
> B
>
> ------------------------------------
>
> Visit the SRS Website at http://www.seattlerobotics.orgYahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

#46982 From: William Henning <webdevsupport@...>
Date: Sun May 13, 2012 12:39 am
Subject: Robothon competition questions
mikronauts
Send Email Send Email
 
Hi,

I am entering three of the four competitions (line following, line
maze, and mini sumo) and I have a few questions...

1) Line Following
------------------------

How does the robot know it has completed the course?

Is a 38Khz IR remote "Emergency Stop" function OK?


2) Line Maze
------------------

What is the maximum error on the minimum line width? ie 1/4" +/- 1/x"
(it may be difficult to detect a 1/8" or smaller line reliably)

Is a 38Khz IR remote "Emergency Stop" function OK?


3) Mini Sumo
-------------------

I understand the robot may not begin action until 5 seconds after
starting, but can other servo's mounted on the bot that do not cause
the bot to move operate before the 5 seconds expire?

Is a 38Khz IR remote "Emergency Stop" function OK?


I am a bit surprised that there are not many more entrants.

Bill

#46983 From: "Lloyd Moore" <moorel3@...>
Date: Sun May 13, 2012 4:03 pm
Subject: RE: Robothon competition questions
moorel3_b
Send Email Send Email
 

William,

 

Let me chime in here on the questions you have below:

 

1.       In general the “indoor” robot events do not have a requirement for an “Emergency Stop” function. If you want to include one that should be fine, however there is no requirement to do so. In the case of MiniSumo the robot is expected to be under radio control anyway, and in that case the emergency stop function would normally be a part of the RC hardware. (Most RC units are set up to stop or hold last position if the radio signal is lost.)

2.       The lines are made from ¼” wide tape, so while I don’t have exact tolerance numbers on this I would expect it to be pretty minimal. I think you can safely assume +/-1/16” max in general. I would however expect to see some small alignment errors greater than this where the tiles for the course meet up. During setup we will keep these as minimal as possible (1/10” max), but of course the better a bot is at handling these cases the less chance there is for a problem during the competition.

3.       Take a look at the SRS page for the Line Following – the robot has completed the course when it reaches the end of the line – basically the line just has two ends, one is the start, the other is the end.

 

Thanks,

Lloyd

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of William Henning
Sent: Saturday, May 12, 2012 5:39 PM
To: seattlerobotics
Subject: [SeattleRobotics] Robothon competition questions

 

 

Hi,

I am entering three of the four competitions (line following, line
maze, and mini sumo) and I have a few questions...

1) Line Following
------------------------

How does the robot know it has completed the course?

Is a 38Khz IR remote "Emergency Stop" function OK?

2) Line Maze
------------------

What is the maximum error on the minimum line width? ie 1/4" +/- 1/x"
(it may be difficult to detect a 1/8" or smaller line reliably)

Is a 38Khz IR remote "Emergency Stop" function OK?

3) Mini Sumo
-------------------

I understand the robot may not begin action until 5 seconds after
starting, but can other servo's mounted on the bot that do not cause
the bot to move operate before the 5 seconds expire?

Is a 38Khz IR remote "Emergency Stop" function OK?

I am a bit surprised that there are not many more entrants.

Bill


#46984 From: William Henning <webdevsupport@...>
Date: Sun May 13, 2012 6:08 pm
Subject: Re: Robothon competition questions
mikronauts
Send Email Send Email
 
Hi Lloyd,

Thanks for the response! This will be my first competition, and I want to do things right...

On Sun, May 13, 2012 at 9:03 AM, Lloyd Moore <moorel3@...> wrote:

1.       In general the “indoor” robot events do not have a requirement for an “Emergency Stop” function. If you want to include one that should be fine, however there is no requirement to do so. In the case of MiniSumo the robot is expected to be under radio control anyway, and in that case the emergency stop function would normally be a part of the RC hardware. (Most RC units are set up to stop or hold last position if the radio signal is lost.)

I thought the mini sumo bots were supposed to be fully autonomous?

I was mostly concerned with the line racing, in case the robot went racing off track among spectators feet.

2.       The lines are made from ¼” wide tape, so while I don’t have exact tolerance numbers on this I would expect it to be pretty minimal. I think you can safely assume +/-1/16” max in general. I would however expect to see some small alignment errors greater than this where the tiles for the course meet up. During setup we will keep these as minimal as possible (1/10” max), but of course the better a bot is at handling these cases the less chance there is for a problem during the competition.

Thanks. I am wiring up a new line sensor to allow for 1/4" wide tape, and the photo reflectors at hand should allow me to detect 1/5" lines without issue, so it sounds like I am set :)

I should be able to handle 1/10" gaps without any problems.

3.       Take a look at the SRS page for the Line Following – the robot has completed the course when it reaches the end of the line – basically the line just has two ends, one is the start, the other is the end.

I was thrown by the closed loop, and somehow missed the intersecting start finish line. Good thing I asked :)

Thanks,

Bill
 

 

Thanks,

Lloyd

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of William Henning
Sent: Saturday, May 12, 2012 5:39 PM
To: seattlerobotics
Subject: [SeattleRobotics] Robothon competition questions

 

 

Hi,

I am entering three of the four competitions (line following, line
maze, and mini sumo) and I have a few questions...

1) Line Following
------------------------

How does the robot know it has completed the course?

Is a 38Khz IR remote "Emergency Stop" function OK?

2) Line Maze
------------------

What is the maximum error on the minimum line width? ie 1/4" +/- 1/x"
(it may be difficult to detect a 1/8" or smaller line reliably)

Is a 38Khz IR remote "Emergency Stop" function OK?

3) Mini Sumo
-------------------

I understand the robot may not begin action until 5 seconds after
starting, but can other servo's mounted on the bot that do not cause
the bot to move operate before the 5 seconds expire?

Is a 38Khz IR remote "Emergency Stop" function OK?

I am a bit surprised that there are not many more entrants.

Bill





#46985 From: "Pete Miles" <robots@...>
Date: Mon May 14, 2012 2:45 am
Subject: Re: Robothon competition questions
ajklz5
Send Email Send Email
 
Mini sumo is strictly an autonomous division - no remote control permitted at all, including emergency stop functions.
 
It is up to the competitor to catch their robot if it runs off the Dohyo.
 
Pete
 
----- Original Message -----
Sent: Sunday, May 13, 2012 9:03 AM
Subject: RE: [SeattleRobotics] Robothon competition questions

William,

 

Let me chime in here on the questions you have below:

 

1.       In general the “indoor” robot events do not have a requirement for an “Emergency Stop” function. If you want to include one that should be fine, however there is no requirement to do so. In the case of MiniSumo the robot is expected to be under radio control anyway, and in that case the emergency stop function would normally be a part of the RC hardware. (Most RC units are set up to stop or hold last position if the radio signal is lost.)

2.       The lines are made from ¼” wide tape, so while I don’t have exact tolerance numbers on this I would expect it to be pretty minimal. I think you can safely assume +/-1/16” max in general. I would however expect to see some small alignment errors greater than this where the tiles for the course meet up. During setup we will keep these as minimal as possible (1/10” max), but of course the better a bot is at handling these cases the less chance there is for a problem during the competition.

3.       Take a look at the SRS page for the Line Following – the robot has completed the course when it reaches the end of the line – basically the line just has two ends, one is the start, the other is the end.

 

Thanks,

Lloyd

 

From: SeattleRobotics@yahoogroups.com [mailto:SeattleRobotics@yahoogroups.com] On Behalf Of William Henning
Sent: Saturday, May 12, 2012 5:39 PM
To: seattlerobotics
Subject: [SeattleRobotics] Robothon competition questions

 

 

Hi,

I am entering three of the four competitions (line following, line
maze, and mini sumo) and I have a few questions...

1) Line Following
------------------------

How does the robot know it has completed the course?

Is a 38Khz IR remote "Emergency Stop" function OK?

2) Line Maze
------------------

What is the maximum error on the minimum line width? ie 1/4" +/- 1/x"
(it may be difficult to detect a 1/8" or smaller line reliably)

Is a 38Khz IR remote "Emergency Stop" function OK?

3) Mini Sumo
-------------------

I understand the robot may not begin action until 5 seconds after
starting, but can other servo's mounted on the bot that do not cause
the bot to move operate before the 5 seconds expire?

Is a 38Khz IR remote "Emergency Stop" function OK?

I am a bit surprised that there are not many more entrants.

Bill



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.930 / Virus Database: 2410.1.1/4997 - Release Date: 05/13/12 11:22:00

Messages 46955 - 46985 of 47820   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help