Author Topic: Disappointed with Mouser Customer Service  (Read 4105 times)

0 Members and 1 Guest are viewing this topic.

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Disappointed with Mouser Customer Service
« on: June 20, 2022, 06:08:27 pm »
I bought a development board from Mouser last week and when the board arrived it was defective. I called Mouser customer service expecting them to give me an RMA number so I could send it back for a replacement, but no, they said I’d have to send them a detailed explanation of the issue and they’d contact ST to determine what they wanted to do.

If this were a $15 Nucleo board, I wouldn’t bother—I’d just toss it on the junk pile and move on. But this is a $330 board that I need for a project. Now I have to wait indefinitely while Mouser works this issue with ST. I probably won’t have a working board for weeks.

Is this level of “customer service” common in the industry? I suppose I’m spoiled by Amazon’s no questions asked return policy.
Complexity is the number-one enemy of high-quality code.
 

Offline bdunham7

  • Super Contributor
  • ***
  • Posts: 7852
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #1 on: June 20, 2022, 06:39:34 pm »
I imagine that they want to verify both that your problem is actually a defect and that a replacement will solve the issue.  Amazons 'dumb' return policy is handy when you run into stupid or slippery sellers, but it doesn't do you much good as far as obtaining a good or correct product.  If you called Mouser and a human answered the phone in a reasonable period of time, that puts them in the top 10% for CS these days.
A 3.5 digit 4.5 digit 5 digit 5.5 digit 6.5 digit 7.5 digit DMM is good enough for most people.
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #2 on: June 20, 2022, 08:34:39 pm »
My experience with Mouser is a bit dated, but it has been quite positive.  However, the amount in question was never more than $50, which is trivial.  One notable example was when I got on a spammers email list.  No money per se was involved.  Despite many attempts to "unsubscribe," it continued.  Then I noticed Mouser advertised on the spammer's site.  In desperation, I wrote Mouser and got a personal phone call back.  After explaining, the person said she would look into it.  All emails from that spammer stopped immediately.  That was beyond what I expected and made a lasting impression.
 

Offline rsjsouza

  • Super Contributor
  • ***
  • Posts: 5986
  • Country: us
  • Eternally curious
    • Vbe - vídeo blog eletrônico
Re: Disappointed with Mouser Customer Service
« Reply #3 on: June 20, 2022, 09:01:21 pm »
I bought a development board from Mouser last week and when the board arrived it was defective. I called Mouser customer service expecting them to give me an RMA number so I could send it back for a replacement, but no, they said I’d have to send them a detailed explanation of the issue and they’d contact ST to determine what they wanted to do.

If this were a $15 Nucleo board, I wouldn’t bother—I’d just toss it on the junk pile and move on. But this is a $330 board that I need for a project. Now I have to wait indefinitely while Mouser works this issue with ST. I probably won’t have a working board for weeks.

Is this level of “customer service” common in the industry? I suppose I’m spoiled by Amazon’s no questions asked return policy.
Yes you are spoiled... :D I have worked through several customer returns and not one of them went as "no questions asked". I would say that, if you can provide the most details to Mouser or ST, the processing of this return will be faster. Even if the kit is "Dead on Arrival", details such as voltages present/absent, cables replaced/tested, etc. Will go a long way to speed up the process.

Keep in mind that, if this is the last stocked kit, there is always a chance that a full replacement will take a while to be shipped and sometimes is advantageous to try your best to identify the root cause of the issue.

(Obviously that I have no idea what is the extent you have gone with Mouser).
Vbe - vídeo blog eletrônico http://videos.vbeletronico.com

Oh, the "whys" of the datasheets... The information is there not to be an axiomatic truth, but instead each speck of data must be slowly inhaled while carefully performing a deep search inside oneself to find the true metaphysical sense...
 
The following users thanked this post: hans, thm_w

Offline Zeyneb

  • Regular Contributor
  • *
  • Posts: 233
  • Country: nl
Re: Disappointed with Mouser Customer Service
« Reply #4 on: June 20, 2022, 10:05:20 pm »
I do understand Mouser is critical in taking returns and offer replacements. I know for myself of all my friends/family and acquaintances there are individuals who would jump quickly to the conclusion something is defective. You might ask yourself why should Mouser have blind faith in the judgement of each and everyone.
goto considered awesome!
 
The following users thanked this post: thm_w

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6378
  • Country: ca
  • Non-expert
Re: Disappointed with Mouser Customer Service
« Reply #5 on: June 20, 2022, 10:35:57 pm »
So.. what was the problem and how did you determine it?

Their return policy is not very clear, but, if you have a good credit card I would consider buying another one and assume that you'll be able to return the first order for a full refund (if they have more in stock).
https://www.mouser.com/help/orders-shipping/return-policy/
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #6 on: June 20, 2022, 11:14:23 pm »
Sure, Mouser perhaps shouldn't have blind faith in the "judgement of each and everyone", but how far should one have to go to get satisfaction from a company after paying them a considerable amount of money for a product that doesn't work?

In my case, I spent several hours probing the board looking at voltages, checking continuity from connectors to MCU pins, and I even looked at the Gerbers to see if there were any potential shorts or signals connected to nets they shouldn't be.

Yes, I could have gone further and removed and replaced components to try to troubleshoot the issue, but ultimately didn't for two reasons. Reason one: this board has lots of tiny surface mount parts packed tightly together. Reason two: why should I? This is a brand new board I paid several hundred dollars for, so why should I be expected to debug it on a hardware level, particularly when Mouser could then claim I screwed the board up with my debugging.

While I was typing this reply, someone asked what the problem was. Here's a description. This board is a medium power motor control board that is designed to drive three-phase motors up to 75v and 35A. It has an interface for Hall and quadrature encoders. In the default configuration, the three encoder inputs have 10K pull-ups to Vdd. I connected a motor with Hall position sensors to the board and tested the encoder inputs with some simple code that reads the three inputs and displays the Hall state over a serial port. Rotating the motor's shaft by hand I was seeing only even numbers in the range 0-6. I should have seen even and odd numbers in the range 1-6 (0 and 7 are forbidden Hall states). This implied Hall input #1 was stuck at "0". I know this motor's Hall encoder works because I immediately tested it on another board and saw the expected outputs on its Hall encoder when I turned the motor shaft.

As another test, I disconnected the motor from the board. Since the encoder inputs are pulled up to Vdd, I was expecting to see "1" on each line ("7" when the three where concatenated). I saw "6", again indicating Hall input #1 was stuck low.

The Hall encoder circuit is simple. There's a 10K resistor in-line to limit current, a 10K pull-up to Vdd (3.3v), a 1nF cap to ground to filter noise, and a Schottky diode to Vdd to clamp input voltages to the Vdd rail. Each of these three circuits (one for each encoder input) then goes directly to an MCU pin, which in the input state is hi-Z. When I put 3.3v on the H2 and H3 inputs (the working ones), I saw 3.3v on both sides of the 3.3K resistor in-line from the input to the MCU. When I put 3.3v on H1, I saw 3.3v on the connector side of H1 and 1.25v on the MCU side of the resistor. Probing directly at the MCU pin, I saw the same 1.25v. The MCU's threshold for a logic high is 1.88v, which would explain why I'm always seeing "0" on that input. Something is pulling down that input, but without removing components from the board, it would be difficult to tell what it is.

According to the schematics, there's nothing else connected to this MCU input pin, and I verified this by looking at the Gerbers. I also verified that all three of the MCU ports associated with the encoder inputs are in input mode with the internal pull-ups/pull-downs disabled.


Complexity is the number-one enemy of high-quality code.
 
The following users thanked this post: thm_w

Offline Zeyneb

  • Regular Contributor
  • *
  • Posts: 233
  • Country: nl
Re: Disappointed with Mouser Customer Service
« Reply #7 on: June 21, 2022, 12:00:03 am »
What matters now is how you're going to present this to Mouser in a convincing way.

Just telling them "It's defective" isn't convincing.
goto considered awesome!
 

Offline rsjsouza

  • Super Contributor
  • ***
  • Posts: 5986
  • Country: us
  • Eternally curious
    • Vbe - vídeo blog eletrônico
Re: Disappointed with Mouser Customer Service
« Reply #8 on: June 21, 2022, 12:12:24 am »
Sal, as far as I can tell that explanation makes sense but I am not surprised at all that Mouser deferred this to the manufacturer. You might be connected to an FAE or dev engineer that is familiar with the kit. Mouser couldn't possibly give judgement of pass/fail on such complex description.
Vbe - vídeo blog eletrônico http://videos.vbeletronico.com

Oh, the "whys" of the datasheets... The information is there not to be an axiomatic truth, but instead each speck of data must be slowly inhaled while carefully performing a deep search inside oneself to find the true metaphysical sense...
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6378
  • Country: ca
  • Non-expert
Re: Disappointed with Mouser Customer Service
« Reply #9 on: June 21, 2022, 12:23:50 am »
The Hall encoder circuit is simple. There's a 10K resistor in-line to limit current, a 10K pull-up to Vdd (3.3v), a 1nF cap to ground to filter noise, and a Schottky diode to Vdd to clamp input voltages to the Vdd rail. Each of these three circuits (one for each encoder input) then goes directly to an MCU pin, which in the input state is hi-Z. When I put 3.3v on the H2 and H3 inputs (the working ones), I saw 3.3v on both sides of the 3.3K resistor in-line from the input to the MCU. When I put 3.3v on H1, I saw 3.3v on the connector side of H1 and 1.25v on the MCU side of the resistor. Probing directly at the MCU pin, I saw the same 1.25v. The MCU's threshold for a logic high is 1.88v, which would explain why I'm always seeing "0" on that input. Something is pulling down that input, but without removing components from the board, it would be difficult to tell what it is.

According to the schematics, there's nothing else connected to this MCU input pin, and I verified this by looking at the Gerbers. I also verified that all three of the MCU ports associated with the encoder inputs are in input mode with the internal pull-ups/pull-downs disabled.

If you check the resistance to ground with the power off, is there a major difference on those two inputs? Directly across the 1nF cap.
Whatever it is is a 0.6mA draw.. so not very much.

Nothing else is connected to those mcu inputs on the schematic right.
Maybe hold the thing in reset and see if injecting 3.3V has the same result. Although, with the pin set as input, should be confident already..



Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #10 on: June 21, 2022, 05:57:03 am »
What matters now is how you're going to present this to Mouser in a convincing way.

Just telling them "It's defective" isn't convincing.

I've sent them a description of what I found, similar to the description above.
Complexity is the number-one enemy of high-quality code.
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #11 on: June 21, 2022, 06:01:23 am »
The Hall encoder circuit is simple. There's a 10K resistor in-line to limit current, a 10K pull-up to Vdd (3.3v), a 1nF cap to ground to filter noise, and a Schottky diode to Vdd to clamp input voltages to the Vdd rail. Each of these three circuits (one for each encoder input) then goes directly to an MCU pin, which in the input state is hi-Z. When I put 3.3v on the H2 and H3 inputs (the working ones), I saw 3.3v on both sides of the 3.3K resistor in-line from the input to the MCU. When I put 3.3v on H1, I saw 3.3v on the connector side of H1 and 1.25v on the MCU side of the resistor. Probing directly at the MCU pin, I saw the same 1.25v. The MCU's threshold for a logic high is 1.88v, which would explain why I'm always seeing "0" on that input. Something is pulling down that input, but without removing components from the board, it would be difficult to tell what it is.

According to the schematics, there's nothing else connected to this MCU input pin, and I verified this by looking at the Gerbers. I also verified that all three of the MCU ports associated with the encoder inputs are in input mode with the internal pull-ups/pull-downs disabled.

If you check the resistance to ground with the power off, is there a major difference on those two inputs? Directly across the 1nF cap.
Whatever it is is a 0.6mA draw.. so not very much.

Nothing else is connected to those mcu inputs on the schematic right.
Maybe hold the thing in reset and see if injecting 3.3V has the same result. Although, with the pin set as input, should be confident already..

With power off, resistance to ground is 13.25K on all three inputs.

Yes, there's nothing else connected to those three MCU inputs. I've tried injecting 3.3v with the MCU held in reset and the results are the same: 3.3v at the two "good" inputs and 1.25v at the "bad" input as measured directly at the MCU pins.
Complexity is the number-one enemy of high-quality code.
 
