![]() |
PeppyMeter and moOde - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: PeppyMeter and moOde (/showthread.php?tid=3484) |
RE: PeppyMeter and moOde - Patolog1964 - 01-31-2023 [current] meter = random random.meter.interval = 20 screen.width = screen.height = exit.on.touch = True stop.display.on.touch = False output.display = True output.serial = False output.i2c = False output.pwm = False output.http = False use.logging = False use.cache = True frame.rate = 30 meter.size = wide [sdl.env] framebuffer.device = /dev/fb0 mouse.device = /dev/input/event0 mouse.driver = TSLIB mouse.enabled = True video.driver = dummy video.display = :0 double.buffer = False no.frame = False [serial.interface] device.name = /dev/serial0 baud.rate = 9600 include.time = False update.period = 0.1 [i2c.interface] port = 1 left.channel.address = 0x21 right.channel.address = 0x20 output.size = 10 update.period = 0.1 [pwm.interface] frequency = 500 gpio.pin.left = 24 gpio.pin.right = 25 update.period = 0.1 [http.interface] target.url = http://localhost:8000/vumeter update.period = 0.033 [web.server] http.port = 8001 [data.source] type = pipe polling.interval = 0.033 pipe.name = /home/pi/peppyfifo volume.constant = 80.0 volume.min = 0.0 volume.max = 100.0 volume.max.in.pipe = 100.0 step = 6 mono.algorithm = average stereo.algorithm = new smooth.buffer.size = 4 RE: PeppyMeter and moOde - fdealexa - 01-31-2023 hi Roman, please modify pipe.name = /home/pi/peppyfifo in pipe.name = /var/tmp/peppyfifo Regards, Francesco RE: PeppyMeter and moOde - Patolog1964 - 01-31-2023 Francesco, thank you very much, that was it. I don't understand how I could have changed it. But probably my fault. Please also give me advice on how to make it autostart. I don't know how to copy your files. I'm using FileZilla but it says rejected. Thanks again for being patient with me. Regards Roman RE: PeppyMeter and moOde - fdealexa - 01-31-2023 Hi Roman, I normally use winscp or you can use native windows: .you can see and modify the SDCARD (file Manager \\IpAddress\SDCard) .put the files there (with drag & drop windows) .and then copy to the target directory (via putty with command cp or mv) Hope it is clear. Regards, Francesco RE: PeppyMeter and moOde - Patolog1964 - 01-31-2023 Francesco, win scp also says rejected. I'll try the second method. RE: PeppyMeter and moOde - Patolog1964 - 01-31-2023 Francesco, everything works as it should. I did as you said. Is there a backup method please? Will the one that comes with the player work? RE: PeppyMeter and moOde - fdealexa - 01-31-2023 Hi Roman, if you reach the target configuration you can easly switch off the Rpi, take the sd away, create an image copying the sd to an .img file. Are you happy? Best regards, Francesco RE: PeppyMeter and moOde - Patolog1964 - 01-31-2023 It was a big chore for me, but in the end I did it. I am very happy for your help and willingness. That's why I want to back it up somehow. What program do you use? Is there any way to change the VU meters? I saw a download somewhere on another forum. But I don't have the courage to do that. Best regards and many thanks RE: PeppyMeter and moOde - fdealexa - 01-31-2023 (01-31-2023, 06:39 PM)Patolog1964 Wrote: It was a big chore for me, but in the end I did it. I am very happy for your help and willingness. That's why I want to back it up somehow. What program do you use? Hi Roman, the program I use to write or read images on SD is win32diskimager (this is the link). About the VU meter modification: I am not an expert on this but an easy way is to copy an exiting vumeter (3 files -bgr, -fgr, -needle) in /home/pi/PeppyMeter/wide (in your case) maintening the scale and the needle. Much more information can be find in https://github.com/project-owner/PeppyMeter.doc/wiki (Official PeppyMeter documentation). I saw a lot of modified vumeter in these thread: - https://www.diyaudio.com/community/threads/peppymeter.291010 - https://community.volumio.org/t/project-with-peppymeter-screensaver-plugin-for-volumio-v2-9xx-and-3-0xx-buster/45862 Best regards, Francesco P.S.: please note that I am not the developer of PeppyMeter neither the owner, I just tryed to integrate it in the great moOde. RE: PeppyMeter and moOde - rajivkumar1984 - 07-01-2023 (02-10-2021, 06:55 PM)fdealexa Wrote: First of all let us open a putty session on our moOde system and run: Hi Roman, I will do my best to follow this tutorial to activate Peppy meter for Moode Audio today and will need your support. Quick questions at this moment to begin mysetup --- 1. In order to use Putty I remember for a tool like Volumio, we need to activate SSH by going to volumio.local/dev, my question is what is the process here for Moode audio to activate SSH ? 2. Is your tutorial valid for Moode Audio version 8 which is the latest one ? 3. I am planning to use a RPI 8GB RAM with 64GB Card and use an external DAC like iFi Audio. Hope this should be ok for the Moode Setup Looking forward to hearing from you. Regards, Rajiv |