This is really a nice project, and much good infomation
@M5Stack3 жыл бұрын
Good work! thank you for sharing this! we have shared this in our community👍
@JonPYbanez3 жыл бұрын
this is phenomenal. fantastic work.
@MrNoipe3 жыл бұрын
Really impressive video, very well explained. Have you thought about improving the text display by using hinting/antialiasing?
@atomic143 жыл бұрын
Can definitely make some improvements on the text side of things. The library I'm using for driving the ePaper display github.com/vroland/epdiy has some scripts for turning ttf fonts into bitmaps for rendering which does seem to have some antialiasing, but being able to draw ttf fonts directly would be brilliant.
@shahidcox93442 жыл бұрын
ঝ ওজ পজজজজবজজ,ঝঝন বনআজ জওজজ৷, ঝজও, বজজআজ জ জনওন
@shahidcox93442 жыл бұрын
জপজপজজওজবআ
@shahidcox93442 жыл бұрын
বআও জজ
@shahidcox93442 жыл бұрын
জজপব
@hakimtsv89573 жыл бұрын
Keep it up i really like your projects
@atomic143 жыл бұрын
Thank you!
@hakimtsv89573 жыл бұрын
@@atomic14 thank you! You're the one inspiring us and giving us this content
@usefulrandom1855 Жыл бұрын
I got an Arduino the other day, done the first few basic tutorials but they are all a bit crap and give no more info on how to use/incorporate into other projects. I am defo going to build one of these and have joined your discord! I also saw your forecast/temp monitor one, I want one as well lol, I would add a couple of stock prices to the display I think that should not be too much trouble with a little research.
@roguesecurity3 жыл бұрын
This is amazing!!!
@atomic143 жыл бұрын
Thanks!
@marekzabielski10152 жыл бұрын
Great project
@electronash3 жыл бұрын
Looks great. I might have to build one. I've never had an ePaper device. (quick heads-up on "reder" in the vid title.)
@electronash3 жыл бұрын
To confirm the LilyGo EPD47 is the same module as the "LILYGO T5-4.7 Inch E-paper ESP32 V3 Version 16MB FLASH 8MB PSRAM" on their AliExp store, yep? They have a choice between 18650 battery clips, or JST PH, and two different USB serial chips.
@atomic143 жыл бұрын
@@electronash That's the one - I got the JST one but depends what you have lying around battery wise. USB chips - I've had some issues on my mac with some of the new chips - but my machine is ancient... One thing to be aware of is that I struggled to find connectors for the 4 pin sockets to get the SD Card connected to the board. The official adapter is here - not sure what the pinouts are though! www.aliexpress.com/item/1005002317501092.html
@electronash3 жыл бұрын
@@atomic14 Great, thanks. ;)
@peter.stimpel3 жыл бұрын
quite an achievement, congrats!
@karmadhendup25729 ай бұрын
Really amazing. I will try to work in a similar way.👍
@ozey15877 ай бұрын
Hi, very nice project! Any chance you would revisit this in the future to port it to the newer LillyGO T5 4.7 ESP32-S3 version (v2.3) i've tried myself but i'm struggeling with a bunch of errors i don't understand :(
@neurojitsu3 жыл бұрын
Glad to have discovered your channel, new sub! I've literally just become interested in the whole maker culture thing... after looking into how to motorise my camera slider, and it just kinda snowballed from there... very quickly! Now I'm looking to get a 3D printer... and fascinated by the M5Stack, ESP32... I have a quick question for you. How easy or difficult a learning path would it be to learn how to interface M5Stack- or Arduino-based electronics with say, an iPhone watch or iPad? I'm aware there are APIs and developer tools, what sort of programming knowledge or language do they require? I'm interested in potentially engaging a developer to help, but prefer to know something about the basics first so that I have the competence and knowledge to manage any relationship with a developer... thanks!
@atomic143 жыл бұрын
For talking to an iPhone or iPad you are either looking at Bluetooth Low Energy (BTLE) or WiFi. If you're writing an app for the phone then bluetooth is a good option.
@dosgos3 жыл бұрын
You mean "maker culture" or "whole maker culture"? This ebook would fall under "whole maker culture"!
@neurojitsu3 жыл бұрын
@@dosgos ha ha, I'm so new to it that I've no idea what you mean!
@anwaralisuthar156910 ай бұрын
Great work
@drickph30662 жыл бұрын
R pico pi or zero pi will work?
@sbeve36695 күн бұрын
Do you know of a way to use the SD card reader and the touch screen or is there no way
@mdx.arseniy2 жыл бұрын
only for esp32 up to v3 version(lilygo esp32v3 wrover e)? or esp32s3 too?
@tw_mortadragon2652 жыл бұрын
how long does the battery work for fter a full charge?
@juliankager165711 ай бұрын
Hey very nice project, i am also trying to do a project with the liligo epd and I wantet to ask you if the files of the 3d printed case files are available, i did not find them on your git repository sadly. Kind regard.
@mridulagrawal2370 Жыл бұрын
The Lilygo display you got comes with the ESP32 attached right? I cannot get that board and I want to use a 5.83 inch display from some other brand. Do you think this code would still work? The display is standalone and I will be using an esp8266. I am quite new to the world of microcontrollers.
@atomic14 Жыл бұрын
The esp8266 probably won't be powerful enough for the ebook project. It requires quite a lot of memory so needs a chip that has PSRAM.
@CookieG202 жыл бұрын
does this work on watchy?
@phizaics3 жыл бұрын
what kind of battery backup do you get from this?
@atomic143 жыл бұрын
No idea yet - the buttons on the board mean that you can't use EXT1 mode and have to use the ULP which does use more power. I need to try and measure the deep sleep current. My weather display gets a couple of months battery time and that wakes up every 30 minutes and connects to WiFi.
@1992annamalinina3 жыл бұрын
Price?
@t0biascze644 Жыл бұрын
whats the battery life tho
@debayanbhowmik8085 Жыл бұрын
Is there any way to make the device compatible with .pdf files ?
@atomic14 Жыл бұрын
PDFs are a nightmare to parse. The best way to do it would be to render the PDF pages to images on a PC and then just load those onto the device.
@garagewizzard3 жыл бұрын
Neat :)
@zoomingh3 жыл бұрын
Hi Plz, I need design like..... Mic- esp- speaker (1 esp) Voice streamer Can you help me? Ths
@phucnguyenthai53982 жыл бұрын
Impressive!!!! But the refresh rate seems to be a problem. Unsure if we can accelarate it up.
@HashirEasa2 жыл бұрын
haha 612 page pdf go brrrrrrrrrrrrrrrr
@navidmorovati17423 жыл бұрын
Hi
@tromzinck2 жыл бұрын
slow down
@browaruspierogus21823 жыл бұрын
ESP is not good for that
@TheBinklemNetwork4 күн бұрын
But what would you suggest??? Not useful to just bash without any alternatives offered