The following users thanked this post: thm_w

Offline Bassman59

  • Super Contributor
  • ***
  • Posts: 2501
  • Country: us
  • Yes, I do this for a living
Re: Disappointed with Mouser Customer Service
« Reply #12 on: June 21, 2022, 07:38:30 pm »
I bought a development board from Mouser last week and when the board arrived it was defective. I called Mouser customer service expecting them to give me an RMA number so I could send it back for a replacement, but no, they said I’d have to send them a detailed explanation of the issue and they’d contact ST to determine what they wanted to do.

If this were a $15 Nucleo board, I wouldn’t bother—I’d just toss it on the junk pile and move on. But this is a $330 board that I need for a project. Now I have to wait indefinitely while Mouser works this issue with ST. I probably won’t have a working board for weeks.

Is this level of “customer service” common in the industry? I suppose I’m spoiled by Amazon’s no questions asked return policy.

Why didn't you take this up with the manufacturer?
 

Offline hans

  • Super Contributor
  • ***
  • Posts: 1638
  • Country: nl
Re: Disappointed with Mouser Customer Service
« Reply #13 on: June 21, 2022, 08:14:05 pm »
Companies and private customers have different e-shopping rights. In NL too, we can basically send anything back for up to 2 weeks within reasonable usage terms (e.g. just to see if they will suit you, so don't wear clothes to a party and then send them back)

I've heard stories about *several* 5k$ FPGA boards being sold to my university, that were then a few months down the line picked up for a project. They were all defective in one way or another. Contacted support, they confirmed the issue but 1) Low volume product, bad luck. 2) Apparently waited a few months for evaluation is too long. 3) Not private customer, so though luck.

On top of that, these are technical components.. so unless you have some kind of conversation with the manufacturer that can show your board is indeed defective, then it becomes very hard to proof you haven't read the manual incorrectly (which, by the expectation that manuals are *written* incorrectly, then has a 100% probability of occuring).
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #14 on: June 21, 2022, 09:21:11 pm »
I bought a development board from Mouser last week and when the board arrived it was defective. I called Mouser customer service expecting them to give me an RMA number so I could send it back for a replacement, but no, they said I’d have to send them a detailed explanation of the issue and they’d contact ST to determine what they wanted to do.

If this were a $15 Nucleo board, I wouldn’t bother—I’d just toss it on the junk pile and move on. But this is a $330 board that I need for a project. Now I have to wait indefinitely while Mouser works this issue with ST. I probably won’t have a working board for weeks.

Is this level of “customer service” common in the industry? I suppose I’m spoiled by Amazon’s no questions asked return policy.

Why didn't you take this up with the manufacturer?

Because the company I bought the board from, Mouser, is likely to have much more clout with and access to the right people at ST than I do. If I don't get a satisfactory response from Mouser then I'll contact ST directly.
Complexity is the number-one enemy of high-quality code.
 
The following users thanked this post: Zeyneb, jpanhalt

Offline eti

  • Super Contributor
  • ***
  • !
  • Posts: 1801
  • Country: gb
  • MOD: a.k.a Unlokia, glossywhite, iamwhoiam etc
Re: Disappointed with Mouser Customer Service
« Reply #15 on: June 21, 2022, 11:34:56 pm »
You wanna try Amazon CS then... anything more than a trivial swap/replacement issue, going a bit deeper, you'll soon lose the will to live!
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #16 on: June 21, 2022, 11:45:39 pm »
You wanna try Amazon CS then... anything more than a trivial swap/replacement issue, going a bit deeper, you'll soon lose the will to live!

In over forty years of buying electronics, I've been very lucky and have had very, very few bad or DOA components and products. The vast majority of which were, fortunately, purchased from companies that accepted returns without much fuss. I'm still waiting for Mouser's reply, and hopefully they'll either have a simple fix that I can implement myself, or accept a return and send me a working replacement.

I've bought lots of stuff from Amazon, and I've only had to return one item--a book that got mangled in shipment. Amazon sent me a replacement and didn't even ask me to return the original book.
Complexity is the number-one enemy of high-quality code.
 

Offline eti

  • Super Contributor
  • ***
  • !
  • Posts: 1801
  • Country: gb
  • MOD: a.k.a Unlokia, glossywhite, iamwhoiam etc
Re: Disappointed with Mouser Customer Service
« Reply #17 on: June 22, 2022, 05:52:15 am »
You wanna try Amazon CS then... anything more than a trivial swap/replacement issue, going a bit deeper, you'll soon lose the will to live!

In over forty years of buying electronics, I've been very lucky and have had very, very few bad or DOA components and products. The vast majority of which were, fortunately, purchased from companies that accepted returns without much fuss. I'm still waiting for Mouser's reply, and hopefully they'll either have a simple fix that I can implement myself, or accept a return and send me a working replacement.

I've bought lots of stuff from Amazon, and I've only had to return one item--a book that got mangled in shipment. Amazon sent me a replacement and didn't even ask me to return the original book.

Read my post again, carefully...
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #18 on: June 22, 2022, 09:32:32 am »
You wanna try Amazon CS then... anything more than a trivial swap/replacement issue, going a bit deeper, you'll soon lose the will to live!
When one receives a defective product or one that is not as advertised what else besides replacement or refund would you want? 

That is, what do you mean by "going a bit deeper?"  That could mean anything from instructions to consequential damages. 
 

Offline bdunham7

  • Super Contributor
  • ***
  • Posts: 7852
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #19 on: June 22, 2022, 03:05:53 pm »
When one receives a defective product or one that is not as advertised what else besides replacement or refund would you want?

It depends on what it is and the nature of the problem.  If a replacement will fix the issue, then that is what you want.  But if you have an issue--say something like a firmware bug or design issue--then unit replacement is just going to be more of the same.  So what you want is a manufacturer (not a reseller) with a responsive support team that will understand the issue at the very least.  I would assume that a manufacturer like ST would want to actively support something like a development board.  But nowadays, who knows.
A 3.5 digit 4.5 digit 5 digit 5.5 digit 6.5 digit 7.5 digit DMM is good enough for most people.
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #20 on: June 22, 2022, 03:44:06 pm »
While I agree about expectations for a manufacturer, my comment was in direct response to eti's comment about Amazon.  To my knowledge, the only tangible it produces is money.

Now, if you happen to buy a Blue Origin rocket, you might want a little "deeper" customer service.  ;)
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #21 on: June 22, 2022, 07:02:21 pm »
Just heard back from Mouser. ST wants to know what my "volume" is for this board. I fail to see how that's relevant to the issue at hand. Is ST going to tell me to pound sand because I will only ever buy one of these boards?  |O
Complexity is the number-one enemy of high-quality code.
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2582
  • Country: gb
