Soldered MicroPython Helper⚠️ Experimental Extension A MicroPython-focused helper for working with ESP-based boards directly inside Visual Studio Code. 🚀 Quick Setup (Required for Extension to Work)Run the following commands in your terminal:
Make sure:
🔍 How to Find and Install in VS Code
Or install it directly from the VS Code Marketplace → 🔧 Features
⚙️ Full Setup InstructionsRequirementsPython packages (required globally or in your active environment):
Serial Port SupportTo use the
Then, install
⚠️ Warning: Avoid Infinite Loops Without DelayWhen writing MicroPython code — especially when using
✅ Recommended pattern:
Here's a real-world example from APDS9960 gesture detection:
🧠 Tip: You can adjust the delay based on sensor type or application needs — just make sure some delay is present in every infinite loop. 🛠 Other Notes
After completing the above, your VS Code extension should be able to access serial ports and run 🧪 For DevelopersIf you'd like to contribute or modify this extension locally, follow these steps: 1. Install dependenciesMake sure you have Node.js,
2. Build the extension
3. Launch in VS Code
About Soldered![]() At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you: Original source This library is possible thanks to original Arduino_APDS9960 library. Thank you, Arduino. Open-source licenseSoldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products. Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository. Have fun!And thank you from your fellow makers at Soldered Electronics. |