Skip to content

petervanaken/MySensorsGateway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySensorsDemo

Install prerequisites

Ubuntu
sudo apt-get install make unrar autoconf automake libtool libtool-bin gcc g++ gperf flex bison texinfo gawk ncurses-dev libexpat-dev python sed python-serial srecord bc

Build esp-open-sdk

(Or get precompiled esp-open-sdk)

git clone https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make STANDALONE=y # It will take a while...

Set ENV Variables

export ESP_HOME="/opt/esp-open-sdk";

Project Setup

./setup.sh

Configuration

You might want to configure your project before building. Edit Makefile-user.mk

Building

make

Flashing your ESP

make flash

ToDo

Add OTA (from rboot sample)

Add MQTT (from MQTT sample)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 40.9%
  • HTML 33.9%
  • CSS 11.6%
  • C 7.0%
  • Makefile 4.7%
  • Shell 1.9%