简体   繁体   English

堆叠式屏蔽没有足够的电源-暗淡的PWR灯

[英]Stacked shield doesn't have enough power — dim PWR light

I'm stacking a SeeedStudio Bluetooth Shield on top of a Olimex EKG/EMG Shield . 我将SeeedStudio Bluetooth Shield堆叠在Olimex EKG / EMG Shield的顶部。

At first, I stacked the two loading only bluetooth shield demo code and all the LEDs lit up brightly and worked fine. 首先,我堆叠了两个仅加载蓝牙屏蔽的演示代码,所有LED均亮起且工作正常。

Now (having only taken a shield off and put it back on), the lower shield's (Olimex) power LED appears dim and the upper shield (Bluetooth) is not powered at all. 现在(仅关闭屏蔽并重新打开),下屏蔽(Olimex)的电源LED指示灯变暗,而上屏蔽(蓝牙)根本没有通电。 The lower shield's power LED brightens when I remove the top shield. 卸下顶部护罩时,下部护罩的电源LED变亮。

Not sure what happened here -- both shields work perfectly if they are the ONLY shield on top of the Arduino. 不知道这里发生了什么-如果两个屏蔽板都是Arduino顶部的唯一屏蔽板,则它们可以完美地工作。 Is there any way for me to check the output voltage coming from the lower shield (Olimex) to the higher shield (Bluetooth) with a multimeter to see if it's sufficient (3.3V)? 有什么办法可以用万用表检查从下部屏蔽层(Olimex)到较高屏蔽层(蓝牙)的输出电压,看是否足够(3.3V)?

Looks like you may really have a current problem. 看来您可能确实有当前问题。 Your Bluetooth shield can draw up to 100 mA and it is 3.3 V. Your Olimex shield does not have details about the power but even assuming 20 to 30 mA, looks like you do not have enough current from the Arduino 3.3 V which is limited to 50 mA. 您的蓝牙屏蔽可吸收的最大电流为100 mA,为3.3V。您的Olimex屏蔽没有电源的详细信息,但即使假设20至30 mA,您似乎也没有足够的Arduino 3.3 V电流50毫安 The easiest solution would be to use an Arduino bluetooth shield instead of the actual one, which would be 5V instead of 3.3 V and then you solve the problem of the current limitation for both the Olimex and the bluetooth connecting the Olimex jumper to the 5V and the bluetooth on top. 最简单的解决方案是使用Arduino蓝牙屏蔽而不是实际的屏蔽,即5V而不是3.3 V,然后解决Olimex和将Olimex跳线连接到5V的蓝牙的电流限制问题。顶部的蓝牙。 Alternatively, you can try to use a level shifter for the bluetooth on top of the Olimex. 另外,您可以尝试在Olimex的顶部为蓝牙使用电平转换器 Slightly more complex but would allow you to use the 5V and save the actual bluetooth. 稍微复杂一点,但是可以使用5V并保存实际的蓝牙。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM