element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • More
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • More
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • More
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • More
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Episode 422: Raspberry Pi E-Ink Task Organizer
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Project Videos requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
Author: kellyhensen
Date Created: 21 Nov 2019 8:20 PM
Last Updated: 16 Mar 2022 5:12 PM
Views: 2670
Likes: 11
Comments: 41
Related
Recommended

Episode 422: Raspberry Pi E-Ink Task Organizer

You don't have permission to edit metadata of this video.
Edit media
x
Upload Preview
 

Design and build of a Rasbperry PI based Calendar, ToDo and Weather display on an e-ink screen. The case is made of all 3d printed parts and is able to be set on a desktop, or hung upside down from a shelf. All code written in python and pulls data from Open Weather Map for weather, Google Calendar for the calendar items and Todoist for ToDo items.

 

Click Here for access to all the supporting files you will need to replicate this build!

Bill of Material:

Product Name Manufacturer Quantity Buy Kit
DELKIN DEVICES Flash Memory Card, MLC, MicroSDHC Card, UHS-1, Class 10, 16 GB, Utility MicroSD Series DELKIN DEVICES 1 Buy Now
RASPBERRY-PI RASPBERRY PI POWER SUPPLY, 90-264VAC, US RASPBERRY-PI 1 Buy Now
RASPBERRY-PI Single Board Computer, Raspberry Pi 3 Model B+, BCM2837B0 SoC, IoT, PoE Enabled RASPBERRY-PI 1 Buy Now

 

Additional Parts:

 

Product Name

Waveshare 7.5 inch e-Paper HAT

Attachments:
Eink Organizer_Resources.zip
Raspberry Pi E-Ink Task Organizer

element14 presents  |  About Kaleb |  Project Videos

  • episode 422: raspberry pi e-ink task organizer
  • kaleb
  • e14presents_kalebclark
  • python
  • e-ink
  • e-paper
  • raspberry pi
  • element14 presents
  • friday release
  • friday_release
  • Share
  • History
  • More
  • Cancel
Anonymous

Top Comments

  • kalebclark
    kalebclark over 2 years ago in reply to msebok +3

    Hi Matt,

     

    I have figured out that it really only needs to refresh a few times an hour and that helps a lot. After having in place for several days, I dont even notice it anymore. I have heard about the…

  • beacon_dave
    beacon_dave over 2 years ago in reply to fortyishguy +2

    "What is the eink display you used?"

     

    It tells you above under 'Additional Parts'

     

    https://www.waveshare.com/7.5inch-e-paper-hat-b.htm

    https://www.waveshare.com/wiki/7.5inch_e-Paper_HAT_…

  • jap1906
    jap1906 over 2 years ago in reply to shabaz +2

    Hi Shabaz,

     

    Thanks for your help!

    I just bought the Raspberry Pi model 3B and will try to configure during the weekend.

  • heathedner
    heathedner 6 months ago

    My work just moved to Asana, does anyone have the changes necessary to use Asana instead of Todoist on this?

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • karimicus
    karimicus 10 months ago

    Nice project Kaleb, a bit late to the pi scene and the project on this one but thinking something similar. For you're raspberry pi did you use a desktop image or CLI image for the planner application. I'm planning on using a pi zero w for mine personally but debating on utilising a gui install or pure cli.

    also an alternative power mode I was thinking of utilizing was using a pisugar2 to power the pi and hat together, though need to check which pins on the circuitboard the HAT for the e-ink screen utilizes and wither it clashes with the pi sugar connections.

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • kalebclark
    kalebclark over 1 year ago in reply to morningshane

    Hi Chen,

     

    Do you have the Todoist api stuff setup? Its possible that the module may fail to load if that opts['api_key'] does not exist for todoist.

     

    -Kaleb

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • morningshane
    morningshane over 1 year ago

    not sure if anyone can help me here with the error below

     

    INFO:root:Configuration Complete

    DEBUG:root:Todo API: TODOIST

    EXCEPTION IN PROGRAM ==================================

    'module' object has no attribute 'TodoistAPI'

    <type 'exceptions.AttributeError'>

    <traceback object at 0xb557d5f8>

    END EXCEPTION =========================================

    DEBUG:root:DRIVER: ENTERING FOR LOOP

    ^CError in sys.excepthook:

    Traceback (most recent call last):

      File "infowindow.py", line 51, in HandleException

        iw.display(rotation)

      File "/home/pi/1y/mod_infowindow/infowindow.py", line 80, in display

        self.epd.display_frame(self.epd.get_frame_buffer(self.image))

      File "/home/pi/1y/driver/epd7in5b.py", line 196, in display_frame

        self.send_data(temp2)

      File "/home/pi/1y/driver/epd7in5b.py", line 102, in send_data

        epdif.spi_transfer([data])

      File "/home/pi/1y/driver/epdif.py", line 50, in spi_transfer

        SPI.writebytes(data)

    KeyboardInterrupt

     

     

    Original exception was:

    Traceback (most recent call last):

      File "infowindow.py", line 176, in <module>

        main()

      File "infowindow.py", line 58, in main

        todo = modTodo.ToDo(todo_opts)

      File "/home/pi/1y/mod_todo/mod_todoist.py", line 8, in __init__

        self.api = todoist.TodoistAPI(opts['api_key'])

    AttributeError: 'module' object has no attribute 'TodoistAPI'

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • drjb
    drjb over 1 year ago

    Is they a possibility you could share your files for the printing of the case/support?

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • kalebclark
    kalebclark over 2 years ago in reply to jap1906

    Where are your to-do's coming from, and are you sure that is where this error is originating?

     

    And good on changing the requirements to meet your specific need.

     

    -Kaleb

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • jap1906
    jap1906 over 2 years ago

    Thanks Clem...

    I'm tryingo to solve this, but actually, I don't know how...

    Is there any the code "accept" UTF-8, or I need to change all my to-dos?

     

    Thanks!

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • clem57
    clem57 over 2 years ago in reply to jap1906

    jap1906  wrote:

     

    Actually I change the spidev==3.3 to spidev==3.2 in the requirement.txt, followed all the instructions but when I run the infowindow.py I get the error:

    EXCEPTION IN PROGRAM ==================================

    'ascii' codec can't encode character u'\xe7' in position 6: ordinal not in range(128)

    <type 'exceptions.UnicodeEncodeError'>

    <traceback object at 0xb54bae68>

    END EXCEPTION =========================================

    DEBUG:root:DRIVER: ENTERING FOR LOOP

    DEBUG:root:SENDING DISPLAY_REFRESH COMMAND

    DEBUG:root:DELAY 100 MS

    DEBUG:root:WAIT UNTIL IDLE

     

    Do you know why is this happening?

    Thanks

    The routine expect valid ascii below 128x and recieived e7x. Most problem like this implies the sender did not encode before sending data!

    Clem

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • jap1906
    jap1906 over 2 years ago in reply to kalebclark

    Actually I change the spidev==3.3 to spidev==3.2 in the requirement.txt, followed all the instructions but when I run the infowindow.py I get the error:

    EXCEPTION IN PROGRAM ==================================

    'ascii' codec can't encode character u'\xe7' in position 6: ordinal not in range(128)

    <type 'exceptions.UnicodeEncodeError'>

    <traceback object at 0xb54bae68>

    END EXCEPTION =========================================

    DEBUG:root:DRIVER: ENTERING FOR LOOP

    DEBUG:root:SENDING DISPLAY_REFRESH COMMAND

    DEBUG:root:DELAY 100 MS

    DEBUG:root:WAIT UNTIL IDLE

     

    Do you know why is this happening?

    Thanks

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • jap1906
    jap1906 over 2 years ago in reply to kalebclark

    Thanks Kaleb!

     

    I'm having some issues in this process...

    I'm doing it with a new Raspberry Pi 4B, and in the pip install -r requirements.txt install, it says:

    "Collecting spidev==3.3 (from -r requirements.txt (line 85))

    Could not find a version that satisfies the requirement spidev==3.3 (from -r requirements.txt (line 85)) (from versions: 2.0, 3.0, 3.1, 3.2, 3.4)

    No matching distribution found for spidev==3.3 (from -r requirements.txt (line 85))"

     

    Should I change the requirements file?

     

    Thanks

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
>
Element14

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2022 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube