Search found 8 matches

by jcolo
Thu May 06, 2021 3:20 pm
Forum: General Discussion and Questions
Topic: asyncio tcp_echo_client example from python.org not working
Replies: 3
Views: 2060

Re: asyncio tcp_echo_client example from python.org not working [solved]I have discussed this with the

I have discussed this the python maintainers. I was wrong on using the example verbatim. They agree the language induces to confusion. They have agreed to make a pull request to update the documentation. The example should be like this Where client and server run on different processes. import async...
by jcolo
Thu Apr 15, 2021 4:42 pm
Forum: General Discussion and Questions
Topic: status of IP connectivity GSM/mobile modems (i.e. sim800L)
Replies: 1
Views: 1598

status of IP connectivity GSM/mobile modems (i.e. sim800L)

Hi, I have been checking out the forums and the web at large. It is not yet clear to me what is the state of the IP stack for connecting devices to a public wireless network, generally via the serial ports. I understand from the downloads page that PPP is part of the v1.14 firmware. I cannot find an...
by jcolo
Thu Apr 15, 2021 4:19 pm
Forum: ESP32 boards
Topic: how to use esp32.NVS?
Replies: 4
Views: 2814

Re: how to use esp32.NVS?

I guess it will be on 1.15 soon to be released.

Thanks for clarifying.
by jcolo
Wed Apr 14, 2021 3:07 pm
Forum: ESP32 boards
Topic: how to use esp32.NVS?
Replies: 4
Views: 2814

Re: how to use esp32.NVS?

in my system...."module object has no attribute 'NVS'"

with 1.14
import esp32

nvs = esp32.NVS("label")

simply fails.


Which system/version are you using ??
by jcolo
Wed Apr 07, 2021 8:17 am
Forum: General Discussion and Questions
Topic: asyncio tcp_echo_client example from python.org not working
Replies: 3
Views: 2060

Re: asyncio tcp_echo_client example from python.org not working

it is controller's IP.

It failed with localhost so I tried the assigned by dhcp own address.

Failed as well in linux/python 3.8.5. It just hangs indefinitely. At least with micropython it rises an exception

Thanks

JC

BTW: I am using an esp32 dev kit C.
by jcolo
Tue Apr 06, 2021 4:42 pm
Forum: ESP32 boards
Topic: how to use esp32.NVS?
Replies: 4
Views: 2814

how to use esp32.NVS?

Hi, I have a standard v1.14 mycropython installation on a spressif dev kit C. reading the documentation I do not see any specific prerequisites to use this functionality, however dir (esp32) is not listing NVS. I can't see a way to access this functionality. Can somebody point me to the right direct...
by jcolo
Tue Apr 06, 2021 2:33 pm
Forum: General Discussion and Questions
Topic: asyncio tcp_echo_client example from python.org not working
Replies: 3
Views: 2060

asyncio tcp_echo_client example from python.org not working

Hi, I am trying to run the example listed here https://docs.python.org/3/library/asyncio-stream.html#asyncio-streams which seems to me it should run in micropython import network import machine import utime as time import uasyncio as asyncio async def tcp_echo_client(message): #reader, writer = awai...
by jcolo
Tue Dec 15, 2020 12:04 pm
Forum: ESP32 boards
Topic: wifi problems between versions of chip [SOLVED not WIFI related disregard]
Replies: 0
Views: 1569

wifi problems between versions of chip [SOLVED not WIFI related disregard]

********************************************************************************************************** A try / except block was obscuring the real issue that was a pin connected to the wrong pin * Not wifi related, I was confused. * Please ignore * ***********************************************...