martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
295 stars 69 forks source link

PlatformIO flashing? #18

Closed starkillerOG closed 5 years ago

starkillerOG commented 6 years ago

I am farly new to programming an ESP8266, so it might be a dump question. Is it possible to flash this firmware to the ESP using PlatformIO?

starkillerOG commented 6 years ago

I run PlarformIO within Atom, but I am not verry fimilliar with both. Is there a more detailed step by step guide how to flash this software to the esp?

martin-ger commented 6 years ago

No experience (and idea) with PlattformIO, but there is a description at https://github.com/martin-ger/esp_mqtt#building-and-flashing .

How to connect and setup your ESP8266 heavily depends on your modul (I would recommend a NodeMCU or Wemos D1 Mini). You find lots of tutorial on youtube on how to get the serial connection for any kind of modul - after that you can use the download tool from the link above.

starkillerOG commented 6 years ago

@martin-ger Thanks for the information. Can you also build/compile the code with the "ESP8266 Download Tool"? Or which program can I use to build/compile the changes to the "user_config.h" file such as my routers ssid and pasword?

martin-ger commented 6 years ago

Top build the software you will never the esp-open-sdk. Have auch look in the "build" section of the Readme.

Am 27. November 2017 11:53:50 nachm. schrieb starkillerOG notifications@github.com:

@martin-ger Thanks for the information. Can you also build/compile the code with the "ESP8266 Download Tool"? Or which program can I use to build/compile the changes to the "user_config.h" file such as my routers ssid and pasword?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/martin-ger/esp_mqtt/issues/18#issuecomment-347355831