Pervasive Displays [no power displays - e-paper]

That last image is informative. The display keeps the displayed image even when disconnected? Wow.

Is there an order page for that display? Your link goes to a non-English website.

take a look at the Distribution Partners, here you can find where to buy it

spass2000:
finished the prototype and integrated it into u8glib - the plan is to release it with this library

Google Code Archive - Long-term storage for Google Code Project Hosting.

I have received the code from spass2000 and attached it to u8glib issue 93:
http://code.google.com/p/u8glib/issues/detail?id=93

The current code has been written for a PIC23 environment and needs to be
back ported to for any further integration with u8glib. I also need physical access
to one of these displays to do more detailed tests and analysis.

Due to my limited resources (time and money) i can not say how long it will take
to support these displays with u8glib.

Oliver (u8glib)

spass2000:
take a look at the Distribution Partners, here you can find where to buy it

http://www.pervasivedisplays.com/partners/home

Found at least one distributor that ships in small quantities. Their shipping rates are obscene, though.

http://doubletrading.com/panel.aspx

Hi All

I just found these Pervasive displays online, and they seem like they would fit into a lot of projects very well.

I have ordered a Demo Kit

Perhaps we can co-ordinate an effort to get these things integrated with Arduino's

I'm a technician and hardware guy, terible programmer, but am here in the USA and can do hardware testing and get some demo kits.

Scaramouche II

Hi

I just want to give a small update on e-paper devices.

There is a module available for a 2.7" e-paper display:

According to this article source-code might be available in the next view months without NDA.

Oliver

I wonder what is so revolutionary about this display that they think they need to require an NDA, but only for another 30-60 days. It's odd. Just provide a data sheet, dudes.

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.

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 Google Code Archive - Long-term storage for Google Code Project Hosting. 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?

Hey,

Does anyone have the datasheets for directly driving the EPD's Display, controller? specification including commands, SPI timing specification and what not.

thanks,

febtober2000:
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

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

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.

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)

Well I finally got the display to work with PIC18F.

febtober2000:
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?

I purchased one of them from http://www.watterott.com/en/27-Inch-E-Paper-Display

I 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?

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 :slight_smile:

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.html

MrPozor

wow, the linked github repository also contains a library for Arduino.

https://github.com/repaper/gratis/tree/master/Arduino

Oliver