Skip to content

CallMeL/Air-Bass-Arduino-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air-Bass-Arduino-Processing

Hardware Design This personal hardware project can simulate bass playing. See the Youtube demo video below to qucikly get how it works: Screen Shot 2022-11-23 at 17 30 57

Music is an integral part of our daily life, but for most ordinary people, having a stringed instrument such as a guitar or a bass and taking the time to play it is a luxury. Therefore, we hope to design and build an air bass based on ultrasonic distance measurement, so that people can play the bass easily and practically with less cost and enjoy the music. Compared to a real bass, the features of this selection are as follows.

  1. detachable, variable handle length, easy to carry
  2. controllable volume, not disturbing the public
  3. low production price
  4. using ultrasonic distance measurement, playing without wear and tear on the fingers, no effort

Compared with the software website of analog bass, the features of this selection are as follows.

  1. with keys, playing experience is more realistic
  2. Self-programming, more customizable parts and flexible
  3. Using ultrasonic distance measurement, more interesting to play

There are five modules involved in this system:

  1. the MCU module: the Atemega328P chip is chosen as the core of this design, which accepts the data from the ultrasonic range module and the keypad module, sends them to the serial communication module, and then processes them in the software. The processed data is received from the serial communication module and sent to the display module.
  2. the serial communication module: CH340G chip is selected to realize USB to serial port or USB to print port.
  3. the keypad module: the TTP224 chip is selected to send the status of the four capacitive keys to the Atmega328P.
  4. the ultrasonic distance measurement module: the off-the-shelf HC-SR04 ultrasonic distance measurement module is used to measure the distance from the obstacle to the ultrasonic wave and send the data to the Atmega328P.
  5. the display module: an off-the-shelf 0.96-inch OLED module with a built-in chip SSD1306 is used to display the number of strings pressed by the current user.

The schematic of this board:

Light         Dark

Light

The PCB design and outcome of this board:

Light         Dark

About

Project for Hardware Design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published