SPARKY FORUM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - stosoorok

Pages: [1]
1
Technical Questions / Re: How to enable I2C?
« on: November 29, 2017, 12:56:13 PM »
Thanks! Now it recognize it, have to work with python script a bit.

Code: [Select]
volumio@volumio:~$ sudo i2cdetect -y 2
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

2
Technical Questions / Re: How to enable I2C?
« on: November 18, 2017, 03:09:30 AM »
Thanks for the link! But this didn't do the trick. There's nothing about /etc/modules and /boot/config.txt isn't it supposed to be similar process to raspberrys: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c#installing-kernel-support-manually

Code: [Select]
volumio@volumio:~$ sudo i2cdetect -y 0
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- UU -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

3
Technical Questions / Re: How to enable I2C?
« on: November 15, 2017, 05:47:00 AM »
It's a wide.hk OLED screen with SSD131 controller.

http://www.wide.hk/index.php?route=product/product&path=18_46&product_id=69

***

I tried it with Audiophonics i2s to spdif HAT without success. It works great with RPi3.

dmesg shows gslX680, is it correct?

Code: [Select]
/etc/modules

i2c-gslX680
i2c-dev
spi-dev

Code: [Select]
/boot/config.txt

dtparam=i2c_arm=on
dtparam=i2s=on
dtoverlay=hifiberry-digi
dtoverlay=lirc-rpi,gpio_in_pin=26,gpio_in_pull=high

Lirc works great!

4
Technical Questions / How to enable I2C?
« on: November 14, 2017, 12:44:17 AM »
I want to add 4x20 OLED screen to Sparky, how can I enable I2C? Can you provide some documentation or examples? I'm using latest Volumio.

5
General Questions / USBridge for Sparky
« on: November 11, 2017, 05:16:50 AM »
Hi,

I bought Sparky sbc about 6 months ago and now I want to buy USBridge for it, why don't you offer one without the Sparky and the case?

Regards,

6
Technical Questions / Re: Internal IR module
« on: July 18, 2017, 07:47:49 AM »
Allo Support -: Yes ,with lirc external IR receiver connected to GPIO work fine .Internal receiver not mapped with lirc application

Thanks and Regards,

Allo Support Team
How can we get it to work with lirc and volumio? Is there any document about it or how can map it?

Pages: [1]