-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install (via ESP Download Tool) - Missing .bin file ? #13
Comments
Well the bin file you will need to download obviously from Github not in the flash tool :) Here latest stable version: https://github.com/HeimdallMidgard/ESP-32-BLE-Scanner/releases/tag/0.1.2 |
Didn't find it at first .. Super ! Thank You !!! Already compiled the source myself as well but the ESP32 kept crashing .. will try with your bin file ! |
Flashing with the .bin file Done ! Seems to work fine ! Now testing functionality. Thank You So Much ! |
Flashed and program running. I can access the device through the webserver. I configured Wifi AP and MQTT server. Pretty sure about the IP{ address and user name/password of the MQTT server (I already use it for other apps) but I keep getting the following error : Starting... Not sure what error .. is it not able to connect to the MQTT server or something else ? |
Your instructions :
How to install (via ESP Download Tool)
Click to expand
Download and extract the program
Download ESP32 Download Tool / Flash Download Tools
Start the Download Tool (ESP32 and Developer Mode)
Plug in your ESP32 and change Com Port according to it
Set the following settings:
Address for bin: 0
SPI Speed: 40mhz
SPI Mode: DIO
Flash Size: 32Mbit
DoNotChgBin: Set to true
Then there's :
In the instructions you mention to start the ESP Downloadtool and set settings as per instructions. Then you say to flash the .bin file but no .bin file is included in the ZIP file ? Seems a compiled version is missing ?
The text was updated successfully, but these errors were encountered: