問題タブ [micropython]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-3.x - micropython で複数のメソッドを使用した asyncio
次のコードを実行すると、実行されて出力され ("Listening, connect your APP to http://192.168.4.1:8080/")、Webサーバーとしての要求を待機します。Webサーバーモード時はLEDを点滅させたいので適用しasyncio
ました。
ただし、(Web サーバーでループをアクティブにする) 要求を受信しない限りWhile True:
、LED は応答しません。多くの方法を試しましたが、Web サーバー モード中に LED を切り替える方法が見つかりませんでした。await asyncio.sleep(20)
以下のコードで、に関するコメントを確認できます。
tcp - ESP32 TCP クライアント
Windows で TCP サーバーをセットアップし、ESP32 で TCP クライアントをセットアップしたいと考えています。主なアイデアは、文字列を ESP32 に送信して変更し、サーバーに送り返すことですが、私はこのすべてに慣れていないため、ESP32 で TCP クライアントをセットアップすることに行き詰まりました。例や参考文献は本当に役に立ちます。