Re: Disappointed with Mouser Customer Service
« Reply #22 on: June 22, 2022, 07:35:26 pm »
Quote
ST wants to know what my "volume" is for this board
About 82 cubic inches
 
The following users thanked this post: Zeyneb, Siwastaja, tooki

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #23 on: June 22, 2022, 07:47:08 pm »
Maybe I should tell them I'm planning on at least 100,000 a year.  :-DD
Complexity is the number-one enemy of high-quality code.
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #24 on: June 22, 2022, 07:54:46 pm »
I suspect that response was from some functionary that didn't know what a development board was for.  I would answer honestly, i.e., 1, and add that the board is for development of other devices.  For such a low number, it might just authorize Mouser to send you another board gratis.
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #25 on: June 22, 2022, 08:05:08 pm »
I did tell them I was only planning on buying the one board. I didn't tell them this is for a hobby project, however.
Complexity is the number-one enemy of high-quality code.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6378
  • Country: ca
  • Non-expert
Re: Disappointed with Mouser Customer Service
« Reply #26 on: June 22, 2022, 10:38:11 pm »
If its for hobby use, did you consider a shield, VESC or similar projects?

https://www.aliexpress.com/item/3256802309960476.html
https://www.aliexpress.com/item/3256802163644561.html Odrive
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #27 on: June 22, 2022, 11:15:29 pm »
 
If its for hobby use, did you consider a shield, VESC or similar projects?

