Code Monkey home page Code Monkey logo

Comments (4)

martinberlin avatar martinberlin commented on August 19, 2024

there any underlying firmware changes in the v7 firmware that wouldn't work on a WROVER chip with the same memory specs?

The v7 Firmware uses LCD Module internally instead of I2S as it did in the ESP32 WRover version. So you definitely can’t mix one with the other.
But this is resolved and there are precompiler conditionals that will adapt to one target or the other.
There are many things that change if you take a deep dive. Sending the pixels is different, the hor. sync and vsync is different, they are two different ways to send the framebuffer. Depending on the target you need to use one method or the other.
V7 using S3 is also faster than ESP32 WRover

from epdiy.

second-string avatar second-string commented on August 19, 2024

Makes sense. I might lay out two different versions of the board, one for each ESP32 version, as I'd like to use the newer chipset and newer firmware but I'd rather not get stuck on this right now if it doesn't transfer easily.

I can update if I find anything that I need to debug or that isn't know yet. Thanks for the answer!

from epdiy.

martinberlin avatar martinberlin commented on August 19, 2024

Sure no problem. With the new boards way to do it that @mickeprag implemented is easier than before to add new custom boards.
Just keep in mind that the easier way to have v7 with S3 working is to stick to the same schematics and signals, meaning to use same IO expander and TPS65185 to drive the voltages. If you do it that way then it should work out of the box provided that the layout is right.

from epdiy.

second-string avatar second-string commented on August 19, 2024

The switch to the TI TPS6518X chip is the main driver to upgrade this board, it's a cheaper BOM, a simpler layout, and available :)

from epdiy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.