Author Topic: how stable is padauk mcu ?  (Read 3475 times)

0 Members and 2 Guests are viewing this topic.

Offline czorgormezTopic starter

  • Contributor
  • Posts: 25
  • Country: tr
how stable is padauk mcu ?
« on: March 10, 2020, 09:17:51 pm »
hello everyone

i am following padauk and cheap mcu topics for a while  and we need a ultra super giga cheap micro at high quantity, around 400k per year. so every cent is important. in the past i developed several codes for elan (em78p153 series) used in high qty. (more than millions) 
and didn't have any problem. they all worked as expected and still working fine after 2-3 years 24/7.   but elan is a little expensive anymore. so i started looking for cheaper alternative. 14 pin 1k otp rom 40 bytes ram is more than enough.  Padauk PMS152-S14  seems perfect match.
it is also pin compatible with elan (no hw change needed) in same package, probably pin compatible with some microchip mcu in same package too.       

so i wonder if anyone test padauk in long term, not in a toy with high volume ? i have to decide and order around 100k mcu next month so any idea or advice could help.

ps: it is used in satellite stb signal switch boxes (called as diseqc multiswitch). every box uses 24-32 chips inside. so even small batch (5000 qty) needs around 100k mcu.     

thanks...
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: how stable is padauk mcu ?
« Reply #1 on: March 10, 2020, 09:45:07 pm »
Jeezus crist what do you need 32 microcontrollers for in a damn SAT/CATV splitter?
 
The following users thanked this post: jancumps

Offline czorgormezTopic starter

  • Contributor
  • Posts: 25
  • Country: tr
Re: how stable is padauk mcu ?
« Reply #2 on: March 11, 2020, 02:51:13 am »
it is an active device with rf switch matrix not a splitter.

a satellite receiver sends a data signal over lnb cable when  channel is changed (diseqc protocol) so multiswitch knows correct polarity for that channel and mcu decodes this information and arranges pin diode (rf switches) matrix according to the data.
some models has 16 input (every satellite has 4 output 950 to 2150 mhz) and 32 outputs (satellite receiver/stb) 32 output model needs 32 seperate microcontroller for isolation. also decoding multiple signals and controlling switch matrix (there is 512 active switches) by one or two mcu becomes super comlex.
 

Offline Scrts

  • Frequent Contributor
  • **
  • Posts: 800
  • Country: lt
Re: how stable is padauk mcu ?
« Reply #3 on: March 11, 2020, 03:44:31 am »
I worked for a company that did and still does multiswitches. Nobody ever used 32 microcontrollers...
Here's 5x32 multiswitch with one micro:

« Last Edit: March 11, 2020, 04:29:54 am by Scrts »
 
The following users thanked this post: czorgormez

Offline czorgormezTopic starter

  • Contributor
  • Posts: 25
  • Country: tr
Re: how stable is padauk mcu ?
« Reply #4 on: March 11, 2020, 08:18:25 am »
that depends on the structure, i worked with several multiswitch companies and all of them using seperate micro for every output also many chinese low cost multiswitches are same.
i am sure because i reverse engineered many of them. the device on the your photo may be an expensive model (comparing to the china made-low cost units) 
so different markets has different needs. i am eager to know details of your devices if you like to share. 

« Last Edit: March 11, 2020, 08:32:39 am by czorgormez »
 
The following users thanked this post: I wanted a rude username

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: how stable is padauk mcu ?
« Reply #5 on: March 11, 2020, 11:36:48 am »
Awwww... it is really a matrix switcher?  I gotta have somewhere a likely 32channel one laying somewhere.  I didn't really understand the purpose of the device, just seen the metric craptons of diode switches in there.

But as far s I remember, there was 1 MCU at maximum in it. I can look it up a take a picture.

I am pretty sure you do not need 32 MCUs. 
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 5161
  • Country: nz
Re: how stable is padauk mcu ?
« Reply #6 on: March 11, 2020, 11:45:47 am »
I wish there was a way to follow a thread without having to post to it first. But since I have to ..

Is it really common for electronic components that work on arrival and survive a burn-in to fail in the field, if they are used within specs?
 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: how stable is padauk mcu ?
« Reply #7 on: March 11, 2020, 12:48:16 pm »
I wish there was a way to follow a thread without having to post to it first. But since I have to ..

