Difference between revisions of "BoomBit"

From SB-Components Wiki

(Created page with "<div class="row"> <div class="large-8 column"> == BoomBit == Boombit is a compact and powerful music player with Volume Controller, 3.5 mm audio jack, hand-free speaker, hea...")
 
 
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
* Hand-Free Speaker  
 
* Hand-Free Speaker  
 
* Audio Switch Mode  
 
* Audio Switch Mode  
 
</br>
 
  
 
=== Specifications ===
 
=== Specifications ===
Line 18: Line 16:
 
* Inbuilt - Speaker
 
* Inbuilt - Speaker
 
* Headphone Support - Yes
 
* Headphone Support - Yes
 
  
 
</div>
 
</div>
 
   <div class="large-4 column">
 
   <div class="large-4 column">
[[File:Boombit.png|thumb|left|alt=Boombit| Buy it From : ''[https://shop.sb-components.co.uk/products/boombit Click Here]'']]
+
[[File:BoomBit.png|thumb|left|alt=Boombit| Buy it From : ''[https://shop.sb-components.co.uk/products/boombit Click Here]'']]
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
== Pinout ==
 
== Pinout ==
 
 
<table class="wikitable">
 
<table class="wikitable">
 
<tr> <th>Boombit Pin </th> <th>Micro:Bit Pins </th></tr>
 
<tr> <th>Boombit Pin </th> <th>Micro:Bit Pins </th></tr>
Line 38: Line 34:
 
== Programming ==
 
== Programming ==
 
==== Drag and Drop ====
 
==== Drag and Drop ====
 +
* Before starting, you need these components :
 +
** BoomBit x 1
 +
** Micro:Bit x 1
 +
** Connecting wires or Screws to make the connection with Micro:Bit
  
 
+
* Connect Boombit with Micro:Bit.
 +
* Visit official programming website of Micro:Bit https://makecode.microbit.org/
 +
* Now create a new project by clicking on <b>"New project"</b> tab and enter the name of your project.
 +
https://github.com/sbcshop/RFID-Expansion-For-Microbit/raw/main/images/makecode_microbit.PNG
 +
* Now drag and drop blocks as shown in the image below and click on download button to upload it to Micro:bit.
 +
[[File:Boombit_programming.PNG]]
 +
* Use the switch to select audio output, set it to the speaker to enable output from the speaker, and set it to earphone to enable output through 3.5mm audio jack.
 +
* You can also control volume using the onboard potentiometer.
  
 
== Resources ==
 
== Resources ==

Latest revision as of 10:33, 2 June 2021

BoomBit

Boombit is a compact and powerful music player with Volume Controller, 3.5 mm audio jack, hand-free speaker, headphones support, and 3.3 V Operating Voltage. BoomBit, a speaker for your Micro:bit and Micro: bit V2 which is best for the kids and tech-enthusiasts.

Features

  • Volume Controller
  • 3.5 mm Audio Jack
  • Hand-Free Speaker
  • Audio Switch Mode

Specifications

  • 3.3 V Operating Voltage
  • Compatibility - Micro:bit and Micro:bit V2
  • Audio Jack - 3.5 mm
  • Inbuilt - Speaker
  • Headphone Support - Yes
Boombit
Buy it From : Click Here

Pinout

Boombit Pin Micro:Bit Pins
3V 3V
GND GND
Pin 0 P0

Programming

Drag and Drop

  • Before starting, you need these components :
    • BoomBit x 1
    • Micro:Bit x 1
    • Connecting wires or Screws to make the connection with Micro:Bit
  • Connect Boombit with Micro:Bit.
  • Visit official programming website of Micro:Bit https://makecode.microbit.org/
  • Now create a new project by clicking on "New project" tab and enter the name of your project.

makecode_microbit.PNG

  • Now drag and drop blocks as shown in the image below and click on download button to upload it to Micro:bit.

Boombit programming.PNG

  • Use the switch to select audio output, set it to the speaker to enable output from the speaker, and set it to earphone to enable output through 3.5mm audio jack.
  • You can also control volume using the onboard potentiometer.

Resources