One of my desires when I first thought about this project was to have something for everyone and for users to just be able to put their files onto an SD card and go but to remain cheap. The Arduino Nano was the perfect starting place for that but it quickly showed it's limitations, so now we're trying to port the firmwares over to the Maple Leaf Mini using the STM32Duino add on to the Arduino IDE.
It's still very much a work in progress and there has been a slight hardware change, the original SD card readers we used are not compatible with the Maple Mini, but we have managed to get the Maple Mini version of ArduiTape working and playing .WAV files. Unlike ArduiTape you are not restricted to the frequency of .WAVs you can play and you also do not require a low pass filter to play the .WAVs
What you need.
Maple Leaf Mini
1602 I2C LCD
TF Micro SD Card Module Mini SD Card Module Memory Module
LM386 Amplifier Module
5 button button board (See earlier blogs for instructions).
3.5mm Audio Jack
2.5mm Audio Jack
Optional: Veroboard and 40 pin IC DIP socket.
I connected my Maple Mini to a piece of Veroboard as I could then add more pins to connect to for 5v and GND which gave me more flexibility.
Normally the Maple Mini is a 3.3v board so you can't power the 1602 from the VCC pins as normal but I have found that if you use a mini USB cable to power the Maple that 5v comes out of the VIN pin and so you're actually able to power the 1602 and the LM386 from that.
Connections
SD card
MOSI -> Pin 4
MISO -> Pin 5
SCK/CLK -> Pin 6
CS -> Pin 8
3.3v -> VCC
GND -> GND
1602 I2C LCD
GND -> GND
VCC -> VIN
SDA -> Pin 15
SCL -> Pin 16
Button Board
Down -> Pin 17
Up -> Pin 18
Stop -> Pin 19
Play -> Pin 20
Menu -> Pin 22
GND -> GND
LM386
VCC -> VIN
IN -> Pin 27GND -> GND
GND -> GND
2.5mm Audio
Active pins-> Pin 21GND -> GND
Using the Arduino IDE with STM32duino installed you can upload this sketch with it's improved TMRpcm library and play 8-bit wavs.
Next step
Now that I have MapleTape working (Doesn't stop when it gets to the end of the file yet but it basically works) I can try to port CASDuino and TZXDuino over using the same hardware.
Once that is done I can try combining CAS and TZXDuino first and then add MapleTape to it so that all three firmwares will be on one board which will bring me closer to my original idea.
It's still very much a work in progress and there has been a slight hardware change, the original SD card readers we used are not compatible with the Maple Mini, but we have managed to get the Maple Mini version of ArduiTape working and playing .WAV files. Unlike ArduiTape you are not restricted to the frequency of .WAVs you can play and you also do not require a low pass filter to play the .WAVs
What you need.
Maple Leaf Mini
1602 I2C LCD
TF Micro SD Card Module Mini SD Card Module Memory Module
LM386 Amplifier Module
5 button button board (See earlier blogs for instructions).
3.5mm Audio Jack
2.5mm Audio Jack
Optional: Veroboard and 40 pin IC DIP socket.
I connected my Maple Mini to a piece of Veroboard as I could then add more pins to connect to for 5v and GND which gave me more flexibility.
Normally the Maple Mini is a 3.3v board so you can't power the 1602 from the VCC pins as normal but I have found that if you use a mini USB cable to power the Maple that 5v comes out of the VIN pin and so you're actually able to power the 1602 and the LM386 from that.
Connections
SD card
MOSI -> Pin 4
MISO -> Pin 5
SCK/CLK -> Pin 6
CS -> Pin 8
3.3v -> VCC
GND -> GND
1602 I2C LCD
GND -> GND
VCC -> VIN
SDA -> Pin 15
SCL -> Pin 16
Button Board
Down -> Pin 17
Up -> Pin 18
Stop -> Pin 19
Play -> Pin 20
Menu -> Pin 22
GND -> GND
LM386
VCC -> VIN
IN -> Pin 27GND -> GND
GND -> GND
2.5mm Audio
Active pins-> Pin 21GND -> GND
Using the Arduino IDE with STM32duino installed you can upload this sketch with it's improved TMRpcm library and play 8-bit wavs.
Next step
Now that I have MapleTape working (Doesn't stop when it gets to the end of the file yet but it basically works) I can try to port CASDuino and TZXDuino over using the same hardware.
Once that is done I can try combining CAS and TZXDuino first and then add MapleTape to it so that all three firmwares will be on one board which will bring me closer to my original idea.
Comments
Post a Comment