CircuitPython and VS1053

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dstaley
 
Posts: 9
Joined: Mon May 08, 2017 6:49 pm

CircuitPython and VS1053

Post by dstaley »

I'm playing with the Huzzah ESP8266 from AdaBox004, and I just flashed CircuitPython onto it. I'm struggling to find documentation, so I wasn't able to figure out if there's a way to interface with the VS1053 on the Music Maker FeatherWing. Is it something I can do from CircuitPython, or will I need to go back to C/Arduino?

User avatar
tannewt
 
Posts: 3304
Joined: Thu Oct 06, 2016 8:48 pm

Re: CircuitPython and VS1053

Post by tannewt »

Hi dstaley,
Nope, its not supported yet. I've just begun adding SD card support with the new 2.0.0 release work and will aim to have a driver for the VS1053 when 2.0.0 comes out. The foundation is there (mostly SPI support), but it hasn't been tested yet.

The most up to date place for CircuitPython docs is the ReadTheDocs because those are built from the code.

Stable (1.0.0) docs: https://circuitpython.readthedocs.io/en/stable/
Latest (2.0.0 alpha) docs: https://circuitpython.readthedocs.io/en/latest/

Thanks for asking!
~Scott

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”