-
Notifications
You must be signed in to change notification settings - Fork 742
MCU Module: added NodeMCU modules ESP-12E and ESP-32S #1426
base: master
Are you sure you want to change the base?
Conversation
@farkasgzoltan you have made several additional commits, please indicate if ready to be reviewed. Thanks. |
@myfreescalewebpage yes ready. sorry my first kicad library ;) |
Hi @farkasgzoltan , thanks for contributing, A few comments I have during my review: NodeMCU ESP-12E:
NodeMCU ESP-12S: You should check the travis result to help you. Then will need a complete review. Cheers, |
|
Thanks for the modifications. You commit messages can be a little bit more descritive, like "fix description", "fix pinout of the device", "add something", that's better for the reviewer than just a list of fix1 fix2 fix3 etc Also, can you indicate when the review can restart if you think you have corrected everything. Thanks, |
@myfreescalewebpage please verify |
Thanks @farkasgzoltan for your modification, it's better. Starting a new review from here. NodeMCU_ESP-12E:
NodeMCU_ESP-32S:
Cheers, |
NodeMCU_ESP-12E:
NodeMCU_ESP-32S:
|
Regarding to the pin naming the logic is very simple to not lost people using the module in the future. Take the documentation (schematic of the module at the moment) and look at 1st/2nd/3rd functions of the pins, and put name according to this. Example below with GPIO10: There is nothing to invent with FLASH or something else, symbol should just refer to the documentation. Joel Edit: can you also check why you have a modification of MCU_Microchip_SAMD library, this is not expected here. Thanks |
Hi @farkasgzoltan are you still alive on this subject ? Thanks. |
Yes, sorry too busy... I will have a little time weekend... |
No worries, do it when you have some times :) That what just to get news from you ! |
@farkasgzoltan ping :) |
Any updates to ESP8266 and NodeMCU files ? |
@HamzaHajeir this PR is no more updated by the original author, but you can contribute to if you want. I requested some changes in a previous comment. |
@HamzaHajeir there is also #2073 |
I appreciate your management and quality assurance role in keeping every library perfect. Hope author would make appropriate changes. Thanks |
Replace this line with your commit message! Please provide a description of your pull request
Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:
Provide a URL to a datasheet for the symbol(s) you are contributing
https://github.com/nodemcu/nodemcu-devkit-v1.0/blob/master/NODEMCU_DEVKIT_V1.0.PDF
https://einstronic.com/wp-content/uploads/2017/06/NodeMCU-32S-Catalogue.pdf
An example screenshot image is very helpful
https://imgur.com/CXOn2Ce
https://imgur.com/wyGEvId
Ensure that the associated footprints match the official footprint library
If there are matching footprint PRs, provide link(s) as appropriate
added NodeMCU modules ESP-12E and ESP-32S kicad-footprints#1301
Check the output of the Travis automated check scripts - fix any errors as required