/Koneked

Project for ENEL 400 at the University of Calgary

Primary LanguagePython

Koneked

Project for ENEL 400 at the University of Calgary

Release
The App allows connection to the Koneked Hearing Aid device. The user can speak directly to the phone's mic, plug in a microphone or even a bluetooth transmitter. The app will convert the speech to text and send the text to the device to convert it to our very own altered morse code.

Ideas:

  1. Use the PDM microphone on Arduino Nano 33 BLE Sense to record to a WAV file (Unable to get it to work, but here are some notes)
  2. Implemented 2 Tensorflow models for STT - Notes:
  3. Implemented STT using python - Notes:
  4. Implemented Idea: Record audio from the mobile device itself using the app
  5. Potential Idea to Try Out: Connect a bluetooth microphone concurrently with the bluetooth connection with the Arudino using the app
  6. Battery Operation (4.5V to 21 V):
  7. I/O pins produce 0.7 mA but require 80mA (around 50-60 mA after testing on my ammeter)

Features:

Virtual Python Environment:

Resources:

The latter allows writing python code with Java but requires NDK tools (Files->Settings->Appearance & Behavior->System Settings->Android SDK): image