Hot Air Balloon Lamp Speaker

by ECET 380 Team 14 in Circuits > Arduino

450 Views, 11 Favorites, 0 Comments

Hot Air Balloon Lamp Speaker

Capture.JPG

People of all ages love to decorate their rooms, whether it be with posters or lights or plants. The introduction of ‘smart homes’ with integrated devices such as Amazon Alexa has seen a rapid rise in American homes. However, not everyone enjoys a device that surveillances audio 24 hours a day. If one needs a simple lamp with built-in speaker, then it takes some hunting to find. This project aims to give users a way to build their own lamp-speaker that is small enough to be placed on your desk. Key topics in this document include designing audio output, powering a large number of lights, and engineering education.

Supplies

20230502_140205[10305].jpg

Tools

  • Needle Nose Pliers
  • Side Cuts
  • Small Phillips Head Screwdriver

Materials

  • Cardboard
  • Banana Holder [Link]
  • Fairy Lights [Link]
  • Zipties

Electronics

Motor Set-up

Screenshot 2023-05-03 210738.png
motor wiring.png
20230419_192245.jpg

To start, follow the wire diagram in order to connect the motor to the motor controller and microcontroller. If powered correctly, the light on the motor controller should turn on. Your components should look like the picture provided

Plug in your microcontroller to your computer then open the Arduino IDE. Once open, you can either click File > New Sketch, then copy the code above, or download the code and open it directly. You should first double check to if it will compile by clicking the checkbox in the upper left-hand corner. If the code successfully compiles, click the drop-down box and click on the Arduino that is detected by your computer, then click the upload button and wait. In order to increase or decrease the speed of the motor, change the number associated with "pwmOutput." This variable can be between 0 to 255, with 0 turning the motor off and 255 setting the motor to full speed. To change the direction of the motor, set "in3" on line 10 to "HIGH" and "in4" on line 11 to "LOW."

Once the code is uploaded, the motor should begin turning. Once it is turning you will be able to add your preferred design of a propeller at the end of it. It can be boat based or place based, the decision is yours!

Downloads

Speaker

20230502_141801.jpg
20230502_141856.jpg

The speaker assembly can be quite tricky.

Once you have decided on it, check where you have to plug it in, don't forget the power and the ground!! Then you will plug it into your microcontroller with which you will play the music you like. This can be from predetermined songs in mp3 format all the way to connecting it directly to a streaming source!

Remember to look at forums like Arduino IDE to get help if you get stuck in the code. These resources are incredibly helpful.

Construction of Frame

Capture1.JPG
Instructable 1.jpg
Instructable 2.jpg
Instructable 3.jpg
Instructable 4.jpg

To begin, make sure to create a sketch like the one above. This will help you to see how you want the last of your parts implemented to your final lamp. Then take your coat hangers and straight then out. Create two sixteen-inch rods and bend them into circles about four inches in diameter and twist the ends to connect them. Then cut four eleven-inch rods and evenly hook them around one of the circles.

Now take the other ends of the rods and hook them to the other circle. To get the balloon shape take some needle nose pliers and bend them carefully. The last step is to take an eleven-inch rod and wrap it around the top of the balloon in the form of a triangle. This will let the structure be hooked onto the banana hook mount.


LEDs

When the balloon frame is finished then wrap the LEDs around the vertical curved rods to provide the lamp lighting. To incorporate the motor take some cardboard and create a platform for the inside of the structure. This can be any size you like, big enough for the speaker. 

As for the speaker, make sure that it fits inside the platform (or balloon if preferred). Make sure to hook up the speaker before closing the platform/globe. Finally, take a look at your final project. You've made it this far, don't give up now!

References

[1]     S. Uddin, H. Shareef, A. Mohamed, M. A. Hannan and K. Mohamed, "LEDs as energy efficient lighting systems: A detail review," 2011 IEEE Student Conference on Research and Development, Cyberjaya, Malaysia, 2011, pp. 468-472.

URL: https://ieeexplore.ieee.org/abstract/document/6148785/references#references

[2]     S. Uddin, H. Shareef, A. Mohamed and M. A. Hannan, "An analysis of harmonics from LED lamps," 2012 Asia-Pacific Symposium on Electromagnetic Compatibility, Singapore, 2012, pp. 837-840.

URL: https://ieeexplore.ieee.org/abstract/document/6238014

[3]       E. M. Amewornu, “DESIGN AND CONSTRUCTION OF WIRELESS SPEAKER USING BLUETOOTH”, AJAR, vol. 1, no. 1, Mar. 2016.

URL: https://ajaronline.com/index.php/AJAR/article/view/150/125

[4]     Zhou, N., Pereira, N.L., George, T.T. et al. The Influence of Toy Design Activities on Middle School Students’ Understanding of the Engineering Design Processes. J Sci Educ Technol 26, 481–493 (2017).

URL: https://link.springer.com/article/10.1007/s10956-017-9693-1

[5]     D. -H. Kim, K. -M. Kang and C. Lee, "An application of MB-OFDM UWB technology for wireless speaker systems," in IEEE Transactions on Consumer Electronics, vol. 58, no. 4, pp. 1169-1175, November 2012.

URL: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6414982&isnumber=6414967

[6]     Y. Gao, Z. Pan, H. Wang and G. Chen, "Alexa, My Love: Analyzing Reviews of Amazon Echo," 2018 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Cloud & Big Data Computing, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/CBDCom/IOP/SCI), Guangzhou, China, 2018, pp. 372-380.

