Skip to content

An Embedded Digital Signal Processing Device for Audio signals.

License

Notifications You must be signed in to change notification settings

aitesam961/OpenADSP

Repository files navigation

Issues Forks Stars License

Material Bread logo

An Embedded solution for Digital Signal Processing Applications in Audio signal processing.

Table of contents

Description

This device is designed to Take data from Microphone and Process it. Later it could be sent to a wirelessly connected devices Over Bluetooth. Aside from this, the device can stream data to host computer over USB interface.

The PCB embedds a STM32L432 MCU which is extremely capable of handling Demanding tasks such as Digital Signal Processing. The DSP scripts could be implemented in the firmware.

Preview

Material Bread logo

Block Diagram

The Block Diagram Illustrates the connectivity inside The Board.

Working Explained

This device is Designed for Digital Signal Processing applications. The idea is to take Audio Data from a microphone, process it & Transmit to client devices.

What Type of Processing?

It features an STM32L432 Microcontroller with an ARM Cortex M4F (aka Black Pill). The device can be programmed to Apply Digital Filters and Effects on the audio data. The very basic example is a Low Pass & High Pass filters. The Incoming Audio Signal is converted to Digital (By ADC) and then Passed to STM32 which Applies programmed filters.

Connectivity

The device is loaded with Two modes of communication.

  • Bluetooth (2.4GHz)
  • USB 2.0

The device is capable of Reading Data, applying filters and then Sending it wirelessly over to a Bluetooth Client OR It Can be used as a USB OTG host device to send data stream over USB 2.0 Interface.

Ordering Boards

You Can manufacture the PCBs from PCBWay. Check Out PCBWay

Note: I am not affiliated with PCBWay. However, I just like their service and build quality.

Assembly Guide

Please Refer to Hardware Readme for Assembly Instructions.

Flashing Firmware

Please Refer to Firmware Readme to find more details about Flashing FIrmware.

Contributions

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Roadmap

  • Concept Proof
  • Research & Information
  • Finalizing The Idea
  • Schematics
  • PCB Design
  • Firmware Development
  • Validation & Testing
  • Documentation
  • Future Improvements

License

This Project is designed under General Public License V3.0 See LICENSE.txt for more information.

https://www.gnu.org/licenses/quick-guide-gplv3.html

(back to top)

About

An Embedded Digital Signal Processing Device for Audio signals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages