Akhilesh Thorat
Akhilesh Thorat
Hi Bert, Is there any method to extract data from response and convert it to other data types? There aren't any examples /methods on this. Tried typecasting but data gets...
>>> import machine >>> import esp Traceback (most recent call last): File "", line 1, in ImportError: no module named 'esp' >>> import esp32 Traceback (most recent call last): File...
Following logs are displayed I (1493) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE I (1993) MQTT_CLIENT: Sending MQTT CONNECT message, type:...
Hi Dominik, I have read about your blog on medium and interested in developing applications based on peer to peer network. Is it possible to create a local network based...