URL: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8560072&isnumber=8559978

[7]        Midjourney Image generated by Team 14 on Jan. 18, 2023 URL:https://cdn.midjourney.com/257c6c0d-09c2-45ba-af45-7335425ddb13/grid_0.png

[8]     “The basic four of piezoelectric audio speakers,” Barry Sales. [Online].URL: http://www.barrysales.com/pdf/ISL_Piezoelectric_Speaker_Technology.pdf.

[9]     “How piezoelectric speakers work - technical articles,” All About Circuits. [Online]. URL: https://www.allaboutcircuits.com/technical-articles/how-piezoelectric-speakers-work/.

[10]   C. 2015 E. T. Center, “History and types of loudspeakers,” History and Types of Speakers. [Online]. URL: https://edisontechcenter.org/speakers.html#:~:text=Types%20of%20flat%20panel%20speakers,electrostatic%20-%20read%20about%20these%20below.

[11]   “Arduino Mega 2560 REV3,” Arduino Online Shop. [Online]. URL: https://store-usa.arduino.cc/products/arduino-mega-2560-rev3.

[12]   “Raspberry pi documentation,” Raspberry Pi. [Online]. URL: https://www.raspberrypi.com/documentation/.

[13]   “STM32 32-bit ARM cortex mcus - PDF documentation,” STMicroelectronics. [Online]. URL: https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/documentation.html.

[14]   “Banana holder modern banana hanger tree stand hook for kitchen ...,” Amazon. [Online]. URL: https://www.amazon.com/Banana-Holder-Kitchen-Countertop-Homeries/dp/B09C93LW4D.

[15]   “Wooden+coat+rack+small,” Google Shopping. [Online]. URL: https://www.google.com/shopping/product/3606863883515351224?hl=en&q=wooden%2Bcoat%2Brack%2Bsmall&prds=eto%3A12330160395248451727_0%3B2196178946847950933_0%3B17875615708387914618_0%2Cpid%3A12955428971304573896%2Crsk%3APC_1290366238037671442&sa=X&ved=0ahUKEwjaj9qYm8H9AhXvj4kEHW1BBzkQ9pwGCAs.

[16]   “Regal's Hot Air Balloon Solar Lantern LG - purple - amazon.com,” Amazon. [Online]. URL: https://www.amazon.com/Regals-Hot-Balloon-Solar-Lantern/dp/B08MTDXMQK.

[17] https://compass.astm.org/document/?contentCode=ASTM%7CA0641_A0641M-19%7Cen-US

[18]   “ North American Northern Red Oak Wood,” North American Northern Red Oak Wood. [Online]. URL: https://www.matweb.com/search/datasheet_print.aspx?matguid=3a971164050b4313930591eed2539366.

[19]   Amfg, “Pla 3D printing: All you need to know,” AMFG, 02-Jul-2018. [Online]. URL: https://amfg.ai/2018/07/02/pla-3d-printing-all-you-need-to-know/#:~:text=What%20are%20the%20limitations%20of,its%20counterparts%2C%20ABS%20and%20PETG

[20]   Sitelogiq, “10 benefits & Advantages of LED Lighting Technology,” SitelogIQ, 16-Feb-2023. [Online]. URL: https://www.sitelogiq.com/blog/10-advantages-led-lighting/.

[21]   “Amazon.com: Led lights,” Amazon. [Online]. URL: https://www.amazon.com/led-lights/s?k=led+lights.

[22]   J. Mutascio, “Where to go for Christmas lights in and around Lafayette,” Journal and Courier, 15-Dec-2017. [Online]. URL: https://www.jconline.com/story/news/local/lafayette/2017/12/07/where-go-christmas-lights-and-around-lafayette/927487001/.

[23]   “Blinking LEDs VS Constant Current,” SparkFun Electronics. [Online]. URL: https://forum.sparkfun.com/viewtopic.php?t=9123#:~:text=The%20micro%20requires%200.005mA, by%20the%20non%2Dblinking%20led.

[24]   “Light sources in Electronics,” Light Emitting Diodes. [Online]. URL: http://hyperphysics.phy-astr.gsu.edu/hbase/Electronic/leds.html.

[25]   “Amazon.com: Color changing led lights,” Amazon. [Online]. URL: https://www.amazon.com/color-changing-led-lights/s?k=color+changing+led+lights.

[26]   “28BYJ-48 datasheet,” ALLDATASHEET. [Online]. URL: https://www.alldatasheet.com/datasheet-pdf/pdf/1132391/ETC1/28BYJ-48.html

[27]   “Miuzei SG90 Motor,” Amazon. [Online]. URL: https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/XML_Documentation_Intl.

[28]   “Gikfun 1.5v-6V Type 130 miniature DC motors for Arduino hobby projects ...,” Amazon. [Online]. URL: https://www.amazon.com/Gikfun-Miniature-Motors-Arduino-Projects/dp/B07SQXRSNR.

[29]   “MTS series Massuse Switch,” Massuse Relay. [Online]. URL: http://www.massuse-relay.com/details/MTSSeries.pdf.

[30]   Alldatasheet.com, “R13-502MA datasheet,” ALLDATASHEET. [Online]. URL: https://www.alldatasheet.com/datasheet-pdf/pdf/603604/ETC2/R13-502MA.html.

[31]   “SS-22f02-DG 6 (L): Digi-key electronics,” Digikey. [Online]. URL: https://www.digikey.com/en/products/detail/c-k/SS-22F02-DG-6-L/2747185.