Giter VIP home page Giter VIP logo

esp32-selfdrivingcar's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @Balaji-Ganesh
  • ๐Ÿ‘€ Iโ€™m interested in OpenCV and Machine Learning projects
  • ๐ŸŒฑ Iโ€™m currently learning OpenCV, Algorithms and their core-theme of working
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Self Driving car
  • ๐Ÿ“ซ How to reach me - mail me

esp32-selfdrivingcar's People

Contributors

balaji-ganesh avatar dependabot[bot] avatar

Watchers

 avatar  avatar

esp32-selfdrivingcar's Issues

Making ESP32-cam as a client from being a server

Need

  • Currently middleware with FastAPI and python-socketio is being
    • as a server -- for Flask WebApp.
    • as a client -- for ESP32.
  • Fewer times, connection to ESP32 is breaking.

Current setup (of ESP32)

  • The ESP32 is configured to connect to mobile hotspot.
  • Hence, each time it connects, (most possibly)get the different IP address.

Possible issues that raise out (When becomes a client)

  • Need to upload the code to ESP32 by updating the assigned IP of computer, in each setup of environment to run/test.

Solutions

  • Use a router and assigning static IP addresses to the computer and ESP32.
    • This solves repeated uploading to ESP32.

Error: sent 1002 (protocol error); no close frame received with websockets

Description

Getting the error Error: sent 1002 (protocol error); no close frame received with websockets while running the camera feed from ESP32 to web.

Note

  • Not getting this error at all the time, but some times.
  • The above error was displayed in middlware's console.

Solutions found

  • StackOverflow - WebSocket Closes with Protocol Error 1002
    • Extracted conclusion: Need to change the ESP32 websockets from synchronous to asynchronous. But earlier when using AsyncWebServer as in HashIncludeElectronic's reference, got the issue in bridging. Try once again, with this setup.

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.