-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add "MH ET LIVE ESP32 Devkit and Minikit" board Support #482
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
Conversation
@me-no-dev Want to add board support,please. is it correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this board? Link? Image?
boards.txt
Outdated
@@ -671,6 +671,60 @@ nodemcu-32s.menu.UploadSpeed.512000.upload.speed=512000 | |||
|
|||
############################################################## | |||
|
|||
MH-ET-LIVE-ESP32DevKIT.name=MH ET LIVE ESP32DevKIT | |||
|
|||
esp32.upload.tool=esptool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can not use esp32
as board id ;) already defined!
boards.txt
Outdated
|
||
esp32.build.mcu=esp32 | ||
esp32.build.core=esp32 | ||
esp32.build.variant=esp32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
variant need to match the folder name of the variant with pins_arduino.h
@@ -0,0 +1,61 @@ | |||
#ifndef Pins_Arduino_h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use lower case letters for variant (MH ET...) no spaces also!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reply! The linkhere:http://forum.mhetlive.com
@me-no-dev Thanks for your reply! The linkhere:http://forum.mhetlive.com |
@me-no-dev Hello! I have changed some incorrect points . Is it all right to be added? Thanks! |
have you tested this in Arduino IDE? |
Not working on my MH ET LIVE ESP32 Minikit. Here's the output of esptool:
|
@me-no-dev |
@me-no-dev Yes,i have tested in Arduino IDE? And make the guide in forum. |
@me-no-dev I did that but the problem persists. |
@capedra see my comments above ;) one new line needs to be added to each board definition |
@igrr |
@capedra it is NOT an issue with esptool! it's an issue with the configuration!
|
@me-no-dev |
well, sometimes it mounts, sometimes it doesn't. |
@me-no-dev Hello! Do you mean,add the two lines to the boards.text? |
Typo:
|
@capedra I also got the issue you mentioned about the SDcard in my test just now. I will try to work out why. |
@me-no-dev @MHEtLive okay, thanks. I really need the SD card working but it doesn't mount anymore. Please help. also, add the following two lines at the boards.txt file:
|
@MHEtLive Card Mount Failed |
I wonder if it is similar to this issue bellow. |
@MHEtLive I already tested it with two different SD card modules but the problem persists. |
@capedra @me-no-dev |
@MHEtLive @me-no-dev It's probably some hardware issue of ESP-32. Because it was working just before I pressed the reset button of the board. |
@MHEtLive My MH-ET Live MiniKit just died. Could you please send me a new one? And I just figured it out something wrong on the official diagram. Thanks! Edit: |
@capedra Hello.What is wrong on the official diagram? And could you please tell me what`s happened with your minikit and where did you buy it ? BTW,you can contact us on the mherlive forum. |
@MHEtLive Hi. RXD pin is actually TXD pin and vice-versa. I tested it here. Actually, the ESP32 didn't die but the female micro-USB connector broke up very easy! Also, I can't flash it anymore because the connector is broken, and I can't initialize any SD cards on Arduino IDE or even MicroPython. |
@capedra Hello capedra.OK.The first issue may just a mistake that i haven`t point out is it OUTPUT/INPUT RXD/TXD on the board. The issue about the usb would be solved with a new version.Could you give me your email, In order to do more things for you? |
@MHEtLive Sure. Well, I can't program the board using these pins. In other words, it's not letting me flash any new firmware using these pins (RXD/TXD). My e-mail is capedra@gmail.com. Thanks! |
@me-no-dev @reaper7 Thank you so much. |
No description provided.