https://www.aliexpress.com/item/3256802309960476.html
https://www.aliexpress.com/item/3256802163644561.html Odrive

The second one looks interesting. I've never ordered anything from China before, but I don't suppose their customer service can be any worse than Mouser's...   :-DD
Complexity is the number-one enemy of high-quality code.
 
The following users thanked this post: thm_w

Offline bdunham7

  • Super Contributor
  • ***
  • Posts: 7852
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #28 on: June 22, 2022, 11:51:22 pm »
Just heard back from Mouser. ST wants to know what my "volume" is for this board. I fail to see how that's relevant to the issue at hand. Is ST going to tell me to pound sand because I will only ever buy one of these boards?  |O

Nowadays there are a lot of muppets between you and the people that can actually answer your questions.  It seems to be the latest fashion in corporate strategy.  That questions sounds like you are still dealing with the muppets--in fact it sounds like something a senior muppet would tell the junior muppet handling the inquiry to do.  There might be more positive interpretations, but yeah it kind of looks like the prelude to telling you to fuck off.  As in "you are not a valuable customer, so don't bother us and be thankful you can even give us your money at all".
A 3.5 digit 4.5 digit 5 digit 5.5 digit 6.5 digit 7.5 digit DMM is good enough for most people.
 
The following users thanked this post: Zeyneb

Offline Zeyneb

  • Regular Contributor
  • *
  • Posts: 233
  • Country: nl
Re: Disappointed with Mouser Customer Service
« Reply #29 on: June 23, 2022, 12:07:51 am »
Just heard back from Mouser. ST wants to know what my "volume" is for this board. I fail to see how that's relevant to the issue at hand. Is ST going to tell me to pound sand because I will only ever buy one of these boards?  |O

hmm, if I were you I would complain to Mouser about this attitude from ST and how irrelevant this is. Mouser at least has some authority to ST to get you in contact with a more knowledgeable person than that muppet.

EDIT:
I think you should point out that ST should take responsibility to work with you in fixing a potential defective product.
« Last Edit: June 23, 2022, 12:16:50 am by Zeyneb »
goto considered awesome!
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #30 on: June 24, 2022, 07:49:21 pm »
Still no response/resolution back from Mouser/ST. How long should I wait until calling my credit card company and initiating a chargeback?
Complexity is the number-one enemy of high-quality code.
 

Offline Zeyneb

  • Regular Contributor
  • *
  • Posts: 233
  • Country: nl
Re: Disappointed with Mouser Customer Service
« Reply #31 on: June 24, 2022, 08:12:38 pm »
I did tell them I was only planning on buying the one board. I didn't tell them this is for a hobby project, however.
and
Still no response/resolution back from Mouser/ST. How long should I wait until calling my credit card company and initiating a chargeback?

I think you're still stuck with that ST muppet. You answered 1 on the volume question and after that you've got completely ignored. Mouser just passes messages between you and ST.

I think it's time to play tough with Mouser about this. And go for the suggestion I shown you.  A credit card chargeback would be an option in a later stage.

Ask Mouser to get you in contact with a proper engineering-level contact at ST to resolve the issue.

EDIT: You've the right to get a proper functional board. Fight for it! Mouser also should take responsibility in this case.
« Last Edit: June 24, 2022, 08:20:28 pm by Zeyneb »
goto considered awesome!
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #32 on: June 24, 2022, 08:26:48 pm »
How long should I wait until calling my credit card company and initiating a chargeback?

I would recommend against that.  It may depend on whether your card is consumer or business.  If business, don't do it, unless fraud is involved.  Technically, it is not fraud as you gave your card information freely.  If it is consumer, I would still not go that route, even if the contract allows it.  You just need to get past the muppets.  Your last resort would be a small claims case against Mouser.  Mouser/Berkshire Hathaway know that.  It won't get that far, but there will be frustration before it is resolved.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6378
  • Country: ca
  • Non-expert
Re: Disappointed with Mouser Customer Service
« Reply #33 on: June 24, 2022, 09:49:14 pm »
I would recommend against that.  It may depend on whether your card is consumer or business.  If business, don't do it, unless fraud is involved.  Technically, it is not fraud as you gave your card information freely.  If it is consumer, I would still not go that route, even if the contract allows it.  You just need to get past the muppets.  Your last resort would be a small claims case against Mouser.  Mouser/Berkshire Hathaway know that.  It won't get that far, but there will be frustration before it is resolved.

