https://github.com/klightspeed/ethertenmp3player
Network-connected MP3 player using Etherten and SFE MP3 Shield
https://github.com/klightspeed/ethertenmp3player
Last synced: 5 months ago
JSON representation
Network-connected MP3 player using Etherten and SFE MP3 Shield
- Host: GitHub
- URL: https://github.com/klightspeed/ethertenmp3player
- Owner: klightspeed
- Created: 2015-05-17T22:02:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T14:45:38.000Z (almost 11 years ago)
- Last Synced: 2023-04-04T17:47:54.086Z (about 3 years ago)
- Language: C++
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Etherten MP3 player
===================
This uses the Etherten / Arduino Ethernet baseboard
with the Sparkfun MP3 shield, with a microsd card
in the MP3 shield's microsd slot.
The bootloader and application restart functions
rely on the AVR TFTP Bootloader at
https://github.com/klightspeed/ArduinoTFTPBootloader
Configuration
-------------
The program uses a configuration file 'config.txt' in
the root of the SD card.
It can contain the following options:
Option | Meaning
------- | -------
mac | Ethernet Hardware address
ip | IP address
gw | IP default gateway
netmask | IP netmask
mp3file | MP3 File name
volume | MP3 volume attenuation (0 is loudest, 254 is quietest)
auth | Base64-encoded authentication (username:password)