← index #5369Issue #3518
Off-topic · high · value 2.049
QUERY · ISSUE

esp32: PPP tunel for WiFi

openby emardopened 2019-11-29updated 2019-12-06
port-esp32

HI

say ESP32 connects as client to home WiFi access point.

can ESP32 provide PPP internet access for linux over RX/TX serial?
(or over something similar like SPI channel)

Is there some example for this on micropython, please help

CANDIDATE · ISSUE

How to connect to an ESP32 from a mobile application?

closedby ShrikantKumbharopened 2017-12-26updated 2019-06-24
port-esp32

I want to communicate ESP32 with my mobile app. I done micopython coding as follows :

import network
ap = network.WLAN(network.AP_IF)
ap.active(True)
ap.config(essid='ESP32')
ap.config(authmode=3, password='123456789')

In this code Access point is created and it is visible in my android mobile.
But when i connect my mobile to access point it is showing “saved” message instead of “connected” even though i have entered correct password.
I followed same procedure using arduino code then i am able to connect my mobile with access point created by esp32. Any help is highly appreciable .

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied