Search found 2 matches

by ke528
Fri Feb 14, 2020 1:48 pm
Forum: ESP32 boards
Topic: socket ssl
Replies: 1
Views: 1505

socket ssl

import ussl import socket import network import time import io import zs wifi=network.WLAN(network.STA_IF) wifi.active(True) wifi.connect("Kejiank528-TP-2.4G","kejiank5282.4") while True: if wifi.isconnected(): break time.sleep(0.2) print("WiFi已连接") #https=io.BytesIO() https=socket.socket(socket.AF_...
by ke528
Thu May 09, 2019 3:16 am
Forum: ESP32 boards
Topic: ESP32 bluetooth basic support
Replies: 2
Views: 14475

Re: ESP32 bluetooth basic support

你好
我按照这个例子 实验
不起作用
第一项错误 是没有 receive
能写一份 docs么
在线等你的回复

Hello
Let me follow this example.
No effect
The first mistake is that there is no receive.
Can you write a docs?
Waiting for your reply Online