Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #15 on: January 10, 2013, 07:16:07 am » |
Hi, spass2000, where did you get that interface board? Is it just a breakout board for the FPC connector? or does it include the additional circuitry for the EPD?
Thanks!! Asier.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 17
|
 |
« Reply #16 on: January 16, 2013, 08:50:17 am » |
Hi! Since 3 weeks I'm testing arduino... WOW! What a great device! Now I got the 2.7" epaper-Display from embeddedartists. ( http://www.embeddedartists.com/products/displays/lcd_27_epaper.php) I've downloaded the library BUT How to connect the pins? In the datasheet I see 14 Pins: GND , VCC, SPI-SCK, SPI-MOSI, SPI-MISO, SPI-SSEL, UART-RX/GPIO, UART-TX/GPIO, I2C-SCL, I2C-SDA, GPIO, GPIO, AINO/GPIO, AIN3/AOUT/GPIO GND and VCC are clear. Okay... And now? I've checked http://code.google.com/p/u8glib/wiki/u8glib to get more information, but I'm not sure, if this is the right lib. I'm looking for a pin-table to arduino uno and some example code (e.g. Hello World would be great). Can somebody help me?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #17 on: January 17, 2013, 11:16:27 am » |
Hey,
Does anyone have the datasheets for directly driving the EPD's Display, controller? specification including commands, SPI timing specification and what not.
thanks,
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #18 on: January 18, 2013, 04:30:35 am » |
Does anyone have the datasheets for directly driving the EPD's Display, controller? specification including commands, SPI timing specification and what not.
None of this is available without signing an NDA. It sounds complicated but if you buy the module from Electronic Artists, the whole process takes only 1-2 days. Kind regards, MrPozor
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 17
|
 |
« Reply #19 on: January 18, 2013, 05:17:23 am » |
Hi!
Sorry for my last post. I've reread the whole thread and now understand that it WILL be integratet into uglib and I have to wait.
Thanks to spass2000. Since your post I now, that IT IS POSSIBLE and I have to be more patient *G*.
So I have enough time to read more about SPI and how to connect such a device.
Sebastian
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #20 on: January 18, 2013, 10:18:00 am » |
I signed the NDA, for the datasheet but it was complete garbage. One of the most cryptic data sheets I have ever read. Sure it gives a bunch of flow charts. but hell it doesn't specify SPI rise and fall times or definitions for the the register indexes.
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
God Member
Karma: 69
Posts: 802
If you believe something is right, you won't see what's wrong (David Straker).
|
 |
« Reply #21 on: January 19, 2013, 10:38:11 am » |
Under the current conditions it is impossible to add e-paper support to u8glib. Additionally i was told that controlling an e-paper device is very different to OLED or GLCD devices. If the documentation is available to the public, then i need time to get one of these devices, understand the concept and implement something to u8glib. Especially time is a rare resource for me at the moment. So, i would suggest not to wait for u8glib supporting e-paper, but instead look for some different display type. Oliver (u8glib)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #22 on: January 25, 2013, 04:38:01 pm » |
Well I finally got the display to work with PIC18F.
|
|
|
|
|
Logged
|
|
|
|
|
Finland
Offline
Sr. Member
Karma: 0
Posts: 270
Arduino rocks
|
 |
« Reply #23 on: January 26, 2013, 03:40:23 pm » |
Well I finally got the display to work with PIC18F.
Congratulations! Could you tell a bit more about your implementation? Did you use a driver IC (e.g, epson) or did you drive it directly from the PIC? Perhaps post the schematics?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 8
Arduino rocks
|
 |
« Reply #24 on: January 27, 2013, 01:23:33 am » |
I purchased one of them from http://www.watterott.com/en/27-Inch-E-Paper-DisplayI would like to know how to program it. We are at the end of January and there is no source code available yet, so if I sign the NDA and then I develop some code that is only based in datasheet, can I distribute it since it is my own code?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 16
|
 |
« Reply #25 on: January 30, 2013, 12:47:18 pm » |
Hi, I am currently working on the 2.7 inch e-paper display from Embedded Artists, with Arduino and I really don't understand how it works... I don't understand how the pins works because I can power the screen with many different configuration of the pins... How can it be possible? And even if i've got everything.. datasheets, source code release without NDA and release After NDA, I can't figure out a way to make it work. I've been trying to make it work for several weeks... Could somebody give me some help?? Thank You PLEASE 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #26 on: February 13, 2013, 08:16:57 am » |
The NDA situation seems to have changed now. Much more detailed information about how to drive the display is now available here: http://repaper.org/doc/cog_driving.htmlMrPozor
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
God Member
Karma: 69
Posts: 802
If you believe something is right, you won't see what's wrong (David Straker).
|
 |
« Reply #27 on: February 13, 2013, 01:38:43 pm » |
wow, the linked github repository also contains a library for Arduino. https://github.com/repaper/gratis/tree/master/ArduinoOliver
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 2
Posts: 13
|
 |
« Reply #28 on: February 13, 2013, 01:58:21 pm » |
Many thanks for the info. I am really interested in this and it is good news that in one month the first devices with breakout and cable will be shipped
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 17
|
 |
« Reply #29 on: February 14, 2013, 09:23:26 am » |
Hi,
WOW! Looks good!
In his code he has a PIN-Mapping that I could not map to the 14-PIN-Connector on my Display from EA.
I don't want to destroy and try any combination. Has somebody a mapping-example for me?
|
|
|
|
|
Logged
|
|
|
|
|
|