Giter Club home page Giter Club logo

Comments (8)

luismalddonado avatar luismalddonado commented on June 26, 2024

Just as additional INFO I have tested with ESPSomfy-RTS v1.7.2 and I was not able to reproduce this problem.

from espsomfy-rts.

rstrouse avatar rstrouse commented on June 26, 2024

The ESP32 libraries were bumped to 2.0.14 between those versions. I also use AIMesh and do not see the issue on any of 10 devices but I will take a look at what is different in those versions.

from espsomfy-rts.

luismalddonado avatar luismalddonado commented on June 26, 2024

The ESP32 libraries were bumped to 2.0.14 between those versions. I also use AIMesh and do not see the issue on any of 10 devices but I will take a look at what is different in those versions.

Thanks. Looking forward to test new versions when available. Again thanks for this amazing project.

from espsomfy-rts.

rstrouse avatar rstrouse commented on June 26, 2024

I would be suspect of that power supply. In some cases the power supply cannot keep up with the spikes that are created when the WiFi radio on the ESP32 is engaged. This causes the ESP32 to panic reset because of a voltage drop on the EN pin. Which looks a lot like the ping pattern above. There were lots of changes to the core ESP32 libraries for the IDF which is why 1.7.2 which is based on v2.0.10 of the ESP32 core works in your testing.

There are lots of posts on many forums about adding a capacitor to the EN pin to smooth this out but there is another thing that I have run into with another user who had weird labeling on their board. If you have a board like this do not use the GPIO11 pin as a ground. It may work but it will be unreliable.

https://forum.arduino.cc/t/weird-gnd-in-esp32-gnd-or-gpio-11/958140

from espsomfy-rts.

luismalddonado avatar luismalddonado commented on June 26, 2024

Yes I am using GPIO11 as ground for the antenna . I will leave my producction environment untouched with v1.7.2 (stable for the last 3 days). I ordered a new CC1101. Once it arrives I will do furthers tests.

from espsomfy-rts.

rstrouse avatar rstrouse commented on June 26, 2024

Yes I am using GPIO11 as ground for the antenna .

That while electrically can be used for a ground it should not be used. That pin is connected to SPI and could be browning out when the radio is initialized. You should use an actual ground pin.

from espsomfy-rts.

rstrouse avatar rstrouse commented on June 26, 2024

@luismalddonado did you get your issues sorted? From what I have read, that labeling of GPIO11 as GND is a screen printing error. While when pulled low it does provide a path to ground but it also cannot handle load.

from espsomfy-rts.

luismalddonado avatar luismalddonado commented on June 26, 2024

I just got today a second antena, tested with it without using GPIO11 fro GND and it works. It would be great to change the "Suggested Pins" section for "ESP-WROOM-32/ESP32S Models" indicating this and the close this issue.

Thanks for the support

from espsomfy-rts.

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.