Giter VIP home page Giter VIP logo

robotsv2's Introduction

ESP32 Robots (& IoT) Framework

This framework is on develop state right now

Purposes:

  • Make different kinds of robots (and RC models such as quadrocopters)
  • IoT projects
  • Different kinds of embedded systems

Main idea:

  • User have to once flash firmware to ESP32 board
  • Next step is to create program using RuC or lua
  • Upload program then execute

Getting started with development

  1. Follow getting started guide from esp-idf
  2. Install and configure minicom for Linux or PuTTY for Windows
  • Serial Device /dev/ttyUSB0 for Linux
  • Hardware flow control: no
  • Software flow control: no
  • Save your configuration as esp32
  1. Install nodejs
  2. Download esp-idf using submodules
  • git submodule init
  • git submodule update
  1. Try to make the project
  2. Use ./flash.sh to flash firmware for the first time. Next ones you can use wifi OTA updates if your firmware configured
  3. Congratulations! Now you can develop this Framework

robotsv2's People

Contributors

liberaid2 avatar

Watchers

James Cloos avatar  avatar Denis Kuznetsov avatar

robotsv2's Issues

Make scenarios

Make some scenarios for robots (important!):

  • Simple test: run towards untill condition
  • Find another robot and "shoot" it
  • Any good ideas are welcome

Make some scenarios for smart house:

  • Check temperature, humidity and print it on lcd display
  • Any good ideas are welcome

Make some scenarios for IoT:

  • Any good ideas are welcome

TODO list

  • 1. Make startup commands list that can be configurated via cmds (ez)
  • 2. Heartbeat system between tcp server and client since now we have to wait for cmd tcp 1
  • 3. Modify lua:
  • Push global variables to lua environment so sensors will be called via string constants instead of just ints
  • Some sensors such as color or compass return more than one value. Make lua_get_sensor_data return as many values as called sensor returns
  • Add init_servo, servo_power and set_voltage functions (ez)
  • 4. Test RuC threads system
  • 5. Add common parent class for sensors with virtual functions such as get_number_of_pins. Also system for easy foreach sensors e.g. for lua purposes
  • 6. Fix uptime printing (LCD command)
  • 7. Fix t_eixt in RuC module (import.c)

Tasks marked as (ez) is a good job for new contributors

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.