The Following User Says Thank You to Daneel For This Useful Post: | ||
|
2014-01-01
, 17:43
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#232
|
|
2014-01-01
, 18:27
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#233
|
|
2014-01-01
, 19:14
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#234
|
I did slip to another project, but good that the i2c probe did find your chip.
Altough offtopic;
I just got one OLED display connected to the phone
Got also green at 0x3C:
https://lh4.googleusercontent.com/-T...0101171553.png
Modified my app a little
https://lh6.googleusercontent.com/-v...0101191722.png
and sent some text on the display
https://lh4.googleusercontent.com/-J...o/14010002.jpg
|
2014-01-01
, 19:38
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#235
|
Good work! Perhaps good to put it in a separate thread with instructions?
|
2014-01-04
, 12:31
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#236
|
Interface uses ioctl to talk over i2c
Code:file=open( "/dev/i2c-1", O_RDWR ) ioctl( file, I2C_SLAVE, 0x3c) write(file, buf, len)
|
2014-01-04
, 13:03
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#237
|
Kimmoli, can these commands or your program be modified to read out my chip?
|
2014-01-04
, 13:06
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#238
|
The Following 2 Users Say Thank You to dirkvl For This Useful Post: | ||
|
2014-01-04
, 13:30
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#239
|
I can tweak something to view contents of input report... (for starters)
|
2014-01-04
, 13:48
|
|
Posts: 7,075 |
Thanked: 9,073 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#240
|
I'll try and donate few euro as well (wont be much though, my salary is 350 euro a month)