Skip to content

ksivaman/BoilerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoilerBot

Indoor delivery bot

To use:

  1. Confire and cd into the ESP-IDF folder.
    git clone https://github.com/espressif/esp-idf
    cd esp-idf
    
  2. Execute the following commands
    git clone https://github.com/ksivaman/BoilerBot
    cd BoilerBot/src/main/include
    mkdir include
    cd include
    touch wifi_login.h
    
  3. In the wifi_login.h, add the following:
    #define EXAMPLE_ESP_WIFI_SSID      "<your wifi ssid>"
    #define EXAMPLE_ESP_WIFI_PASS      "<your wifi password>"
    
  4. build, and flash
    idf.py build
    idf.py -p PORT flash monitor
    

Demo

Working example

About

Indoor delivery bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages