Author Topic: Chinese ATMega88 clone  (Read 23965 times)

0 Members and 1 Guest are viewing this topic.

Offline JopeTopic starter

  • Regular Contributor
  • *
  • Posts: 110
  • Country: de
Chinese ATMega88 clone
« on: December 15, 2013, 07:35:57 pm »
Itead Studio is currently running an Indiegogo campaign for their Arduino-like 'Iteaduino Lite' board.
The interesting thing is that they don't use an original Atmel AVR, but a Chinese clone of an ATmega88, the LGT8F88 from a company named LogicGreen.
They have a comparison sheet on their website.
 

Offline Svuppe

  • Regular Contributor
  • *
  • Posts: 92
  • Country: dk
Re: Chinese ATMega88 clone
« Reply #1 on: December 15, 2013, 09:00:39 pm »
Wow. They have removed 2 out of 3 gnd pins, and added 8 high sink port pins. I would expect massive ground bounce problems.
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #2 on: December 15, 2013, 09:09:58 pm »
Quote
Chinese clone

Bad for Atmel giving that a lot of their business comes from within China which is driving their success so far.

However, I am not sure to what extent volume buyers will embrace a clone. For the one-off market (aka arduino) i don't know who's willing to put up with the potential hustle of a new clone to save a few cents.

Quote
massive ground bounce problems.

Be real.
================================
https://dannyelectronics.wordpress.com/
 

Offline miceuz

  • Frequent Contributor
  • **
  • Posts: 387
  • Country: lt
    • chirp - a soil moisture meter / plant watering alarm
Re: Chinese ATMega88 clone
« Reply #3 on: December 15, 2013, 09:19:34 pm »
I wander what's ADC performance with no separate power pins for ADC and switcher as the main power source...

Online tszaboo

  • Super Contributor
  • ***
  • Posts: 7454
  • Country: nl
  • Current job: ATEX product design
Re: Chinese ATMega88 clone
« Reply #4 on: December 15, 2013, 09:32:22 pm »
They keep the cost low by welding the components on, not soldering:
"these pins will not be welded on it,"
I wonder why don't they have someone read it before writing these kind of mistakes. It is not like they cannot e-mail it to some Indian proofread company to correct it for 1 USD per page. Does anyone know if the memory size is useful? I've only programmed Atmegas in ASM.
 

Offline Svuppe

  • Regular Contributor
  • *
  • Posts: 92
  • Country: dk
Re: Chinese ATMega88 clone
« Reply #5 on: December 15, 2013, 10:01:30 pm »
Be real.
I am quite serious. 8 pins sinking up to 80 mA each, and everything has to exit through one single gnd pin. I wouldn't trust the ADC for anything, and I would have my doubts about other parts too.
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: Chinese ATMega88 clone
« Reply #6 on: December 15, 2013, 11:02:37 pm »
I fully expect there to be all kinds of problems with the first iterations of the chip, but I'm actually kind of excited to see a real second source for a microcontroller on the market. The instruction timing differences means it's not a 100% drop-in replacement, but it should work for the majority of applications. I wonder what this will do to the counterfeit AVR market?

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4219
  • Country: us
Re: Chinese ATMega88 clone
« Reply #7 on: December 15, 2013, 11:46:08 pm »
It's NOT a "real second source."  It's not quite compatible.  (in relatively interesting ways, actually.  Implying that it's not just a clone, either.  (particularly interesting is the lack of bootloader support, the odd eeprom size, and a different multiplier.)

The single set of power pins IS rather troubling...  Maybe you can do that if you implement the core in smaller geometries, and just dedicate extra transistors to the output drivers?
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #8 on: December 15, 2013, 11:50:52 pm »
Quote
and everything has to exit through one single gnd pin.

Sure. But none of that necessarily leads to "massive ground bounce problems".

Quote
I wouldn't trust the ADC for anything, and I would have my doubts about other parts too.

You are obviously free to speculate. But unless you have hard data, it remains your speculation.
================================
https://dannyelectronics.wordpress.com/
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #9 on: December 15, 2013, 11:54:02 pm »
Quote
instruction timing differences means it's not a 100% drop-in replacement

It is instruction compatible with avrs. I doubt there are a lot of code out there that take (dis)advantage of original avr's timing to the extent to break its execution on this clone.
================================
https://dannyelectronics.wordpress.com/
 

Offline MatCat

  • Frequent Contributor
  • **
  • Posts: 377
  • Country: us
Re: Chinese ATMega88 clone
« Reply #10 on: December 15, 2013, 11:56:25 pm »
I especially love where it says only LogicGreen's ISP will program it... I think I would rather stick with Atmel for now.
 

Offline baoshi

  • Regular Contributor
  • *
  • Posts: 167
  • Country: sg
    • Digital Me
Chinese ATMega88 clone
« Reply #11 on: December 16, 2013, 12:43:47 am »
Their ISP is a VUSB based board, perhaps a USBISP clone. You can take a look here, last 3 items are Emulator, Programmer and Demo board.

http://www.mailshop.cn/product_list.jsp?class_id=3640&super_id=1024

I heard the dev platform is AVRGCC??!


« Last Edit: December 16, 2013, 12:50:36 am by baoshi »
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #12 on: December 16, 2013, 01:13:46 am »
Quote
I heard the dev platform is AVRGCC??!

Yes, according to their own comparison, all toolchains for avr are good for this clone - how that's going to sustain in a legal challenge is unknown.
================================
https://dannyelectronics.wordpress.com/
 

Offline baoshi

  • Regular Contributor
  • *
  • Posts: 167
  • Country: sg
    • Digital Me
Chinese ATMega88 clone
« Reply #13 on: December 16, 2013, 02:24:11 am »
The company does not have an address, contact number is a mobile, support is on an forum. If I were Atmel I'll go for their customer (if any ;) ).


Sent from my iPhone using Tapatalk
 

Offline Rick Law

  • Super Contributor
  • ***
  • Posts: 3449
  • Country: us
Re: Chinese ATMega88 clone
« Reply #14 on: December 16, 2013, 04:00:04 am »
Anytime there is more competition, the consumers benefit.  As long as it is a legitimately done clone, I think it is a good thing for the industry.  I am sure there will be tons of issues to iron out.  This may be their learning process.

I would not find the clone they have depicted as interesting.  When sold installed in a board, it diluted whatever price-advantage their CPU offers.  Beside, I wouldn't want a board that I cannot replace a blown CPU.

Personally, I prefer to see a dip drop in replacement that enhances the original - like the way Intel (and competitor) CPUs were in the early x86 era.  Motherboard permitting, one can drop in a 90MHz and replace the 66MHz P4/P5 and off you go with bigger/better system.  Say, with this enhance CPU drop in, you have 2K of ram instead of 1, or 48K of flash instead of 32K, or a 12 bit ADC instead of 10...  That approach may take the market by storm.  Those with a Arduino board may find it a lot easier to buy another chip to plug into their existing board then purchasing yet another.  With that, they can builds experience for their designers, market understanding, and builds name recognition for their product (AMD, etc vs Intel) along the way.  Eventually they would earn enough name recognition that they can sell a CPU entirely of their own design instead of a work-alike of someone elses' design.
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: Chinese ATMega88 clone
« Reply #15 on: December 16, 2013, 06:08:51 am »
Quote
I heard the dev platform is AVRGCC??!
Yes, according to their own comparison, all toolchains for avr are good for this clone - how that's going to sustain in a legal challenge is unknown.
It at least used to be the case that you couldn't copyright an instruction set, although parts could be covered by patents.

Offline Svuppe

  • Regular Contributor
  • *
  • Posts: 92
  • Country: dk
Re: Chinese ATMega88 clone
« Reply #16 on: December 16, 2013, 09:22:37 am »
Sure. But none of that necessarily leads to "massive ground bounce problems".
Well, perhaps "massive" was too harsh a word.
And after reading the datasheet, I see that the intention is to use the 80 mA pins for multiplexing common-cathode LED displays, which means only one pin sinking the high current at any given time. Not all 8 pins with 80 mA each. That is something different altogether.
Unfortunately, the datasheet does not specify the total current allowed for the entire chip.
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #17 on: December 16, 2013, 11:23:18 am »
Quote
That approach may take the market by storm.

Given how mcus are used, that kind of market and demand must be tiny.
================================
https://dannyelectronics.wordpress.com/
 

Offline poorchava

  • Super Contributor
  • ***
  • Posts: 1672
  • Country: pl
  • Troll Cave Electronics!
Re: Chinese ATMega88 clone
« Reply #18 on: December 16, 2013, 12:35:29 pm »
Quote
but I'm actually kind of excited to see a real second source for a microcontroller on the market

This is not very prevalent in retail sale, but when you go into volume production, such things happen quite often. Granted - the different sources are almost never 100% compatible (99% would be my guess), but they are usable.
I love the smell of FR4 in the morning!
 

Offline Rick Law

  • Super Contributor
  • ***
  • Posts: 3449
  • Country: us
Re: Chinese ATMega88 clone
« Reply #19 on: December 16, 2013, 10:54:31 pm »
Quote
That approach may take the market by storm.

Given how mcus are used, that kind of market and demand must be tiny.

Yeah, I suppose you are right.  I was thinking merely of the experimenter market rather than the whole market.  Consumers isn't likely going to choose a Microwave oven based on the MCU they use.
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4219
  • Country: us
Re: Chinese ATMega88 clone
« Reply #20 on: December 17, 2013, 06:35:17 am »
I would expect that the chip is aimed at whatever market is responsible for all those "ATmega8 for $1" China gray-market deals you see on eBay (but I don't know what those are!)
 

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8301
Re: Chinese ATMega88 clone
« Reply #21 on: December 17, 2013, 01:14:50 pm »
Not surprising, Holtek made PIC clones before so I guess the next logical step is an AVR clone.

But the Chinese still seem to prefer 8051 clones (AFAIK Intel doesn't make them anymore) for "general purpose" MCU.
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #22 on: December 17, 2013, 01:52:53 pm »
Quote
But the Chinese still seem to prefer 8051 clones

The 8051 is such a wonderful chip. Way ahead of its time.
================================
https://dannyelectronics.wordpress.com/
 

Offline ataradov

  • Super Contributor
  • ***
  • Posts: 11338
  • Country: us
    • Personal site
Re: Chinese ATMega88 clone
« Reply #23 on: December 17, 2013, 05:10:41 pm »
The 8051 is such a wonderful chip. Way ahead of its time.
And way behind modern times.
Alex
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Chinese ATMega88 clone
« Reply #24 on: December 17, 2013, 07:13:44 pm »
Sure, if you let mkting think for you.
================================
https://dannyelectronics.wordpress.com/
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf