Search found 17 matches

by Wind-stormger
Mon Sep 05, 2022 1:32 am
Forum: Programs, Libraries and Tools
Topic: Some use cases and small talk for the mpremote tool
Replies: 5
Views: 25009

Re: Some use cases and small talk for the mpremote tool

Latest updates and discussions on this post have been moved to GitHub:
https://github.com/micropython/micropyt ... sions/9096
by Wind-stormger
Thu Aug 25, 2022 5:50 am
Forum: Programs, Libraries and Tools
Topic: Some use cases and small talk for the mpremote tool
Replies: 5
Views: 25009

Re: Some use cases and small talk for the mpremote tool

jimmo wrote:
Wed Aug 24, 2022 11:53 pm
"almost" ? :)
Just because I'm also looking around for some other possible tools to try out, the once-familiar tool "Thonny" still occasionally continues to be used.

Now I will transfer the post to GitHub Discussions immediately.
by Wind-stormger
Wed Aug 24, 2022 10:16 am
Forum: Programs, Libraries and Tools
Topic: Some use cases and small talk for the mpremote tool
Replies: 5
Views: 25009

Some use cases and small talk for the mpremote tool

I've tried a lot of different 3rd party micropython tools, some are Windows apps, some are VScode plugins. But when I tried MicroPython's mpremote tool , I almost decided it was going to be my go-to tool. :D I usually use it in conjunction with VScode. Its code highlighting, auto-completion, and aut...
by Wind-stormger
Wed Aug 24, 2022 7:11 am
Forum: Programs, Libraries and Tools
Topic: New module to parse MIDI files available
Replies: 5
Views: 29822

Re: New module to parse MIDI files available

Looking forward to a simple video demo.
by Wind-stormger
Tue Jun 21, 2022 2:41 am
Forum: ESP32 boards
Topic: Can't do a WiFi scan, RuntimeError: Wifi Unknown Error 0x0102
Replies: 5
Views: 4921

Re: Can't do a WiFi scan, RuntimeError: Wifi Unknown Error 0x0102

scruss wrote:
Mon Jun 20, 2022 4:26 pm
There are also a couple of DevKitC variants (such as the ESP32-DevKitC-32UE) that require an external IPEX antenna attached.
Right.

Nice addition. :)
by Wind-stormger
Mon Jun 20, 2022 6:01 am
Forum: ESP32 boards
Topic: Can't do a WiFi scan, RuntimeError: Wifi Unknown Error 0x0102
Replies: 5
Views: 4921

Re: Can't do a WiFi scan, RuntimeError: Wifi Unknown Error 0x0102

Before looking for software problems, you can check for hardware problems, such as whether the wifi power supply is good. If you have a voltmeter and know how to use it, it is recommended that you measure whether the VDD3P3 pin of the EPS32 chip has a voltage of 3.3V. If there is an abnormality here...
by Wind-stormger
Mon May 23, 2022 6:34 am
Forum: Programs, Libraries and Tools
Topic: A simple micropython uasycio buzzer driver
Replies: 3
Views: 9253

Re: A simple micropython uasycio buzzer driver

Update.

Remove inappropriate syntax (Pin.OUT).
by Wind-stormger
Tue May 17, 2022 8:30 am
Forum: General Discussion and Questions
Topic: Background asyncio event loop
Replies: 5
Views: 2830

Re: Background asyncio event loop

Good idea, but your idea looks more like you want the MCU to achieve the performance of a SOC like the Raspberry Pi 4b that can run Linux. :)
by Wind-stormger
Thu May 12, 2022 8:32 am
Forum: Programs, Libraries and Tools
Topic: uPing - Ping library for MicroPython
Replies: 29
Views: 118135

Re: uPing - Ping library for MicroPython

Just look into the python code of uping,py. This is straight code, where the print() statement definitely do not depend on a version. Thanks. By the way,recently merged features are helpful in improving wifi stability. https://github.com/micropython/micropython/pull/8518 import network sta_if = net...