B4J Question Anyone have experience in working with e-ink Displays?

DonManfred

Expert
Licensed User
Longtime User
I´m interested to do some tests using an e-ink Display using b4j (preferred).

What hardware do i need beside the e-ink-Display?
In case of an Raspberry Pi; which one do i need? Can i develop the code with B4J and run it from the Pi?

Any sample code available to work with such Display?

Any hints are highly welcome.
 

Cableguy

Expert
Licensed User
Longtime User
Most likely you will need a "driver" in the form of a library... I am sure that with a little search you will easily find one for the pi.
Connection wise, I wouldn't draw power directly from the pi. The main advantage the e-ink displays is the ability of retaining the image as long as it is powered.
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User

That was an example here on the forum. This one had Android running on it. Pretty sure you could communicate with it via networking from B4J
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User

That was an example here on the forum. This one had Android running on it. Pretty sure you could communicate with it via networking from B4J
On that example, the e-ink display is more of a "stand alone" display rather than a display integrated/dedicated(hat?) to the Pi.
As said, if an android b4A code is available, it's quite possible to be not too difficult to convert to B4J...
But it all depends of the display.
 
Upvote 0

BillMeyer

Well-Known Member
Licensed User
Longtime User
@DonManfred

Hi Manfred,
My two cents on this subject:

Have a look at these:
This is a good supplier: Supplier (note their units are blue tooth enabled and can double as an iBeacon)
This is a good supplier for "raw" screens. Waveshare - Note that they have a Hat for Rpi as well as an NFC enabled unit

Supplier 1 above sells almost "turnkey" solutions that are updated from the cloud via bluetooth gateways and I think I can recall that they did offer me an SDK.

Supplier 2 is more for the "DIY" type engineer who wants to create his/her own system and there is a jar file and Android SDK on their Wiki (Reference Here) - which you will understand much better than me anyway !!

The interesting part is the way that Supplier 2's NFC works, that once you connect with NFC, the display fires up (powers from the NFC), updates the Display and then when you remove the NFC - the display holds the image without further power !!

I trust that my donation to your vast wealth of information will help somewhat !! ?

Enjoy your day !!
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Thank you very much for your comment, @BillMeyer ;-)

Supplier 2 is more for the "DIY" type engineer who wants to create his/her own system and there is a jar file and Android SDK on their Wiki (Reference Here) - which you will understand much better than me anyway !!
the jar is for the nfc version. I would like to use the version powered by a Raspberry Pi or maybe using the ESP32-Chip.


I´m not sure whether it is better to use a Pi or the ESP32.

I have NO experiences in both :D

But i would prefer to write the app with B4J; i´ll do a wrapper for the jar provided if needed as i am experienced here much more ;-)
 
Last edited:
Upvote 0
Top