-
Notifications
You must be signed in to change notification settings - Fork 50
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
Pre-compiled binaries #8
Comments
I agree, this would be useful. The SDK requires python2 and on some distros installing that is a small PITA. |
Hello @neinseg and @MrZANE42, I did a fork and uploaded binaries with default values: one with OTA and one without. You can find it here: repo As a side note You can quite conveniently use virtualenv to have an environment with python2 without messing with the whole distro. See here for ref: stack venv thread |
I tried the pre-compiled noOTA binary on a SparkFun esp8266 thing and got this error output. Also the readme.md refers to 192.168.4.1, I assume that means the ESP8266 sets up it own Access point. esptool.py v3.2 A fatal error occurred: MD5 of file does not match data in flash! |
Hello,
Yes, that is how it is configured by default, to setup its own network.
I would assume that due to fatal error which You encountered the app is not running correctly or even at all. If MD5 of the file mismatches what was read from flash then I would guess that there was an error during flashing (i.e. bit flip or noise on the wires). Have You tried it a few times (if yes then is flash md5 value always the same)? Maybe try different cable, check connections, try loading blink example or even try different esp board if possible. And you may want to NOT post MAC of Your devices, just as a good practice ;) |
Ok, Blink works on the Sparkfun ESP8266 thing, but upload always returns the same md5 values and error, |
I think the password would be the default one from the make config which should be this one:
The OTA gives You possibility to update BMP firmware over WiFi but both OTA and noOTA are good to go in terms of debugging a target. |
Yes tried helloworld but no connection on either my pc or mac :-( |
Tried just now with noOTA binary and WemosD1 mini and default helloworld works fine on Windows 10 machine. After that I can reach 192.168.4.1. Sorry but no clue what might be wrong in Your case. Note: binaries are part of forked repo and not the original one. So building Your own binary from latest original repo is recommended. |
Thanks for testing it. I use ESP8266 access points in a number of my projects so not sure what is happening here. I will see if I can navigate the build process. |
Success. The bad news is that I could not get the build process to work. So my request is to add a set up option webpage to set the network range, so I can change it from the default to 10.1.1.xx otherwise I need to set a static IP which then prevents my PC from re-connecting to the internet when I change back my router's network. This is a real nuisance when trying to look up docs while running debug. |
Just did some more testing and if you used code like
You get a DHCP server that will serve an IP of x.x.x.100 |
WiFi.softAPConfig(local_ip, gateway_ip, subnet_ip); // call this first!! |
Currently can program nrf52832 via ESP-01, but not getting any serial output back. |
Hello. Thanks for making the compiled binary available. Yesterday I stayed all day and couldn't compile and record. After saving your file, how do I use it? I didn't understand how I can use it to record my NRF52832. did not connect to my network. |
Here are my notes from my test of the pre-compiled binaries which worked for me on nRF52832. (https://www.forward.com.au/pfod/BLE/LowPower_2022/index.html) Your nRF52832 module could also be program protected see the end of the link above.
|
this repo literally has sections calling for python 2 and other for python 3. its insane |
Hi, I am unable to provide You any support at the moment. I was not
involved in the developement, I just uploaded the bins when I tried the
project. It seems from the logs there is incompatibility between IDE and
what is running on BMP. Try to compile latest BMP or ask around/submit
issue.
BR.
J
wt., 17 sty 2023, 22:07 użytkownik Ahmad ***@***.***> napisał:
… J-Wrobel
Hi Wrobel
Thanks for pre-compiled binaries. I use latest version of STM32CubeIDE and
STM32G030C8 mcu. The Result is as below:
[image: bmp]
<https://user-images.githubusercontent.com/5241132/213012434-7b5d79ef-9fbc-4d73-a5e2-9fe8c60da64a.png>
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCTQ2GGA2PHQWYJIRXXA3DWS4CXPANCNFSM424E3KZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks Wrobel. |
Any chance you could upload pre-compiled binaries?
I'm having problems getting the compile environment set up correctly so I can't build currently.
I already have an older version of the code compiled and downloaded on en ESP8266 using this guide.
https://www.visualmicro.com/page/Create-a-WiFi-Black-Magic-GDB-Probe-from-ESP8266.aspx
So now I'd just like to upload a newer version to try out the latest features like live debugging etc.
Any chance you could do this?
Ps. I realize that there are multiple configurations options but just a binary with default values would be great.
The text was updated successfully, but these errors were encountered: