ADeus icon indicating copy to clipboard operation
ADeus copied to clipboard

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

Open adamcohenhillel opened this issue 1 year ago • 5 comments

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

adamcohenhillel avatar Feb 02 '24 02:02 adamcohenhillel

@adamcohenhillel I am working on this for esp32

Krupskis avatar Feb 14 '24 18:02 Krupskis

@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

adamcohenhillel avatar Feb 14 '24 19:02 adamcohenhillel

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.

Krupskis avatar Feb 14 '24 20:02 Krupskis

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

adamcohenhillel avatar Feb 14 '24 20:02 adamcohenhillel

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?

tomasmcm avatar Jul 20 '24 14:07 tomasmcm