Power MKR WIFI 1010 with 6V on VIN

I am a little bit confused about the VIN specs of the MKRWIFI1010.

Here it says that max voltage can be 5.5V on VIN (Page 5)
https://docs.arduino.cc/static/5e3c2ff097582e5f1c416e83f01be44d/ABX00023-datasheet.pdf

In a post in this forum, also 5.5V is mentioned:

But the main page of the MKR 1010 says Input Voltage 5-7V

What is now the max voltage which i can supply on VIN to this board?
I have a power source of 6V. Can i use this to power the board?

Many thanks

Yes, they are inconsistent aren't they.

Take a look at the schematics: Is there a voltage regulator? If so, what are its specifications?

More inconsistency: the store page just says 5V!

From the schematic, it looks like Vin goes to the BQ24195L charger chip - and that's rated for up to 17V

@awneil You are right, the datasheet of the BQ24195L allow up to 17V nominal and up to 22V on peak. :open_mouth:
If no one knows, i am going to get mine this week and try to power it by 6V on VIN.

I would be careful they gave it that rating for a reason. The schematic I looked has the gate of the MOSFET connected to Vin, exceeding the Vgs voltage would destroy the MOSFET. I do not know the part number.

1 Like

Agreed, but then they should get their story straight and give it a consistent rating everywhere!

That is an example of why I ask for annotated schematics. You could put a 100V cap on the input of a 7805 and tell the world it will take 100 volts. The capacitor will but determining factor is the weakest link, the 7805 which would probably be less then 40V. If you check data sheets the 7805 has different max input voltages depending on the manufacturer.

So it seems nobody knows the real max voltage on Vin.

Yes, they gave a rating... 5-7V. So do you think 6V on Vin is ok?

The designer must know - but it seems they have failed to communicate this.

:roll_eyes:

I always thought, Arduino is a great platform to start, but now i revise my opinion. How should a beginner know, why he should not use more than 5V, even if the tech-specs allow more voltage. Shame on arduino. :(((

1 Like

You should read the disclaimers at the bottom of the schematics for that board.
It will make your head spin.

:scream:

Yes, seems it means: We have done something, but this must not be what we have on the schematics. What the hell.

Unfortunately true.

So even if you understood the BQ24195 regulator design and came to the conclusion that 6V is probably OK, there is no guarantee that the schematics you are basing your conclusions on are correct.
If you try 6V, let us know if it's OK

1 Like


So Arduino don't believe in version control, or configuration control?

:roll_eyes:

1 Like

This is the arduino forum, we shouldn't do bashing here.

I think this should named as: " Constructive criticism"

I will. :slight_smile:

Have FUN

6V is inside the rating so it should be OK. If you are concerned make sure nothing gets hot. The design is actually the sum of the parts and the problem child will be the weakest link. I agree with their voltage rating, not with the suggestion of 12V. It is there part they warrant it. You can use a 1000 volt piece of wire to connect your LED but that does not indicate it will work at 1000V. You can only protect for so much, not every conceivable possibility will be covered.