-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+12V not fully operational #33
Comments
For the Mayfly 1.0 revA3, the +12V boost is implemented with a nice chip called MAX17250ATD+. For the Mayfly 1.0 revA3 cutting the short trace ISET from U10/Max17250 pin 5 to C40, would lower the Iswitch to 1.85A. Then power switched at V_BATT of 3.6V*1.85/2 = 3.24W, or at +12V 0.27A For the +5V boost that uses the same inductor with Max17225 that has a peak inductor current of 1A. The 3.3V_SW is derived from an XC6220B331/1A LDO. There may be less risk and more manageable guaranteed uniformity in production in selecting a part that is specifically designed for switched power supplies, |
We've found that the MAX17250 doesn't work properly with half of the dozen Y511A wipered turbidity sensors we tried, and it seems like the serial number of the sensors indicates whether or not it will work, so I'm guessing there's something slightly different between the two batches of sensors. Three other Mayfly v1.0 revision boards were tested earlier this year, each with different 12v boost circuitry, but on each subsequent production run, semiconductor shortage issues cause us to have to redesign significant portions of the board each time to use parts that were currently available. The MAX17250 is no longer available now either, so the next production run will use a different circuit for the 12v boost portion. |
@s-hicks2, thanks for adding the capabilities to run YosemiTech sensors from the new Mayfly v1 with your new Modbus Wing! @neilh10, thanks for bringing up this issue! It is really important to the EnviroDIY community that already uses YosemiTech sensors that ALL of these sensors from all historic lots can run flawlessly on the new Mayfly + Modbus wing. After quite a few tests with a wide range of YosemiTech sensors, we discovered that there are indeed variations among lots of sensors, and that to get them to all work consistently at their full voltage range we needed at least:
@neilh10 used an even larger capacitor on his knh002-MayflyWingShield. For more info, see: |
@s-hicks2 brings up the challenge of 2021/22 - supply shortages on devices, so annoying. Seems to me though that what is needed, is to define the minimum power rating to support, and then design to that as a guaranteed power requirement for all future revisions, whatever the circuit. From a spec sheet https://www.isweek.com/product/online-self-cleaning-turbidity-sensor-y511-a_2460.html I read it as saying that that it should take less than 50mA at 12V. Testing for a minimum power is about having some variable power resistors available, putting them on as a load, and then checking when the output voltage starts dropping. Will post some pics when I do it next. The power boost circuitry then needs to support this at the lowest LiIon voltage, which is when the power boost current is being drawn from the battery - and could be 3.4V but say for design safety would be 3.0V - so 2.4W is then 0.8A@3.0V. A possible article (though older 2003) describes the challenge and complexity of switching https://www.powerelectronics.com/content/article/21861300/guide-to-selecting-inductors-for-switching-regulators A source for selecting other ICs might be Depending on the circuit, it may not be needed to have a large capacitor on the output. I was reacting to the need for a capacitor on that circuit, and once I had something working and tested I did choose a LOW ESR Electrolytic, based on the peak current flow into it, and then selected on cost, which resulted in the large value uF that fell out. So just some quick thoughts on the scope of the challenge. |
Using Mayfly Sn21260 + Flat 2.5Ahr battery. Using Seeed D10-11 – Setting Jp2 to +12V |
@s-hicks2 made a comment "issue related to the current-limiting circuitry"
for "the wiper on the Yosemitech Y511A sometimes causes issues if you’re powering the sensor directly from the Mayfly 1.0 revA3 (current release) onboard 12v boost regulator. I’ve come up with a workaround, but will have to apply it to the next manufacturing run of boards, and also make a couple minor changes to the Modbus adapter half-shield design"
https://www.envirodiy.org/new-mayfly-data-logger-and-accessories/#comment-492
This is to track what is the operational limits of +12V Mayfly 1.0 revA3
Its very typical that high risk new circuits may not reach full design criterar, but they should be characterized so that purchasers can make decisions.
The text was updated successfully, but these errors were encountered: