1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

question re .bin file for ESP32 #377

Closed zala143 closed 5 years ago

zala143 commented 5 years ago

Hi, is there a .bin file version of OpenMQTTGateway that I can simply flash onto an ESP32?

I'm not too comfortable mucking with Arduino sketches so hoping there's something precompiled i can use. I'm looking for BLE support only. I found the links to the [releases] page but couldnt tell which file to use?? (https://github.com/1technophile/OpenMQTTGateway/releases)

I saw a file named ESP8266_OpenMQTTGateway_V09_IRRFBT.ino.bin.zip but wasnt sure if that is only for ESP8266 boards or would that work for ESP32?? .... that was a zipped file containing "OpenMQTTGateway_V09_IRRFBT.ino.bin"

Many thanks in advance for all your great work.

akasma74 commented 5 years ago

I can see no suitable binaries on the release page, but it's easy to download sources, change config in Arduino and click Upload. All the instructions are on wiki.

zala143 commented 5 years ago

ok thanks, will try that - so used to dropping tasmota .bin files on esps :) been spoiled.

zala143 commented 5 years ago

just opening up to see if anyone has a compiled .bin file for ESP32? Thanks

akasma74 commented 5 years ago

Were you unable to compile? Any error log? ;)

1technophile commented 5 years ago

the issue is that ESP32 doesn't support wifimanager yet, even if i give you a bin file you will not be able to log to your wifi network :-(

zala143 commented 5 years ago

Ok. Thanks for confirming, I'll dive in and try Arduino ide. Thanks