Hi everyone,
I am trying to install uasyncio. I am not able to install even I am able to use my custom mudule. It shows import error. Previously, I have used Micropython with ESP32. Its not working like that.
I tried to import upip and import mip. uasyncio is not available in the default modules.
Hardware: Quectel EC200U-CN
Firmware used: QPY_OCPU_BETA0004_EC200U_CNAA_FW
Kindly help me about this.
hi, sumeri
Do you need to use uasyncio?
I confirmed that uasyncio is still under development before, so I need to confirm whether it’s done
Hi Felix,
Yes, possible then please provide some solution for it. And I have also tried to import network, its also showing error. I want to use this Quectel EC200-CN as a Hotspot. For procceding this, I am able to scan wifi nearby the device using wifiScan module but not able to set as WiFi Device. Please help with solution.
Thank you.
hi,Sumeri
What functions do you need to implement when importing to the network.
We implement network-like functionality by importing other components.
Please refer to the link below for API descriptions
QuecPython API Reference Manual - QuecPython (quectel.com)
Currently, the EC200U only supports wifiscan. If you need to implement wifi functions, this requires an external wifi module
QuecPython Wi-Fi communication - QuecPython (quectel.com)
Okk, I got it. Thank you.