Author Topic: 3 cent MCU  (Read 31385 times)

0 Members and 1 Guest are viewing this topic.

Online nctnico

  • Super Contributor
  • ***
  • Posts: 26871
  • Country: nl
    • NCT Developments
Re: 3 cent MCU
« Reply #100 on: October 13, 2018, 06:00:49 pm »
That argument is a bit far fetched because you'll need additional logic to communicate as well. At 1k volume the solution costs over $30 in parts alone because you'll need bypass capacitors as well (and not taking the cost of pick&place time into account). A larger microcontroller which can control 100 individual LEDs (using 20 I/O pins for a 10x10 matrix) is likely to be cheaper.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline b_force

  • Super Contributor
  • ***
  • Posts: 1381
  • Country: 00
    • One World Concepts
Re: 3 cent MCU
« Reply #101 on: October 13, 2018, 07:30:10 pm »
I don't get the confusion.
A decent known brand uC with similar (or better!) specs is around 20-25 cents a piece.
So on your whole design you save about 15-20 cents.
That isn't even a significant number when only looking at the PCB parts/connectors.

Plus for those extra 20 cents you know you have at least a decent customer service, readable datasheets and you don't have to learn Mandarin when having questions about certain functionalities.

It depends on how you want to safe every penny, but for those quantities my customers can get those 20 cents for free for having a more reliable product.

Offline Koen

  • Frequent Contributor
  • **
  • Posts: 502
Re: 3 cent MCU
« Reply #102 on: October 13, 2018, 08:16:05 pm »
There's a whole bunch of people speaking Mandarin, they might be the main market.
 

Offline Siwastaja

  • Super Contributor
  • ***
  • Posts: 8166
  • Country: fi
Re: 3 cent MCU
« Reply #103 on: October 15, 2018, 10:23:53 am »
That argument is a bit far fetched because you'll need additional logic to communicate as well. At 1k volume the solution costs over $30 in parts alone because you'll need bypass capacitors as well (and not taking the cost of pick&place time into account). A larger microcontroller which can control 100 individual LEDs (using 20 I/O pins for a 10x10 matrix) is likely to be cheaper.

Your problem right here is that if you don't see how you'd be utilizing these parts, you assume no one else could work it out, either; it's beyond your imagination.

This is a fallacy, and it's not "far-fetched" at all; just engineering, sometimes a specific solution happens to work great even if it's unthinkable to many or even most engineers such as yourself. It may still not be far-fetched for others, with different ways to do their design work.

First, you don't necessarily need "additional logic to communicate". These microcontrollers have - gasp! - IO in them. Communicating is well possible with zero extra components; you'd bit-bang anything you need, most likely something simple such as UART, but doing I2C could allow you interfacing with some other existing system. Or maybe you need to go through a simple resistor; or even AC coupled / level shifted through a $0.001 (add another $0.001 for P&P and yet another $0.001 for PCB real estate) capacitor with Manchester encoding. There are countless options if you need them and have your mind open.

Remember I mentioned a certain BMS system I designed and tested, and sold in smallish quantities? In this, I used capacitor level shifted, custom bit-banged Manchester encoded communication. It was simple & reliable as hell. The ATTiny25 dominated the BOM cost, even over the board cost, P&P cost, and test/calibration. And because a "typical" system would use between 20 to 100 products, there is this effect that building 100 products produces 5000 such subassemblies!

"A larger microcontroller" driving 100 LEDs as a multiplexed matrix might be unable to provide, say, 10-bit PWM dimming. Also, there could be wiring reasons to go with "local logic" instead of spaghetti. Even if doable, the additional wires and connectors (or more complex PCB routing, and using a larger board) would be an even additional cost in final assembly stage.

This is engineering; you can't know beforehand which solution is optimal, without knowing the exact problem. The more you have tools in your (mental) toolbox, the more capable you are. This is the cliché of "thinking outside the box".

P&P time is a fair point, but it's somewhere around $0.01 per chip, so even if you fix my numbers to account for that omission, there is no significant change in the result.
« Last Edit: October 15, 2018, 10:47:24 am by Siwastaja »
 

Offline Siwastaja

  • Super Contributor
  • ***
  • Posts: 8166
  • Country: fi
Re: 3 cent MCU
« Reply #104 on: October 15, 2018, 10:41:39 am »
Plus for those extra 20 cents you know you have at least a decent customer service, readable datasheets and you don't have to learn Mandarin when having questions about certain functionalities.

This is the specific kind of false FUD argument that pisses me off. Not because I think a Padauk controller would be a nice&easy experience to work with, but because this gives you an impression that the "classic", more expensive alternatives would.

Yes, I use STM32, a reputable Western brand; I have used them extensively for years. No, I don't have a readable datasheet (reference manual to be correct), I need to reverse engineer the shit out of their broken and undocumented, or unintuitive designs, and yes, I have contacted the customer service several times, either to get help (clarification on manual omissions), or to report a silicon bug (with a minimum reproducible test code that I have tested with several chips to rule out unit variance, possibly spending a full day just to make a proper error report) to be included in the errata sheet, but they don't bother replying at all. There is no customer service. Or if there is, it's much more than the price you paid for the chip. It probably requires some kind of multi $10k support agreement, I don't know? Or maybe you need to be a massive customer (speaking of volumes).

I have learned to live with this and actually don't want to complain too much about it; I understand they (ST) are making cheap hi-tech shit quickly and that means limiting the resources in documentation and customer service. I do the same sin. I don't have time to document and support everything properly either.

So, I feel myself fairly safe with any kind of a microcontroller, because I can handle it, I'm used to it, and I'm used to slowdowns and can account for them beforehand. I'm positive I'd be just fine with a 3 cent Padauk, if the need ever arises, even if they had STM32-level customer service (this is, no customer service). OTOH, there is a possibility that they do have English customer service - look at their English documentation for example, they have clearly spent some resources doing it -, how do you know without trying it out?

The power of this chip is in simplicity. Given some very basic documentation, you can work out the missing details by the same process needed with an STM32 - through revense-engineering and guesstimation. But because it's simple, it's unlikely to be a completely dead end. And if it is, you'll see it very quickly.
« Last Edit: October 15, 2018, 10:51:34 am by Siwastaja »
 
The following users thanked this post: PointyOintment

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8258
Re: 3 cent MCU
« Reply #105 on: October 15, 2018, 11:49:59 am »
Interesting device, Its built in a 180nm process, so the core is running way below the 5.5V maximum specified Vcc. That means it must have an internal regulator (which is a die hog), and its managing to operate that with no external pin for a cap.
Thick gate oxide makes 180nm 5V capable. I wouldn't be surprised if the Far East has some unique process variants that aren't found elsewhere.
 

Online wraper

  • Supporter
  • ****
  • Posts: 16832
  • Country: lv
Re: 3 cent MCU
« Reply #106 on: October 15, 2018, 12:27:49 pm »
Interesting device, Its built in a 180nm process, so the core is running way below the 5.5V maximum specified Vcc. That means it must have an internal regulator (which is a die hog), and its managing to operate that with no external pin for a cap.
Thick gate oxide makes 180nm 5V capable. I wouldn't be surprised if the Far East has some unique process variants that aren't found elsewhere.
IIRC Silicon Labs EFM8 MCUs are made with 180nm Globalfoundries process. Core is running at 1.8V with internal vreg not accessible from the outside. Those can be powered by up to 3.6V. USB capable chips have another up to 5.5V -> 3.3V vreg, up to 100mA. Need external decoupling and can power external load. Those also have 5V tolerant I/O.
« Last Edit: October 15, 2018, 12:30:10 pm by wraper »
 
The following users thanked this post: grantb5

Online nctnico

  • Super Contributor
  • ***
  • Posts: 26871
  • Country: nl
    • NCT Developments
Re: 3 cent MCU
« Reply #107 on: October 15, 2018, 02:14:47 pm »
That argument is a bit far fetched because you'll need additional logic to communicate as well. At 1k volume the solution costs over $30 in parts alone because you'll need bypass capacitors as well (and not taking the cost of pick&place time into account). A larger microcontroller which can control 100 individual LEDs (using 20 I/O pins for a 10x10 matrix) is likely to be cheaper.
Your problem right here is that if you don't see how you'd be utilizing these parts, you assume no one else could work it out, either; it's beyond your imagination.

This is a fallacy, and it's not "far-fetched" at all; just engineering, sometimes a specific solution happens to work great even if it's unthinkable to many or even most engineers such as yourself. It may still not be far-fetched for others, with different ways to do their design work.

First, you don't necessarily need "additional logic to communicate". These microcontrollers have - gasp! - IO in them. Communicating is well possible with zero extra components; you'd bit-bang anything you need, most likely something simple such as UART, but doing I2C could allow you interfacing with some other existing system. Or maybe you need to go through a simple resistor; or even AC coupled / level shifted through a $0.001 (add another $0.001 for P&P and yet another $0.001 for PCB real estate) capacitor with Manchester encoding. There are countless options if you need them and have your mind open.
Now you are throwing oodles of engineering time at a problem which doesn't have to exist. A big problem with having microcontrollers communicating which eachother is that it will go wrong every now and then. More microcontrollers means more errors which in turns means you might need additional components for filtering in order to make the solution to work reliable enough so the customer doesn't notice it.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline coppice

  • Super Contributor
  • ***
  • Posts: 8632
  • Country: gb
Re: 3 cent MCU
« Reply #108 on: October 15, 2018, 02:57:23 pm »
Interesting device, Its built in a 180nm process, so the core is running way below the 5.5V maximum specified Vcc. That means it must have an internal regulator (which is a die hog), and its managing to operate that with no external pin for a cap.
Thick gate oxide makes 180nm 5V capable. I wouldn't be surprised if the Far East has some unique process variants that aren't found elsewhere.
High voltage transistors are a lot bigger than the standard transistors for a process. Using them for the whole device, and running everything at up to 5V, would really bulk up the die area. A regulator to run the core at something like 1.8V, while the periphery of the chip runs at at to 5V, would be the normal way to approach such a device.
 

Offline coppice

  • Super Contributor
  • ***
  • Posts: 8632
  • Country: gb
Re: 3 cent MCU
« Reply #109 on: October 15, 2018, 03:02:11 pm »
I don't get the confusion.
A decent known brand uC with similar (or better!) specs is around 20-25 cents a piece.
So on your whole design you save about 15-20 cents.
That isn't even a significant number when only looking at the PCB parts/connectors.

Plus for those extra 20 cents you know you have at least a decent customer service, readable datasheets and you don't have to learn Mandarin when having questions about certain functionalities.

It depends on how you want to safe every penny, but for those quantities my customers can get those 20 cents for free for having a more reliable product.
A well known brand of MCU which is functionally similar to the Padauk device is not 20 cents in volume, although you won't normally get small quantities for a low price. That is what makes Padauk's marketing approach distinctive.

The kind of products these Padauk MCUs target don't have 20 cents slack in the price. The budget for the entire electronics in something like a musical greeting card or a small toy is only 10 to 20 cents, and the profit margin is only a cent or two.
 

Offline KL27x

  • Super Contributor
  • ***
  • Posts: 4099
  • Country: us
Re: 3 cent MCU
« Reply #110 on: October 15, 2018, 07:37:57 pm »
With micro this cheap, the chip could be the product, itself.

In days of old, most of the IC you buy might be completely analog.  In modern times, with extreme low quiescent current sleep micros, did you ever wonder if some of these chips are a very cheap micro that are flashed to perform as X/Y/Z? Buck converter, for instance. You need a decent ADC and maybe ~1Mhz execution to make a decent buck converter. Li ion management IC? Well, that would need an external transistor. But what about a voltage detector IC? There are probably better examples, but you get the idea.

I hope Dave manages to do a project video with this device. Just blink a LED in assembly, and it will be a great video.
« Last Edit: October 15, 2018, 07:54:39 pm by KL27x »
 

Offline coppice

  • Super Contributor
  • ***
  • Posts: 8632
  • Country: gb
Re: 3 cent MCU
« Reply #111 on: October 15, 2018, 07:58:32 pm »
In days of old, most of the IC you buy might be completely analog.  In modern times, with extreme low quiescent current sleep micros, did you ever wonder if some of these chips are a very cheap micro that are flashed to perform as X/Y/Z? Buck converter, for instance. You need a decent ADC and maybe ~1Mhz execution to make a decent buck converter. Li ion management IC? Well, that would need an external transistor. But what about a voltage detector IC? There are probably better examples, but you get the idea.  LED in assembly, and it will be a great video.
There are MCU cores embedded in all sorts of devices these days. Li-ion management chips are a good example. They may use a standard die, or a customised one, with special purpose things like pass transistors on the die.
 

Offline glarsson

  • Frequent Contributor
  • **
  • Posts: 814
  • Country: se
Re: 3 cent MCU
« Reply #112 on: October 15, 2018, 08:13:26 pm »
With micro this cheap, the chip could be the product, itself.
One well known product that is just a programmed microcontroller is the OBD II protocol decoder ELM327.
 

Offline b_force

  • Super Contributor
  • ***
  • Posts: 1381
  • Country: 00
    • One World Concepts
Re: 3 cent MCU
« Reply #113 on: October 15, 2018, 09:48:00 pm »
I don't get the confusion.
A decent known brand uC with similar (or better!) specs is around 20-25 cents a piece.
So on your whole design you save about 15-20 cents.
That isn't even a significant number when only looking at the PCB parts/connectors.

Plus for those extra 20 cents you know you have at least a decent customer service, readable datasheets and you don't have to learn Mandarin when having questions about certain functionalities.

It depends on how you want to safe every penny, but for those quantities my customers can get those 20 cents for free for having a more reliable product.
A well known brand of MCU which is functionally similar to the Padauk device is not 20 cents in volume, although you won't normally get small quantities for a low price. That is what makes Padauk's marketing approach distinctive.

The kind of products these Padauk MCUs target don't have 20 cents slack in the price. The budget for the entire electronics in something like a musical greeting card or a small toy is only 10 to 20 cents, and the profit margin is only a cent or two.
What part of saving every penny is to difficult to understand?
I literally just told this.

Offline PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1529
  • Country: au
Re: 3 cent MCU
« Reply #114 on: October 15, 2018, 11:09:41 pm »
With micro this cheap, the chip could be the product, itself.

In days of old, most of the IC you buy might be completely analog.  In modern times, with extreme low quiescent current sleep micros, did you ever wonder if some of these chips are a very cheap micro that are flashed to perform as X/Y/Z? Buck converter, for instance. You need a decent ADC and maybe ~1Mhz execution to make a decent buck converter. Li ion management IC? Well, those examples would need an external transistor. But what about a voltage detector IC?

That's part of what drives the volumes of MCUs.  They are now cheaper than many dedicated parts.

Look at Voltage Monitors, Temperature Sensors, and even the price of i2c ADC and DAC, and you can find a MCU can make solid sense replacing even a dedicated part.

eg SiLabs MCUs with 12b DACs are cheaper than any 12b DACs listed on Digikey.
That's a single peripheral function, that is cost competitive, so the ADC comes for free, as does the UART/SPI and of course the 50 MIPS MCU too !
 

Offline b_force

  • Super Contributor
  • ***
  • Posts: 1381
  • Country: 00
    • One World Concepts
Re: 3 cent MCU
« Reply #115 on: October 15, 2018, 11:26:42 pm »
With micro this cheap, the chip could be the product, itself.

In days of old, most of the IC you buy might be completely analog.  In modern times, with extreme low quiescent current sleep micros, did you ever wonder if some of these chips are a very cheap micro that are flashed to perform as X/Y/Z? Buck converter, for instance. You need a decent ADC and maybe ~1Mhz execution to make a decent buck converter. Li ion management IC? Well, those examples would need an external transistor. But what about a voltage detector IC?

That's part of what drives the volumes of MCUs.  They are now cheaper than many dedicated parts.

Look at Voltage Monitors, Temperature Sensors, and even the price of i2c ADC and DAC, and you can find a MCU can make solid sense replacing even a dedicated part.

eg SiLabs MCUs with 12b DACs are cheaper than any 12b DACs listed on Digikey.
That's a single peripheral function, that is cost competitive, so the ADC comes for free, as does the UART/SPI and of course the 50 MIPS MCU too !
Well, to be honest, I still use as much "analog" electronics if I can.
The real estate on your board isn't that much different, but it saves the time in developing and programming the microcontroller as well as programming it in production.
(with all errors and issues that come with it).
In the end that actually saves quite some money as well as less issues in production and a more reliable product.

I am not saying this is always the case btw.

Online ali_asadzadeh

  • Super Contributor
  • ***
  • Posts: 1901
  • Country: ca
Re: 3 cent MCU
« Reply #116 on: October 16, 2018, 06:45:35 am »
There are 10 kinds of people, those who does not want to bother this padauk bullshit MCU and those who wants to touch the clean with their dirty hands(me included), so if you don't want to do it, do not play it at home! ^-^ ;D ;D ;D
ASiDesigner, Stands for Application specific intelligent devices
I'm a Digital Expert from 8-bits to 64-bits
 

Online nctnico

  • Super Contributor
  • ***
  • Posts: 26871
  • Country: nl
    • NCT Developments
Re: 3 cent MCU
« Reply #117 on: October 16, 2018, 08:00:30 am »
Look at Voltage Monitors, Temperature Sensors, and even the price of i2c ADC and DAC, and you can find a MCU can make solid sense replacing even a dedicated part.

eg SiLabs MCUs with 12b DACs are cheaper than any 12b DACs listed on Digikey.
Only if you don't care about analog performance. '12 bit' stamped on an ADC or DAC doesn't mean it really is 12 bit. On the cheaper parts it usually isn't.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline b_force

  • Super Contributor
  • ***
  • Posts: 1381
  • Country: 00
    • One World Concepts
Re: 3 cent MCU
« Reply #118 on: October 16, 2018, 10:52:00 am »
Look at Voltage Monitors, Temperature Sensors, and even the price of i2c ADC and DAC, and you can find a MCU can make solid sense replacing even a dedicated part.

eg SiLabs MCUs with 12b DACs are cheaper than any 12b DACs listed on Digikey.
Only if you don't care about analog performance. '12 bit' stamped on an ADC or DAC doesn't mean it really is 12 bit. On the cheaper parts it usually isn't.
Correct, a lot of times the error in bits is pretty bad.
I have seen up to +/- 5-10 LSB. Even for external ones.
Not to talk about the drift.
You can get better performance with it to program self calibrating routines, but not many people think about it.

Offline mikeselectricstuffTopic starter

  • Super Contributor
  • ***
  • Posts: 13726
  • Country: gb
    • Mike's Electric Stuff
Re: 3 cent MCU
« Reply #119 on: October 16, 2018, 12:58:08 pm »
I got a few of the 14-pin ones (PM154C) as the 8 pin had sold out - x-ray shows die size approx 0.7x0.5mm
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 
The following users thanked this post: wraper, thm_w, edavid, macboy, soFPG

Online wraper

  • Supporter
  • ****
  • Posts: 16832
  • Country: lv
Re: 3 cent MCU
« Reply #120 on: October 16, 2018, 01:30:46 pm »
Program Memory Size... 1KW... right.
I did this project in under 1K
the 2nd time misunderstood so let me clarify, i wasnt complaining about the size, i was complaining the SI unit used :palm:
FYI KW is not SI unit, SI unit would be kW
 
The following users thanked this post: Mechatrommer

Offline Rasz

  • Super Contributor
  • ***
  • Posts: 2616
  • Country: 00
    • My random blog.
Re: 3 cent MCU
« Reply #121 on: October 16, 2018, 06:58:45 pm »
With micro this cheap, the chip could be the product, itself.
One well known product that is just a programmed microcontroller is the OBD II protocol decoder ELM327.

this is  a business model of Nanjing Qin Heng Electronics http://www.wch.cn/ . They make cheap microcontrollers, PCI interface chips, USB interface chips(universal, HID, USB Storage etc), serial interface... you get the picture :) most of their devices are the same die microcontroller with custom tailored firmware.
Who logs in to gdm? Not I, said the duck.
My fireplace is on fire, but in all the wrong places.
 

Offline bson

  • Supporter
  • ****
  • Posts: 2269
  • Country: us
Re: 3 cent MCU
« Reply #122 on: October 18, 2018, 09:17:36 pm »
The CH551 looks really interesting.  There is a dev board:
https://www.electrodragon.com/product/ch551-mini-dev-board-ch55x-series/

With a lot of demo code on github:
https://github.com/Edragon/WCH

Maybe run the demo code through google translate to decipher the comments. :)

This is really cool... I ordered one of those boards.  ETA 12-50 days. :-DD  China post.
Going to see if I can get something going with sdcc; they seem to use Keil.  My guess is it'll take ten minutes or less to make it compile with sdcc and gmake.

They claim to sell the IC for $.25, but I couldn't find it on their site or I would have ordered some at the same time.

Edit: $.21 qty 10 from LCSC.  Ordered 25.  Awesome!  :-+
« Last Edit: October 18, 2018, 09:29:02 pm by bson »
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 4026
  • Country: nz
Re: 3 cent MCU
« Reply #123 on: October 19, 2018, 03:15:17 am »
This is strange. Looking at the page now, they seem to have slipped another decimal place!  Now 0.47c each for 10, down to 0.3c each for 5000.

Shirley shome mishtake?

https://lcsc.com/product-detail/PADAUK_PADAUK-Tech-PMS150C_C129127.html

 

Offline mikeselectricstuffTopic starter

  • Super Contributor
  • ***
  • Posts: 13726
  • Country: gb
    • Mike's Electric Stuff
Re: 3 cent MCU
« Reply #124 on: October 19, 2018, 07:00:08 am »
This is strange. Looking at the page now, they seem to have slipped another decimal place!  Now 0.47c each for 10, down to 0.3c each for 5000.

Shirley shome mishtake?

https://lcsc.com/product-detail/PADAUK_PADAUK-Tech-PMS150C_C129127.html
Seems to be fixed now
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf