-
Notifications
You must be signed in to change notification settings - Fork 310
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
WiFi LoRa 32 v3 not working with example code #226
Comments
I have been trying for three days now, and nothing works, tried lots of websites, and nobody else has them working either. Sorry I bought them, it's my second bad experience with this supplier, and there won't be a third. If you get it going, would you please let me know. Thanks |
Hi BlueSkySunset76,
With the ArduinoIDE, this problem has been fixed for Linux/Ubuntu users
(including myself) by upgrading the esptool package to the most recent
available version.
The fix details are in issue# 159
#159 (comment)
…On Tue, 12 Dec 2023, 04:56 BlueSkySunset76, ***@***.***> wrote:
I have been trying for three days now, and nothing works, tried lots of
websites, and nobody else has them working either. Sorry I bought them,
it's my second bad experience with this supplier, and there won't be a
third. If you get it going, would you please let me know. Thanks
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVLAL3XAVFDEIPZV26FZTYI5F6NAVCNFSM6AAAAAA7WIYYICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJQGYZTSNBWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks, I returned them, and will order different type from a different supplier.D:On Dec 11, 2023, at 4:08 PM, Paul Schulz ***@***.***> wrote:
Hi BlueSkySunset76,
With the ArduinoIDE, this problem has been fixed for Linux/Ubuntu users
(including myself) by upgrading the esptool package to the most recent
available version.
The fix details are in issue# 159
#159 (comment)
On Tue, 12 Dec 2023, 04:56 BlueSkySunset76, ***@***.***> wrote:
I have been trying for three days now, and nothing works, tried lots of
websites, and nobody else has them working either. Sorry I bought them,
it's my second bad experience with this supplier, and there won't be a
third. If you get it going, would you please let me know. Thanks
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVLAL3XAVFDEIPZV26FZTYI5F6NAVCNFSM6AAAAAA7WIYYICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJQGYZTSNBWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I returned them. I think what they did when they upgraded and made all of the available working (Arduino) code obsolete, shows quite a bit of disregard for the customer. Purchased some Lilygo boards, worked within a half hour of opening the boxes. Working very well. Thanks for your reply though, and offer of assistance D:On Dec 11, 2023, at 4:08 PM, Paul Schulz ***@***.***> wrote:
Hi BlueSkySunset76,
With the ArduinoIDE, this problem has been fixed for Linux/Ubuntu users
(including myself) by upgrading the esptool package to the most recent
available version.
The fix details are in issue# 159
#159 (comment)
On Tue, 12 Dec 2023, 04:56 BlueSkySunset76, ***@***.***> wrote:
I have been trying for three days now, and nothing works, tried lots of
websites, and nobody else has them working either. Sorry I bought them,
it's my second bad experience with this supplier, and there won't be a
third. If you get it going, would you please let me know. Thanks
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVLAL3XAVFDEIPZV26FZTYI5F6NAVCNFSM6AAAAAA7WIYYICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJQGYZTSNBWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
For the benefit of folks that aren't exactly sure what "the fix" referred to above is, here is (an updated version of) the fix that worked for me on Ubuntu/PopOS:
Depending on when you are reading this, you might need to change/update the Hope this helps. |
I'm experiencing the same problem on Windows 10 that was working perfectly fine until a few months ago. I initially thought it might be a hardware issue with the boards, but after testing the sender and receiver sketches, I discovered the problem only happens with the sender. It's unfortunate that there isn't a solution available for Windows users. I'll need to find a way to use Ubuntu specifically for this situation. |
If you look at the steps above, it's pretty straightforward and you should be able to do the same thing on Windows. In short, it's deleting the 3.3.0 version of esptool, downloading a 4.7.0 version from github and then copying that as if it were the 3.3.0 version ... it's a bit of a hack, but I'm guessing that would likely work on Windows as well? |
I tried the fix but i have an error during compilation whereas all was fine before the fix : Traceback (most recent call last): exit status 1 Compilation error: exit status 1 |
Hmm. That's interesting ... I wonder why I didn't hit that problem. Did you try |
I installed python3-intelhex using apt and it works fine now! |
I have a WiFi LoRa 32 v3 and I uploaded one of the default example LoRaSender. The upload seems fine as no error is thrown, however, seems like the module enters on a boot loop, and prints the following to the serial port:
Can anyone help me solving this issue?
The text was updated successfully, but these errors were encountered: