Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

50+ pages fresh from Antti's brain

3 views
Skip to first unread message

Antti

unread,
Nov 1, 2009, 1:10:21 AM11/1/09
to
just released!

well there is a nice article about 3 different Audio-dsp boards from
Eric Brombaugh as well


Antti
http://groups.google.com/group/antti-brain/files?hl=en

MK

unread,
Nov 2, 2009, 5:12:16 AM11/2/09
to

"Antti" <antti....@googlemail.com> wrote in message
news:425235a9-b8ac-49fc...@r24g2000yqd.googlegroups.com...

Hello Antti,

Tried to look at it but Acrobat says the file is damaged and can't be
repaired. I downloaded it a few times.

Michael Kellett


Antti

unread,
Nov 2, 2009, 5:59:10 AM11/2/09
to
On Nov 2, 12:12 pm, "MK" <m...@nospam.please> wrote:
> "Antti" <antti.luk...@googlemail.com> wrote in message

weird, i just downloaded myself, and the file is ok

size on disk 4,36 MB (4 579 328 bytes)

Antti


Frank Buss

unread,
Nov 2, 2009, 6:12:23 AM11/2/09
to
MK wrote:

> Tried to look at it but Acrobat says the file is damaged and can't be
> repaired. I downloaded it a few times.

Works for me. Maybe try right click and "save as", then open the PDF, not
within the browser, sometimes Acrobat Reader has problems when loading it
from within a web browser.

BTW: the W7100 microcontroller sounds interesting: 64 kB flash, 64 kB SRAM,
32 IO ports and TCP/IP for $6.40 ( http://tinyurl.com/yev4vzy ).

--
Frank Buss, f...@frank-buss.de
http://www.frank-buss.de, http://www.it4-systems.de

Frank Buss

unread,
Nov 2, 2009, 6:30:59 AM11/2/09
to
Antti wrote:

Not very FPGA related, but I like it, some interesting ideas. Maybe next
time post it to sci.electronics.basics :-)

The magnetic pendulum idea sounds interesting. Do you think it would be
possible to build something similar with only one coil for hovering things
like this: http://www.paramountzone.com/globe.htm ?

Antti

unread,
Nov 2, 2009, 8:22:41 AM11/2/09
to

eh, I think I have enough FPGA related in the previous issues, well
the u2tool inside
is an FPGA, but i had no time to explain the inner life in more detail
in october issue

the "hovering" humm, i guess it could be done so that "one coil" just
lifts up some
metal part and balances it, it should be possible to measure and
compensate with
one coil only
rotation would however need more than one coil for sure

Antti

Nico Coesel

unread,
Nov 2, 2009, 12:52:58 PM11/2/09
to
Frank Buss <f...@frank-buss.de> wrote:

>MK wrote:
>
>> Tried to look at it but Acrobat says the file is damaged and can't be
>> repaired. I downloaded it a few times.
>
>Works for me. Maybe try right click and "save as", then open the PDF, not
>within the browser, sometimes Acrobat Reader has problems when loading it
>from within a web browser.
>
>BTW: the W7100 microcontroller sounds interesting: 64 kB flash, 64 kB SRAM,
>32 IO ports and TCP/IP for $6.40 ( http://tinyurl.com/yev4vzy ).

NXP's LPC1700 series (Cortex M3) is probably cheaper and has at least
5 times more performance.

--
Failure does not prove something is impossible, failure simply
indicates you are not using the right tools...
"If it doesn't fit, use a bigger hammer!"
--------------------------------------------------------------

Frank Buss

unread,
Nov 2, 2009, 1:36:41 PM11/2/09
to
Nico Coesel wrote:

> NXP's LPC1700 series (Cortex M3) is probably cheaper and has at least
> 5 times more performance.

You are right, the chip is interesting. The smallest one of the LPC1700
family with network support costs about the same as the W7100, but has an
additional DAC, ADC and USB:

http://search.digikey.com/scripts/DkSearch/dksus.dll?vendor=0&keywords=lpc1764

Antti

unread,
Nov 2, 2009, 7:13:59 PM11/2/09
to
On Nov 2, 8:36 pm, Frank Buss <f...@frank-buss.de> wrote:
> Nico Coesel wrote:
> > NXP's LPC1700 series (Cortex M3) is probably cheaper and has at least
> > 5 times more performance.
>
> You are right, the chip is interesting. The smallest one of the LPC1700
> family with network support costs about the same as the W7100, but has an
> additional DAC, ADC and USB:
>
> http://search.digikey.com/scripts/DkSearch/dksus.dll?vendor=0&keyword...

>
> --
> Frank Buss, f...@frank-buss.dehttp://www.frank-buss.de,http://www.it4-systems.de

yes and no, I have the LPC1768 sample on my desk, yet i consider the
W7100
interesting too. LPC1768 has no ethernet PHY and W7100 has lots of
ethernet
"in hardware" so for tasks where you need ETH+something and do not
need
the extras the W7100 maybe better

Antti

-jg

unread,
Nov 3, 2009, 2:34:01 AM11/3/09
to
On Nov 3, 12:12 am, Frank Buss <f...@frank-buss.de> wrote:
>
> BTW: the W7100 microcontroller sounds interesting: 64 kB flash, 64 kB SRAM,
> 32 IO ports and TCP/IP for $6.40 (http://tinyurl.com/yev4vzy).

Reminds me of the DS80C4xx from Dallas, which also has 64K RAM, only
that has ROM, (and no Phy) - price of $8/1K on the Dallas part, and
it's not clear what the volume price of the W7100 is.
(ie that $6.40 looks like a promo price ..? )

No ADCs and no SPI port - so the Ethernet pumps nicely into this
device, but where does it go from there ?
[Could make a nice FPGA peripheral ? ;) ]

Seems to need TWO crystals ?, and has interesting ROM/FLASH speed
comparisons. ROM looks 4x faster, so they have simple
maths libraries included in ROM

How well does the W7100 debug tool chain work ?

-jg

Antti

unread,
Nov 3, 2009, 2:52:50 AM11/3/09
to

Jim, I do not know yet :(

as I wrote, I had W3100 samples, and never used them.. (they had
silicon errata too much..)
the 2 clock is sure major PITA, but it less hassle then external PHY

hm.. I also have samples of another 8051ETH mcu with PHY and 512KB
flash that cost below 6$
but there is no 49$ devkit for that one, maybe time for me to make
one:)

as of W7100 its all about the "easy", it makes sense to use it, if
there support and reference design
are just superior, if not then no reason to consider the wiznet iMCU
my 2 cents


Antti

Nico Coesel

unread,
Nov 3, 2009, 1:28:25 PM11/3/09
to
Antti <antti....@googlemail.com> wrote:

>On Nov 2, 8:36=A0pm, Frank Buss <f...@frank-buss.de> wrote:
>> Nico Coesel wrote:
>> > NXP's LPC1700 series (Cortex M3) is probably cheaper and has at least
>> > 5 times more performance.
>>
>> You are right, the chip is interesting. The smallest one of the LPC1700
>> family with network support costs about the same as the W7100, but has an
>> additional DAC, ADC and USB:
>>

>> http://search.digikey.com/scripts/DkSearch/dksus.dll?vendor=3D0&keyword..=
>.
>>
>> --
>> Frank Buss, f...@frank-buss.dehttp://www.frank-buss.de,http://www.it4-sys=


>tems.de
>
>yes and no, I have the LPC1768 sample on my desk, yet i consider the
>W7100
>interesting too. LPC1768 has no ethernet PHY and W7100 has lots of
>ethernet
>"in hardware" so for tasks where you need ETH+something and do not
>need
>the extras the W7100 maybe better

But what if you want something special? I bet the hardware tcp/ip
stack is very limited. I have been using the LPC2000 series (even the
ones without MAC) within IP networks for several years now and
sometimes you really need some extra flexibility.

Also beware of internal PHYs. The process for a good phy is different
than for a good microcontroller. You'll probably end up with a power
guzzling controller. Last year I evaluated a Freescale controller with
internal phy. It consumed about 1W and required a 4 layer board for
adequate heat sinking.

Petter Gustad

unread,
Nov 3, 2009, 3:01:54 PM11/3/09
to
ni...@puntnl.niks (Nico Coesel) writes:

> guzzling controller. Last year I evaluated a Freescale controller with
> internal phy. It consumed about 1W and required a 4 layer board for
> adequate heat sinking.

Was that the M52235? I have a couple eval boards that does not seem to
get hot at all. They can also run PoE.

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Nico Coesel

unread,
Nov 4, 2009, 1:28:07 PM11/4/09
to
Petter Gustad <newsma...@gustad.com> wrote:

>ni...@puntnl.niks (Nico Coesel) writes:
>
>> guzzling controller. Last year I evaluated a Freescale controller with
>> internal phy. It consumed about 1W and required a 4 layer board for
>> adequate heat sinking.
>
>Was that the M52235? I have a couple eval boards that does not seem to
>get hot at all. They can also run PoE.

I think so. Perhaps it will consume a lot of power if a long ethernet
cable is connected. The datasheet / application note recommends a 4
layer board for cooling.

0 new messages