0

Pretty much as the question states, I'm wondering if it's possible to connect (this: https://www.waveshare.com/7.5inch-HD-e-Paper-HAT.htm ) 7.5" e-paper display that has raspberry pi HAT and an SD card reader to Arduino nano/micro for reading images off SD and displaying on the screen. I'm an novice and a not sure if i can use the same pins for multipurpose

Thanks!

Juraj
18.3k4 gold badges31 silver badges49 bronze badges
asked Jun 27, 2020 at 15:36
5
  • Did you read the warning about the Arduino Uno on that page? This goes for the Nano as well. That said, yes, it's probably technically possible.if you can find a suitable library and you can overcome the memory limits stated on the product page and the fact that you have to share the SPI bus between two devices. I really don't recommend it for a novice. You're probably better of with a shield designed for and supported by the Arduino. Commented Jun 27, 2020 at 15:44
  • The SPI sharing part is the one that I'm mostly confused about. Also if i go with a shield, that would limit me to arduino UNO Commented Jun 27, 2020 at 15:55
  • The physical difference between Uno and Nano is the least problem. RAM problem already inhibits using a Nano/Uno with that 880×528 display. Using an SD reader alone takes at least half of the Uno/Nano RAM. A Jetson Nano is not an Arduino Nano. Commented Jun 27, 2020 at 16:36
  • What would be the ideal solution (not limited to arduino) to use the display and sd card together, using least amount of power, meaning no power wasted on any other processes? Commented Jun 27, 2020 at 16:41
  • Sharing an SPI bus should not be a problem If you design it well. The MISO, MOSI, and SCLKs can be connected to both devices, the Chip Selects (CS) need to be separate. This is the way many commercially available shields (for example the Arduino Ethernet shield with Ethernet / SD card or many TFT shields with TFT / Touch interface and SD card combined on one SPI bus) work, Commented Jun 28, 2020 at 6:14

1 Answer 1

0

No. Even the e-Paper alone is not usable by an Arduino Nano.

answered Jun 27, 2020 at 16:39

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.