[mc1322x] [Contiki-developers] contiki ipv6 on Raven - ping6 fails

Jon Smirl jonsmirl at gmail.com
Tue Nov 3 16:12:00 EST 2009


On Tue, Nov 3, 2009 at 3:46 PM, Oleksiy Yakimovych
<oleksiy.yakimovych at ferens.net> wrote:
> Jon,
>
> I just wanted to note exactly the same in my previous mail :)
> Yes, I think of mc1322x as a main production platform. But I need to test it
> first.
> I'm not sure yet what would be the platform implementation. Maybe it will be
> Mariano's RedBee. It looks good, especially with ARM7.

mc13224 is the lowest cost solution that you can actually buy for real.
mc13224 is cheap because the microcontroller, flash, ram and radio are
all in the same package.

You can buy 100 for $4.45 at Mouser today. (better than the $4.74
direct from Freescale so they are discounting)
http://mouser.com/search/ProductDetail.aspx?qs=gfD5V8h1ZppSNsTByz%252bgCQ%3d%3d

Em351 is $3, but after asking that's in 10M quantity. I suspect
mc13224 would be less than $3 in 10M quantity too.

If you need USB...

TI CC2531 - $8.25 100Q at Mouser
mc13224 - $4.45 + ft232r $3.50 = $7.95

The Atmel solutions are more expensive:
at86rf230 $2.80, you aren't going to find a CPU/ram/flash for $1.65 so
mc13224 wins.

Check out the schematics at the bottom of the page...
http://mc1322x.devl.org/

External component count is basically nothing except the crystal. The
RCL circuit and 32K xtal are optional.

Mar's boards are a little expensive because he is building them one at
a time by hand.
They'd be a lot cheaper if people ordered 1000 of them.


> It would be nice to complete Contiki and mc1322x code synchronization. I
> know Mariano wants to have his code perfect. I think code synchronization
> would give more opportunities for testers.

Mar has a procedure in place for syncing to Contiki CVS. He just
resynced a couple of days ago.
I'm sure the code will make it into main Contiki CVS sooner or later.

Any thoughts on converting the Contiki repo from CVS to git at sourceforge?

>
> Thanks,
> Oleksiy
>
> -----Original Message-----
> From: Jon Smirl [mailto:jonsmirl at gmail.com]
> Sent: Tuesday, November 03, 2009 10:07 AM
> To: Contiki developer mailing list
> Subject: Re: [Contiki-developers] contiki ipv6 on Raven - ping6 fails
>
> On Tue, Nov 3, 2009 at 12:46 PM, Oleksiy Yakimovych
> <oleksiy.yakimovych at ferens.net> wrote:
>> Wow. Thank you very much Brad!
>> I'll try it.
>>
>> I like Raven, but it is just a research platform for me.
>> I really wish Atmel could provide more documentation than they do right
> now.
>
> An alternative research platform could be the mc13224
> http://mc1322x.devl.org/
>
> You can load code into it and run just using RAM. There is no
> requirement to flash every cycle. It has flash when you are ready for
> it, but you can avoid using it for a long time. Takes about thirty
> seconds to do an edit/compile/run cycle.
>
> Prebuilt kits that are cheaper than the Freescale direct options...
> http://redwirellc.com/store/index.php?route=product/category&path=37
>
>>
>> Thank you again,
>> Oleksiy
>>
>> -----Original Message-----
>> From: Petrus Brad (CR/RTC3-NA) [mailto:Brad.Petrus at us.bosch.com]
>> Sent: Tuesday, November 03, 2009 9:22 AM
>> To: Contiki developer mailing list
>> Subject: Re: [Contiki-developers] contiki ipv6 on Raven - ping6 fails
>>
>> Hi Oleksiy,
>>
>> I am currently using the TI SN75C3222 RS-232 line driver/receiver
>> (http://focus.ti.com/general/docs/lit/getliterature.tsp?genericPartNumbe
>> r=sn65c3222&fileType=pdf).  It provides a single chip solution to the
>> schematic that you attached and IT WORKS!
>>
>> Cheers,
>> Brad
>>
>> -----Original Message-----
>> From: Oleksiy Yakimovych [mailto:oleksiy.yakimovych at ferens.net]
>> Sent: Tuesday, November 03, 2009 1:18 AM
>> To: Contiki developer mailing list
>> Subject: Re: [Contiki-developers] contiki ipv6 on Raven - ping6 fails
>>
>> Sorry for asking this second time: does anybody use some other way to
>> connect Raven serial line to RS232 without STK 500?
>> >From STK 500 documentation it could be be done through schematic
>> attached in email.
>>
>> Thanks,
>> Oleksiy
>>
>> On Mon, 2009-11-02 at 18:53 +0100, Olivier Fauchon wrote:
>>> Good news,
>>>
>>> My serial link is ok, and  I have debug informations.
>>>
>>>
>>> *******Booting Contiki 2.3*******
>>> Scheduling DAD for ipaddr: fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> Scheduling RS
>>> ????????????????.?????????????????????????????? online with fixed 4475
>> byte web content
>>> Sending NS to ff02:0000:0000:0000:0000:0001:ffff:ffff from
>> 0000:0000:0000:0000:0000:0000:0000:0000 with target address
>>> fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> Sending RS 0
>>> Sendin RS to ff02:0000:0000:0000:0000:0000:0000:0002 from
>> fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> DAD succeeded for ipaddr: fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> END of DAD
>>> address 0 :  fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> Sending RS 1
>>> Sendin RS to ff02:0000:0000:0000:0000:0000:0000:0002 from
>> fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> Sending RS 2
>>> Sendin RS to ff02:0000:0000:0000:0000:0000:0000:0002 from
>> fe80:0000:0000:0000:fdff:ffff:ffff:ffff
>>> Router found ? (boolean): 0
>>>
>>> Is there something interesting here ?
>>>
>>>
>>>
>>> David Kopf wrote:
>>> > You'd have to solder the debug connection as in the tutorial to get
>> RS232
>>> > out, easiest to do through an STK500 which will do the level
>> shifting. It is
>>> > worth getting that connection if you will be programming the Raven,
>> but if
>>> > it is too much for now I could download your .elf and try it on my
>> setup.
>>> >
>>> > ----- Original Message -----
>>> > From: "Olivier Fauchon" <olivier at aixmarseille.com>
>>> >> Not sure to understand.
>>> >> You want me to enable debuging, ok.
>>> >>
>>> >> But if I run this code on raven LCD demo board, where will go the
>> debug
>>> >> messages ?
>>> >>
>>> >
>>> >
>>> >
>> ------------------------------------------------------------------------
>> ------
>>> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>> > is the only developer event you need to attend this year. Jumpstart
>> your
>>> > developing skills, take BlackBerry mobile applications to market and
>> stay
>>> > ahead of the curve. Join us from November 9 - 12, 2009. Register
>> now!
>>> > http://p.sf.net/sfu/devconference
>>> > _______________________________________________
>>> > Contiki-developers mailing list
>>> > Contiki-developers at lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/contiki-developers
>>>
>>>
>>
>>
>>
> ----------------------------------------------------------------------------
>> --
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Contiki-developers mailing list
>> Contiki-developers at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/contiki-developers
>>
>>
>>
> ----------------------------------------------------------------------------
> --
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Contiki-developers mailing list
>> Contiki-developers at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/contiki-developers
>>
>
>
>
> --
> Jon Smirl
> jonsmirl at gmail.com
>
> ----------------------------------------------------------------------------
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Contiki-developers mailing list
> Contiki-developers at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/contiki-developers
>
>
> _______________________________________________
> mc1322x mailing list
> mc1322x at devl.org
> http://devl.org/cgi-bin/mailman/listinfo/mc1322x
>



-- 
Jon Smirl
jonsmirl at gmail.com



More information about the mc1322x mailing list