Its nothing to do with fraud, its a chargeback because vendor is not allowing you to return a defective item. They literally have a code for it: https://chargebacks911.com/chargeback-reason-codes/visa/13-3-defective-or-not-as-described-merchandise-services/

Of course as a courtesy to Mouser, you can let them know "Hey, I am submitting a chargeback for this order on July 1, because it is defective and you are not providing instructions on how to return it to you for a refund, let me know before then what to do"
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3477
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #34 on: June 24, 2022, 10:04:35 pm »
The last time I faced that issue was with a Chase business card.  As I said, consumer rules may be different or both may have changed.
Quote
Visa chargeback reason code 13.3 falls under the “Consumer Disputes” category.

That seems to apply to consumer disputes.  I still would not do it at this point.
 

Offline Sal AmmoniacTopic starter

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #35 on: June 24, 2022, 10:41:29 pm »
I think I'll hold off on the chargeback for now, but will press Mouser for a date as otherwise they could drag this out indefinitely.
Complexity is the number-one enemy of high-quality code.
 

Offline mclute0

  • Regular Contributor
  • *
  • Posts: 68
  • Country: us
  • Somnium aut moriar!
Re: Disappointed with Mouser Customer Service
« Reply #36 on: June 25, 2022, 11:05:07 pm »
I think I'll hold off on the chargeback for now, but will press Mouser for a date as otherwise they could drag this out indefinitely.

Since you live in the US...

If you want to push it to the next level, you might try the link below, but it will not be quick. Might mention about contacting the Federal Trade Commision about selling non-working electronic devices. State law is your friend too, depending on what state you live in. Seach for Implied Warranty of goods. After that small claims court is the next step.

https://www.bbb.org/us/tx/mansfield/profile/wholesale-electronic-supplies/mouser-electronics-inc-0825-235961041/complaints
 

Offline tkamiya

  • Super Contributor
  • ***
  • Posts: 2178
  • Country: us
Re: Disappointed with Mouser Customer Service
« Reply #37 on: June 26, 2022, 01:29:58 am »
Better Business Bureau has no legal enforcement authority.  All they do is log your complaint internally and increment the number of complaint statistics by one.

If you go legal route, more than likely, you'll have to sue in the city Mouser is in.  Most companies stipulate that in their policy.  By buying an item from that company, you implicitly agreed to it.

I really sympathize with your predicament though.  Just send them a detailed description of your problem once, and if no reply, go to ST directly.  That's probably the fastest and easiest route.  Sueing a company for $300 product is just silly.  It'll cost you more than just buying another one.
 

Offline mclute0

  • Regular Contributor
  • *
  • Posts: 68
  • Country: us
  • Somnium aut moriar!
Re: Disappointed with Mouser Customer Service
« Reply #38 on: June 26, 2022, 02:07:01 am »
Better Business Bureau has no legal enforcement authority.  All they do is log your complaint internally and increment the number of complaint statistics by one.

If you go legal route, more than likely, you'll have to sue in the city Mouser is in.  Most companies stipulate that in their policy.  By buying an item from that company, you implicitly agreed to it.

I really sympathize with your predicament though.  Just send them a detailed description of your problem once, and if no reply, go to ST directly.  That's probably the fastest and easiest route.  Sueing a company for $300 product is just silly.  It'll cost you more than just buying another one.

You are correct they have no authority, but you are incorrect that they just 'increment the complaint number'. They send a letter to the company and some companies have direct contact with the BBB and most legitimate companies will respond to a complaint.

They publish all the complaints and the response on the BBB website and the consumer can either accept or reject the resolution. Before making blanket statements, I suggest going to that link and READ the past complaints and READ Mouser's past responses and how they resolved the complaints and READ the consumers response to the resolutions.

Bad publicity is the bane of businesses everywhere, but unless the issue is pushed many tend to ignore the problem. Once an official complaint is made, it goes right to the top managers and owners of the company. Not perfect but it can be made to work in your favor.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf