-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for other chips? #96
Comments
So I'm guessing thats a 'no' then ... ?? |
I could too have used it for the ESP32's running micropython. It's kinda odd to lock out other micropythons, like, why??? Well, I guess it is back to Pymakr then.. |
i would be interested, too. this extension could be what i searched for. @paulober is that soemthing you can realize? that would be nice. 😉 Chris |
I would like adding support for ESP32 based boards to the extension. I'm already working on it, but I don't have much time at the moment. |
Cause the extension needs to be adjusted to work with other micropython board and I didn't have the time and devices to do so. But I'm working on it. |
For example it's very easy to enable auto-detection for the esp32-wroom but the extension keeps crashing. Things like this need to be addressed before I can safely add this feature to the extension. |
That's sounds pretty good I think. I can help testing for the esp32-c3. I have two mini form factor of this devices and a bunch of esp32 wroom. The Micropython c6 support got through to me. I haven't saw it 😃 If you need help testing or something else. Feel free to address. I am not JavaScript/typescript hero so helping by coding would be difficult 😃 Chris |
@ChrisChoke @MortenGuldager Just added ESP32-WROOM-32 experimental support with v3.7.0. |
@steeley I don't have access to a Teensy board but I could add detection for it if you could tell me what product and vendor id the board shows on your os after flashing MicroPython on it? |
Yeah nice, thx I will test it today in the evening. My esp32-c3 boards vendor and product id is I can use a baudrate of 115200 as usual. Chris |
oh my god. @paulober thats so nice. v3.7.1 works like a charm with esp32-wroom. this will make work so much easier. i love it already. looking forward to interact with esp32-c3, too 😊 so my first feedback to you is just: THANK YOU! Chris |
Micropython supports Teensy 4.0 and 4.1 - I have a Teensy 4.0 here and it shows this: Teensy 4.0: Product ID: 0x9802 hope this helps. |
@steeley @ChrisChoke Added C3 and Teensy |
I am glad that MicroPico is useful to you. |
Feature Request 🚀
First of all, thanks for this plug-in!
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g. I have an issue when...
Not an issue really, but are you planning to support other MCUs?
Describe the solution you'd like
A clear and concise description of what you want to happen. Add any considered drawbacks.
I would really like this to work with ESP32, (and Teensy for example).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Using Thonny maybe.
Teachability, Documentation, Adoption, Migration Strategy
If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design?
There are many users of ESP32 and this would make the plugin very popular, and maybe more people to help you develop it.
The text was updated successfully, but these errors were encountered: