![]() |
[How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - 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: [How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M (/showthread.php?tid=664) |
RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 07-13-2020 Try to run this command, see what happens: Code: sudo python2.7 /home/pi/oled/raspdac_oled_main.py RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 07-13-2020 (07-13-2020, 03:11 PM)TookaFace Wrote: Try to run this command, see what happens:Got the following in Putty. /usr/local/lib/python2.7/dist-packages/luma/core/interface/serial.py:185: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings. self._gpio.setup(pin, self._gpio.OUT) Exception - Main Module (<type 'exceptions.SystemError'>, 'raspdac_oled_main.py', 175) RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 07-13-2020 Its the same error i had, before i commented the line in Code: /usr/local/lib/python2.7/dist-packages/luma/core/interface/serial.py RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 07-13-2020 (07-13-2020, 06:03 PM)TookaFace Wrote: Its the same error i had, before i commented the line in Had already commented line 281, just edited it again using notepad in Windows but still getting the same error. Code: try: RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 07-14-2020 Just completed an in place update from moOde 6.5.2 to release 6.6.0 and both the display and remote are working. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 07-15-2020 Success ![]() Turns out my problem was the editing of the serial.py file using a Windows text editor, used sudo nano from Putty and it's now up and running. Thanks again, TookaFace. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 07-15-2020 Ha cool ![]() RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Pieter - 09-30-2020 (07-09-2020, 05:05 PM)audiophonics Wrote:Sent my DAC to back to the Audiophonics headquarters for a software update and am very pleased to confirm that the kit is fully working with the Pi 4. Mille merci!(04-28-2020, 11:50 AM)Pieter Wrote: Has anyone had any success running this board with a Raspberry Pi 4B? I can't get filters to stick and the gain drops to -32.00dB. Earlier Pi boards work flawlessly. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 09-30-2020 (09-30-2020, 04:24 PM)Pieter Wrote:(07-09-2020, 05:05 PM)audiophonics Wrote:Sent my DAC to back to the Audiophonics headquarters for a software update and am very pleased to confirm that the kit is fully working with the Pi 4. Mille merci!(04-28-2020, 11:50 AM)Pieter Wrote: Has anyone had any success running this board with a Raspberry Pi 4B? I can't get filters to stick and the gain drops to -32.00dB. Earlier Pi boards work flawlessly. Do you get access to all the filters? RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 10-01-2020 Updated procedure for moOde 6.6 ==> moOde 7.4.0: I've added a system menu in oled display, where you can reboot/shutdown the raspdacmini. Code: sudo apt update You could have a problem during lirc install, it's normal. Code: sudo -i pip install --upgrade pip setuptools Add at the end of /boot/config.txt: Code: dtparam=spi=on Download and install oled and lirc files: Code: wget -O raspdacmini.tar "https://drive.google.com/uc?export=download&id=11W2kV4M55jKDbQk8qEkaiBZqKe6l0V_L" If you had problems during lirc install: Code: sudo apt-get install -f Then reboot: Code: sudo reboot |