Try to run this command, see what happens:
Code:
sudo python2.7 /home/pi/oled/raspdac_oled_main.py
Thank you for your donation!
Instruction Guide AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M
|
Try to run this command, see what happens:
Code: sudo python2.7 /home/pi/oled/raspdac_oled_main.py (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)
07-13-2020, 06:03 PM
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
07-13-2020, 06:46 PM
(This post was last modified: 07-13-2020, 07:24 PM by kit1cat.
Edit Reason: added
)
(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:
07-14-2020, 01:33 PM
Just completed an in place update from moOde 6.5.2 to release 6.6.0 and both the display and remote are working.
07-15-2020, 01:33 PM
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.
07-15-2020, 01:57 PM
Ha cool
09-30-2020, 04:24 PM
(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. (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?
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 |
« Next Oldest | Next Newest »
|