Jump to content

How do I connect a 12v rechargeable battery pack to an Arduino UNO to a LED strip? (New to electronics)

o.davis21

Howdy! So I am building a Viking shield with a cut-out of Jömungandr on the front face of it. I want to have Jömungandr light up like a progress bar each time the shield is hit. I am going to use contact microphones on the shield instead of touch sensors/pressure sensors. I was advised to use a 12v Li-ion rechargeable battery pack, an Arduino Uno, a BTF-LIGHTING WS2812B RGB LED strip from Amazon, and of course the contact microphones. How do I assemble all of this? I do not know hardware assembly so all will be appreciated!

 

Here are all my amazon links:
https://www.amazon.com/YQBOOM-Transducer-Microphone-Acoustic-Instrument,Mic/dp/B0B2QSQNB2/ref=sr_1_13?keywords=contact%2Bmicrophone&qid=1702276151&sr=8-13&th=1

https://www.amazon.com/Arduino-A000066-ARDUINO-UNO-R3/dp/B008GRTSV6/ref=sr_1_3?keywords=arduino%2Buno&qid=1702351962&sr=8-3&th=1

https://www.amazon.com/TalentCell-Rechargeable-12000mAh-Multi-led-indicator/dp/B00ME3ZH7C/ref=sr_1_3?keywords=battery+packs+for+LEDs&qid=1702352896&sr=8-3

https://www.amazon.com/BTF-LIGHTING-Flexible-Individually-Addressable-Non-waterproof/dp/B01CDTEJBG/ref=sr_1_1_sspa?crid=3JYI4RXA6FHAV&keywords=led%2Bstrip%2Bws2812b&qid=1702277724&sprefix=led%2Bstrip%2Bws%2Caps%2C78&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&th=1

Link to comment
Share on other sites

Link to post
Share on other sites

here's how you can setup neopixel LEDs on an Arduino Uno.

https://www.instructables.com/How-to-Control-WS2812-RGB-LED-NeoPixel-W-Arduino-T/
 

the contact microphones probably set up like a regular push button
https://docs.arduino.cc/built-in-examples/digital/Button

 

You can deliver power via barrel jack, USB or VIN Pins, see the doc:
https://docs.arduino.cc/learn/electronics/power-pins

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, o.davis21 said:

Howdy! So I am building a Viking shield with a cut-out of Jömungandr on the front face of it. I want to have Jömungandr light up like a progress bar each time the shield is hit. I am going to use contact microphones on the shield instead of touch sensors/pressure sensors. I was advised to use a 12v Li-ion rechargeable battery pack, an Arduino Uno, a BTF-LIGHTING WS2812B RGB LED strip from Amazon, and of course the contact microphones. How do I assemble all of this? I do not know hardware assembly so all will be appreciated!

 

Here are all my amazon links:
https://www.amazon.com/YQBOOM-Transducer-Microphone-Acoustic-Instrument,Mic/dp/B0B2QSQNB2/ref=sr_1_13?keywords=contact%2Bmicrophone&qid=1702276151&sr=8-13&th=1

https://www.amazon.com/Arduino-A000066-ARDUINO-UNO-R3/dp/B008GRTSV6/ref=sr_1_3?keywords=arduino%2Buno&qid=1702351962&sr=8-3&th=1

https://www.amazon.com/TalentCell-Rechargeable-12000mAh-Multi-led-indicator/dp/B00ME3ZH7C/ref=sr_1_3?keywords=battery+packs+for+LEDs&qid=1702352896&sr=8-3

https://www.amazon.com/BTF-LIGHTING-Flexible-Individually-Addressable-Non-waterproof/dp/B01CDTEJBG/ref=sr_1_1_sspa?crid=3JYI4RXA6FHAV&keywords=led%2Bstrip%2Bws2812b&qid=1702277724&sprefix=led%2Bstrip%2Bws%2Caps%2C78&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&th=1

https://howtomechatronics.com/tutorials/arduino/how-to-control-ws2812b-individually-addressable-leds-using-arduino/

 

https://docs.arduino.cc/built-in-examples/sensors/Knock

 

Start from there.

 

AFAIK, Depending on how memory heavy your project is, you might have to use Raspberry Pi or something like STM32F103C8T6 instead

 

The way I see it, you probably will need an additional method incorporated so the light only progress just from a direct hit on the shield.

But yep, not like I ever tried making a project with vibration sensor before, so I might be wrong there.

Edited by Poinkachu

There is approximately 99% chance I edited my post

Refresh before you reply

__________________________________________

ENGLISH IS NOT MY NATIVE LANGUAGE, NOT EVEN 2ND LANGUAGE. PLEASE FORGIVE ME FOR ANY CONFUSION AND/OR MISUNDERSTANDING THAT MAY HAPPEN BECAUSE OF IT.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×