Is it really common for electronic components that work on arrival and survive a burn-in to fail in the field, if they are used within specs?
It depends on how you define "common" and what kind of reliability you are targeting. But for a very rough ballpark approximation you can use the 10:1 rule: for every 10 defects that an elaborate burn-in test catches there will be one that it doesn't catch. So if you are aiming for 3 nines of reliability (1 defect per 1000 units delivered) you will need no more than 1% fault rate during burn-in. This all assumes shit is correctly designed of course, as you can easily have time-bomb failure modes (e.g. electromigration, thermal cycling, metallurgic issues, etc).
« Last Edit: March 11, 2020, 12:52:19 pm by OwO »
Email: OwOwOwOwO123@outlook.com
 

Offline Nusa

  • Super Contributor
  • ***
  • Posts: 2418
  • Country: us
Re: how stable is padauk mcu ?
« Reply #8 on: March 11, 2020, 01:11:13 pm »
I wish there was a way to follow a thread without having to post to it first.

I believe that's what the "Notify" button is for.
 
The following users thanked this post: Yansi

Offline I wanted a rude username

  • Frequent Contributor
  • **
  • Posts: 669
  • Country: au
  • ... but this username is also acceptable.
Re: how stable is padauk mcu ?
« Reply #9 on: March 13, 2020, 01:44:49 am »
I believe that's what the "Notify" button is for.

I think I overused mine, as it doesn't seem to notify reliably any more.

Also nice would be an option to unnotify a thread once you've posted in it! (There may be a Simple Machines Forum hack for this but it's not clear if it works.)
 
The following users thanked this post: jancumps

Online Monkeh

  • Super Contributor
  • ***
  • Posts: 8243
  • Country: gb
Re: how stable is padauk mcu ?
« Reply #10 on: March 13, 2020, 02:21:13 am »
I believe that's what the "Notify" button is for.

I think I overused mine, as it doesn't seem to notify reliably any more.

Also nice would be an option to unnotify a thread once you've posted in it! (There may be a Simple Machines Forum hack for this but it's not clear if it works.)

Try looking at the same button..
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 5161
  • Country: nz
Re: how stable is padauk mcu ?
« Reply #11 on: March 13, 2020, 02:25:01 am »
I wish there was a way to follow a thread without having to post to it first.

I believe that's what the "Notify" button is for.

That's something different. I tried it on another topic and it doesn't show up in the "Show new replies to your posts" that I usually check -- it sent me an email that got buried in hundreds of other emails.
 
The following users thanked this post: I wanted a rude username

Offline I wanted a rude username

  • Frequent Contributor
  • **
  • Posts: 669
  • Country: au
  • ... but this username is also acceptable.
Re: how stable is padauk mcu ?
« Reply #12 on: March 13, 2020, 02:37:27 am »
Try looking at the same button..

Notify? Ineffectual if you've posted.

Post once in TEA, be cursed with incessant notifications forever.  ;D
 

Online Monkeh

  • Super Contributor
  • ***
  • Posts: 8243
  • Country: gb
Re: how stable is padauk mcu ?
« Reply #13 on: March 13, 2020, 04:27:19 am »
Try looking at the same button..

Notify? Ineffectual if you've posted.

Post once in TEA, be cursed with incessant notifications forever.  ;D

Look closer at it.. you may notice two additional characters.
 

Offline I wanted a rude username

  • Frequent Contributor
  • **
  • Posts: 669
  • Country: au
  • ... but this username is also acceptable.
Re: how stable is padauk mcu ?
« Reply #14 on: March 13, 2020, 04:41:34 am »
It obviously won't be Unnotify unless I've previously clicked on Notify.

Maybe you have the "Turn notification on when you post or reply to a topic" profile option enabled.
 

Online Monkeh

  • Super Contributor
  • ***
  • Posts: 8243
  • Country: gb
Re: how stable is padauk mcu ?
« Reply #15 on: March 13, 2020, 12:02:54 pm »
It obviously won't be Unnotify unless I've previously clicked on Notify.

Maybe you have the "Turn notification on when you post or reply to a topic" profile option enabled.

I do, yes. You wanted to unnotify - that would be how.
 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11714
  • Country: my
  • reassessing directives...
Re: how stable is padauk mcu ?
« Reply #16 on: March 13, 2020, 01:06:07 pm »
I am pretty sure you do not need 32 MCUs. 
maybe a $50 mcu... 32x $1 mcu is still cheaper, and SW development can be simplified greatly if they are doing repeatable/same task. isolation can also be achieved as already mentioned by OP, and he is already aware of single mcu system and notified us that using single mcu will become super complex for him, or more expensive... since nobody answered spot on to what he asked, i guess nobody have done the test. maybe his best bet is to buy few batch and stress test them himself. i cant make any usefull advice since i'm clueless to what he's building and i dont own padauk programmer/mcu, i'm just an eager viewer with the same interest to know if padauk mcu is reliable or not? not how many should i use them on a board. cheers.
« Last Edit: March 13, 2020, 01:07:57 pm by Mechatrommer »
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 
The following users thanked this post: czorgormez

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: how stable is padauk mcu ?
« Reply #17 on: March 13, 2020, 04:12:47 pm »
Well if you somehow solve the isolation issue, the figure of merit of the MCU would still be GPIOs per dollar. Large MCUs get expensive very fast but don't offer proportionally more GPIOs. PMS152-S14 has 11 available IOs (after subtracting one for the command interface) and costs 5 cents, so a giant MCU in a 144-pin package would need to cost less than $0.65 to compete. However a long chain of 74hc595 might be another good option to look into.
Email: OwOwOwOwO123@outlook.com
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 5161
  • Country: nz
Re: how stable is padauk mcu ?
« Reply #18 on: March 13, 2020, 05:02:14 pm »
Well if you somehow solve the isolation issue, the figure of merit of the MCU would still be GPIOs per dollar. Large MCUs get expensive very fast but don't offer proportionally more GPIOs. PMS152-S14 has 11 available IOs (after subtracting one for the command interface) and costs 5 cents, so a giant MCU in a 144-pin package would need to cost less than $0.65 to compete. However a long chain of 74hc595 might be another good option to look into.

Shift registers certainly work to expand I/O if you don't need super high switching rates, and I've done this myself, especially for things such as driving 7 segment displays, but you're only getting 8 outputs for each $0.30 or $0.40, so you'd be better off chaining together those PMS152-S14s with most of them simply emulating a shift register :-) Or use a slightly smarter protocol such as sending a 6 or 8 bit bitnumber to set or reset in binary and each PMS152-S14 absorbs the command if the bit number is 0..7, otherwise passes it on with 8 subtracted from it... depends whether you usualyl want to change everything at once, or just one at a time.

 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: how stable is padauk mcu ?
« Reply #19 on: March 13, 2020, 05:37:22 pm »
74HC595D is ~2.5 cents on LCSC so it is slightly cheaper than the padauk solution ;) But the routing and control software may be a bit more difficult.
Email: OwOwOwOwO123@outlook.com
 

Offline czorgormezTopic starter

  • Contributor
  • Posts: 25
  • Country: tr
Re: how stable is padauk mcu ?
« Reply #20 on: March 13, 2020, 11:47:32 pm »
as i explained above our hardware is ready and proven for years. it is 4 layer and 2 of them is microstrip transmission lines/couplers some planar inductors etc. other 2 layer is a groundplane for that microstrip line. that gorundplanes are mandatory to have high rf isolation above 40db or more. ten 2 ghz signals coming in and switches out to the 24-32 outputs.

so there are very little space left for routing digital tracks/power lines etc. and remember there is 240 to 320 switches in that board. so using one micro sure it is possible but i have to route digital signals all over the board. it may be done in 6 layer board but that would be expensive bcs we use non standart stackup. that microstrip lines need more track to ground space in substrate to compansate manufacturing tolarences. also you should consider that boards are manufacturing in low cost factories not specialized for rf boards. the challenge is making it cheap, reliable and enough isolation- output signal level. otherwise it is super easy to do it many other ways.

for the similar device mentioned above with 9 inputs and 24 outputs selling price is more than 400 euros. dont know the wholesale price or bom cost but dont think it is under 100 euros. our bom cost is for the same model is only 18 usd, you do the math !

we used elan low cost microcontrollers for years without a problem. sure sometimes they fail in programming step but they never failed after. and the numbers are big i mean millions of them. not in a toy working in a device 7/24. i never saw burned-erased-stopped elan mcu in this period exculuding water damage, accicentaly supplied by high voltage etc. but i am sure every mcu would fail in same scenario.  they are very immune to static and other noises.

so padauk is an lottery i never wanted to have. sure ill test them in different harsh conditions but it is still possible to miss something.
« Last Edit: March 14, 2020, 12:05:50 am by czorgormez »
 
The following users thanked this post: I wanted a rude username


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf