Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial esp32 migration #224

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2023

  1. Test Code

    This code is to test the SD card reader and if it can output the file when reading it
    BaraaAhmad2 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fe224ee View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Create TestSDCard

    BaraaAhmad2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f6e19cc View commit details
    Browse the repository at this point in the history
  2. Create TestDAC

    BaraaAhmad2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    12b7280 View commit details
    Browse the repository at this point in the history
  3. Test SD card file

    Contains code to test if the SD card works separately
    BaraaAhmad2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6c7c88b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Audio Output File for ESP32

    This code successfully outputs audio from an SD card that is accessed by Arduino code, through the ESP-32. 
    
    Important notes: 
    used ESP32 wroom 32D 38 pins model
    used Arduino 1.8.13
     used board “ESP32 dev module” 
     formatted the SD card (trouble shooting)
     used Mp3 file to play the voice message
     used the MP3-TF-16P
     used library DFRobotDFPlayerMini 
     used esp32 1.0.4.
    BaraaAhmad2 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    29ff884 View commit details
    Browse the repository at this point in the history
  2. Create Pictures_Schematics

    All Schematics and Pictures of real-life circuits will be shown here for the purpose of displaying progress
    BaraaAhmad2 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3202070 View commit details
    Browse the repository at this point in the history
  3. Create Demo Picture

    BaraaAhmad2 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    cd3b786 View commit details
    Browse the repository at this point in the history
  4. Demo Circuit

    Successful Audio outputting circuit using the ESP-32 38-pin version.
    BaraaAhmad2 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    d5990af View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    0a9d986 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    090348e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698322a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update more audio files

    BaraaAhmad2 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bf8f47b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Updated audio files

    BaraaAhmad2 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bc34f7b View commit details
    Browse the repository at this point in the history