marchingband / wvr

Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
GNU General Public License v3.0
70 stars 9 forks source link

Support request: power the board directly from 5V? #9

Closed BBGuy closed 3 years ago

BBGuy commented 3 years ago

Is it possible to power the WVR board directly from 5V without using the USB connection? (i.e. connect using the pins)

marchingband commented 3 years ago

Yes both the 5v and 3.3v pins can be inputs or outputs.

On Sat, Sep 4, 2021 at 8:43 AM Guy Schneerson @.***> wrote:

Is it possible to power the WVR board directly from 5V without using the USB connection? (i.e. connect using the pins)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marchingband/wvr/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE667FVZBMC6SH5QKBFXK3UAI5BPANCNFSM5DNM45EQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

DennisSchm commented 3 years ago

Hey! I would like to join in on this question. When I power my board over micro USB everything works just fine but when I connect GND to ground and 5v to + nothing happens.

My understanding is that the 5v pin can be used as output if the board is powerd over micro USB and is automatically noticing if it's powered over the 5v pin and uses it as input. Am I wrong in this asumption?

marchingband commented 3 years ago

No there is no sensing or anything like that. Applying power to the 5v pin should power the board.

On Fri, Sep 17, 2021 at 2:57 PM DennisSchm @.***> wrote:

Hey! I would like to join in on this question. When I power my board over micro USB everything works just fine but when I connect GND to ground and 5v to + nothing happens.

My understanding is that the 5v pin can be used as output if the board is powerd over micro USB and is automatically noticing if it's powered over the 5v pin and uses it as input. Am I wrong in this asumption?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/marchingband/wvr/issues/9#issuecomment-921979189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE667CVI56YL6PLD7HEL6TUCN6RFANCNFSM5DNM45EQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.