Replies: 7 comments 11 replies
-
Sure - let's do it! Can you tell me what hardware you use for your project? |
Beta Was this translation helpful? Give feedback.
-
The Tx port is ready: arduino-tx-3.mp4Let's see if we can make the Arduino also receive some data! |
Beta Was this translation helpful? Give feedback.
-
So this is one that I've been looking into. It uses an Adafruit Huzzah 32 a Adafruit ADC:MCP3008 |
Beta Was this translation helpful? Give feedback.
-
Good news everyone! I was able to port the Rx part of The cool thing is that this board has a built-in microphone so you don't need any extra hardware except the actual Arduino. The maximum supported sample rate seems to be 20000 Hz, so you won't be able to use the existing I'm still trying to figure out the optimal parameters for the transmission, but so far I am satisfied with the robustness. It's not as good as the phone or PC mics, but it should be enough for most applications. As long as the transmitter is within 40-50 cm it works great. The main issue currently is that The code is currently available on the So glad I got this working. This is going to be awesome! |
Beta Was this translation helpful? Give feedback.
-
The Arduino port of
Checkout #65 for instructions of how to use it. The PR is almost a complete rewrite of If you want to give it a try, do the following steps:
I've been doing a lot of tests and using the new |
Beta Was this translation helpful? Give feedback.
-
The port is now completely ready! Here is a short demonstration of Arudino, ESP32 and Android phone communicating via sound: IMG_0554_small.mp4Watch higher quality on YouTube The PR code is now merged in the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
we used to use Chrip Arduino as data over sound solution, can we have ggwave library as alternative solution as Chrip was sold and changed to closed project.
I have tried ggwave, it works perfect between different platforms, it will be great to have the library support on microchip.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions