-
Notifications
You must be signed in to change notification settings - Fork 196
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
Help for download issues #12
Comments
I used PlatformIO and Visual Studio Code. I'm guessing you tried the Arduino IDE? Can you try PlatformIO once? |
Make sure this is set in your PlatformIO config if you're not cloning the repo: EvilAppleJuice-ESP32/platformio.ini Lines 11 to 15 in 8effcda
|
Yes, I tried the Arduino IDE, but unfortunately it didn't work, which drove me crazy. I haven't used PlatformIO before, but I will follow your advice and give it a try. Thank you very much for your help |
I'll also try and make a video tutorial in the future for new users. |
I'm looking forward to it. Thank you |
The core of the repository does not use any hardware-specific code (on certain models or variants of esp32), so I guess you may eventually find out how to compile and run the project. If you have encountered any problems please tell me and I'm glad to help :) |
Thank you, I have solved it. It seems that the Esp32-C3 of Hezhou is not friendly to the Arduino IDE download method, but I successfully downloaded it using PlatformI and it has been effective. I would like to express my gratitude to ckcr4lyf for his help and your kind help. Thank you very much!!! |
寻求帮助,您好,我是初学者,手上的板子是ESP32-S3-WROOM-1(N16R8),请问在VSCode+platformIO新建选择板子应该选哪个,没有我说的这个板子可以选,工程文件里面的platform.ino需要修改吗,试了好多次无法成功烧录,希望能得到一丝帮助,十分感谢 |
Maybe this can be of help:
I don't have the exact board so I cannot be sure. |
Try it, you can simply copy and paste it to the file
|
我觉得你可以试试通过arduion来进行烧录,因为它具有esp32-S3的库 |
I think so. Best Regards |
感谢您的回复 |
And also, I think the issue has been solved. |
@huang1008686 |
i tried using esp32 devkitv1 doesnt work maybe board too old? |
帅哥可以弄一个导入教学视频吗,我是一个初学者,看不懂,好想学,呜呜呜 |
我看看,你手上有板子吗,是指怎样烧录还是怎样,烧录的话环境配好就很好操作了
…---Original---
From: ***@***.***>
Date: Fri, Mar 22, 2024 21:19 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ckcr4lyf/EvilAppleJuice-ESP32] Help for download issues (Issue#12)
帅哥可以弄一个导入教学视频吗,我是一个初学者,看不懂,好想学,呜呜呜
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I'm only speaking from translate, but it seems like a video would help. I'll try and make one tomorrow. You would need to have an ESP32 in the first place to use it though. |
是这样的,现在苹果貌似修复了它,弹窗频率已经大大降低了,如果你仍执意进行操作,请访问该链接图片底部有一键烧录的教程:https://whyinfo.link/posts/03-%E8%8B%B9%E6%9E%9C%E8%AE%BE%E5%A4%87%E6%97%A0%E9%99%90%E5%BC%B9%E7%AA%97 |
我有一个esp8266开发板,我是一个小白,不知道怎么烧录 |
里面的烧录文件和软件变404了 |
很抱歉,8266并不支持蓝牙,所以无法烧录,必需是esp32,优选esp32c3 |
你再试试,我这边测试可直接下载 |
好吧我这几天买一个试试,不过不得不说你们真的很厉害,很羡慕你们 |
烧录工具可以下载了,不过那个安卓app还是404哦 |
再试试,貌似该软件已有更新版本,请在内部找到github链接下载最新版本 |
可以下载了,是的他有一个1.0.8新版本的,是不是还有一个BadAppleJuicek软件,作者大大 |
您这个封装的烧录工具貌似解压不了,解压密码错误,是否可以再提供一下 |
FYI: I've done all my testing on an ESP32C3 from LuatOS, I would recommend it: https://item.taobao.com/item.htm?abbucket=9&id=666579064570&ns=1&skuId=4806054916370 |
Hello 各位,我已经提交了 pull request 来自动构建预编译的固件,同时更新了 README 支持通过浏览器网页写入固件,大大降低了普通用户的使用门槛,相信大家都能轻松掌握,大家可以关注一下:#38 |
Seeking help, I saw in your project video that you used Esp32-C3 from Hezhou. However, after I successfully burned it through Arduino, the serial port did not output. The Esp32 library confirmed the correct addition, but the serial port did not output any content (with a baud rate of 115200). May I ask how you burned it
The text was updated successfully, but these errors were encountered: