Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.11 KB

FAQ.md

File metadata and controls

16 lines (10 loc) · 1.11 KB

Which ESP microcontrollers are supported?

The code and circuit have been tested with a few ESP8266 development boards such as the Wemos D1 Mini, Wemos D1 Mini Pro, Nodemcu0.9 and Nodemcu2 dev boards. It will also work on bare ESP8266 chips such as the ESP-12E but do make sure you disabled the LED support and wire the UART correctly as the code doesn't use the normal Rx and Tx pins.

Which EMS devices are currently supported?

See here for the list.

Getting support

If you can't find the answer here check out:

  • Issues: this is the most active channel at the moment, you might find an answer to your question by searching open or closed issues.
  • Wiki pages: I try and keep this up to date
  • Gitter channel: get direct contact with some of the key developers behind the project and other users.
  • Post a question: as a last resort, you can open new question issue on GitHub.