The Rechargeable Bluetooth Enabled AIAA Accelerometer is a compact wireless accelerometer system, designed to enhance mobility and convenience. Its rechargeable feature enables seamless movement without the need for constant tethering to power sources. Additionally, it offers the capability to transmit gathered data to a computer via Bluetooth, facilitating easy analysis through graphical representations. When the accelerometer is powered on, nearby computers may choose to connect to the system via Bluetooth. After this is done, the computer can run the attached Python script "AIAA_Graph.py" to obtain a graph plotting real-time acceleration magnitudes against time. This graph updates at a frequency of about 100 Hz. Integrated functionalities further enhance its utility. Notably, an onboard screen provides a real-time display of values. The screen will display the instantaneous magnitude of acceleration, as well as the maximum acceleration recorded during run-time, aiding in immediate assessment. Moreover, a built-in warning mechanism, activated upon detection of potentially hazardous acceleration levels, ensures user safety. This system served as an excellent study of modularity; because the PCB was designed with a plug-and-play nature in mind, any component can be removed by simply disconnecting it from the socket headers of the PCB. This not only allows for the system to be downsized when necessary (e.g. removing the buzzer) but also enables the system to use other, similar components or even be adapted to other applications.