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

Hardware: Pair with Bluetooth, not be dependent on Wi-fi #8

Open
2 tasks
adamcohenhillel opened this issue Feb 2, 2024 · 5 comments
Open
2 tasks
Assignees
Labels

Comments

@adamcohenhillel
Copy link
Owner

Currently it is using Wi-Fi, which makes it not-so mobile (you can technically connect it to your phone hot-spot).

An alternative approach would either be:

  • Bluetooth pairing with the mobile device
  • Sdd a 4G card that will allow it to be completely independent
@Krupskis
Copy link
Collaborator

@adamcohenhillel I am working on this for esp32

@adamcohenhillel
Copy link
Owner Author

@Krupskis that is great, assigned the ticket to you then.

Have you been able to run on the esp32 at the end? just started playing with mine yday

@Krupskis
Copy link
Collaborator

Yes, got the bluetooth and mic working separately. Trying to put it all together. The mic is weird tho, I get a bit pitched sound.

@adamcohenhillel
Copy link
Owner Author

@Krupskis anything I can help with? if you want, you can share the code and I will try to debug the sound stuff

@adamcohenhillel adamcohenhillel moved this from Backlog to In progress in ADeus TODOs Mar 1, 2024
@tomasmcm
Copy link

This is a super cool project!
Looking at the bluetooth implementation, it seems the plan is to live stream audio from the device to a phone over bluetooth. So, how is that different from just using a simple bluetooth microphone ($3/$4 on aliexpress)?
I think the main selling point of Pendant and Tag is that they work by themselves, and then periodically upload to the cloud.
Since most microcontrollers won't have a lot of memory, you could use an SD card to store the audio, and when bluetooth or wifi is available upload it to supabase.
wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

3 participants