Hi,
I am just starting to look into possible programs for the BBC Microbit. The specifications are listed here:
http://blogs.freescale.com/iot/2015/07/microbit-unveiled/
This little machine has 3 DAC convertors that output +3v - 0v. I'm looking to see if a 48MHz Cortex 0 can, with 100% assembly language, support MP3. If not, I will simply use ADPCM.
My question is this - earbud-type headphones run ±1.5v. Is there a way to shift down +3v - 0v down to ±1.5v.
This may be a stupid question, but having only 3 DACs, I can't use 2 channels with the output inverted (there is also a 3v out). If I had 4,,, but I don't.
If this is possible, I will begin a complete decoder. 20 years of assembly-language games programming mean that I know how to get the most out of even tiny computers (Tomb Raider on Color Gameboy for example).
With thanks for you patience.
I am just starting to look into possible programs for the BBC Microbit. The specifications are listed here:
http://blogs.freescale.com/iot/2015/07/microbit-unveiled/
This little machine has 3 DAC convertors that output +3v - 0v. I'm looking to see if a 48MHz Cortex 0 can, with 100% assembly language, support MP3. If not, I will simply use ADPCM.
My question is this - earbud-type headphones run ±1.5v. Is there a way to shift down +3v - 0v down to ±1.5v.
This may be a stupid question, but having only 3 DACs, I can't use 2 channels with the output inverted (there is also a 3v out). If I had 4,,, but I don't.
If this is possible, I will begin a complete decoder. 20 years of assembly-language games programming mean that I know how to get the most out of even tiny computers (Tomb Raider on Color Gameboy for example).
With thanks for you patience.