idanre1 / audioStreamArduino

Streaming audio over serial port to arduino
GNU General Public License v3.0
8 stars 4 forks source link

Added Python remote host #3

Closed MitchellAugustin closed 7 months ago

MitchellAugustin commented 9 months ago

I was not able to find the SerialArduino library used in your play.pl scripts online, but was able to write an equivalent script in Python that works with your arduinoMaster/audioSerial.ino on my generic Arduino Nano.

I figured this may come in handy for other users of your library.

Thanks and great job on the code, it works very well on my Arduino!

idanre1 commented 7 months ago

Thanks for the contribution. Indeed python is a more modern interpreter.