sensor-hub-ble
Extensible weather station in Rust (by night-crawler)
e-Paper
By waveshareteam
sensor-hub-ble | e-Paper | |
---|---|---|
1 | 17 | |
2 | 1,343 | |
- | 2.6% | |
7.9 | 5.7 | |
11 months ago | 13 days ago | |
Rust | C | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sensor-hub-ble
Posts with mentions or reviews of sensor-hub-ble.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
Need help finding the root cause of Waveshare 2.13V3 noise
Lastly, my WIP code for the display.
e-Paper
Posts with mentions or reviews of e-Paper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
Waveshare 2.13 G
I had some issues with the Waveshare method under the "C" heading, but was able to get the "Python" set of instructions to work properly and run the test on my display. If you really do have a G-variant display, then the line "python3 epd_2in13g_test.py" in the last set of instructions should run a full cycle on your display cleanly (real-time clock counting for about 10 seconds at the end) before clearing and giving you command of the terminal again. If the test hangs at any point, its not the right test for your display and you will probably have to go through the rest of the [Github tests](https://github.com/waveshareteam/e-Paper/tree/master/RaspberryPi_JetsonNano/python/examples) until you find the most current one that works.
-
Need help finding the root cause of Waveshare 2.13V3 noise
I ported the Waveshare V3 Python code to Rust. This had a similar outcome, perpetually waiting for the busy pin. The only thing that worked was clearing the display (filling the memory with 0x00/FF): it was blinking a few times in the init() - clear() - sleep() loop. Pixels have never become black/white, though.
-
Need help with eInk display
Then demo for your eink display from waveshare GitHub and get that working first, any issues and we’ll try to help you troubleshoot.
-
Waveshare E Ink display
Following Waveshare's Wiki, I think this is their Python driver/test code for the Raspberry Pi: https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd3in52.py
-
Any chance of lowering power consumption on this project?
I’d follow up on this path, it sounds like even their code may have issues with it: https://github.com/waveshare/e-Paper/issues/15
-
LoveBox: E-paper display project to leave my girlfriend notes and pictures remotely. (Pi Zero W, Waveshare E-ink Display 7.5", Firebase Real Time Database)
I ended up including their shared library and using their python API to control the screen, as found on waveshare/e-paper repo
- Unable to get e-ink display to do anything
-
Can anyone help with e-paper slideshow?
sample code for arduino here - https://github.com/waveshare/e-Paper
-
Yet another Raspberry Pi e-ink display... but with a web app for extra display options!
Python scripts: these scripts actually retrieve the data and print it on the display. I heavily relied on the existing Waveshare Python libraries to figure out how to print text/images on the screen. The rest is essentially just requests to get data from various APIs (I used Open Weather Map, Pi-Hole, SEPTA, newsapi.org, and Wordnik). I set up cron jobs on the Pi to run the normal refresh script every half hour and to start the Node server on startup.
- Long refresh rate on 7 color e-paper display
What are some alternatives?
When comparing sensor-hub-ble and e-Paper you can also consider the following projects:
epd-waveshare - Drivers for various EPDs from Waveshare and others
zero-btc-screen - Crypto stock price for RPi Zero