Search found 4 matches

by wahed-bd
Sun Aug 20, 2017 3:22 pm
Forum: ESP32 Arduino
Topic: SoftwareSerial on ESP32
Replies: 6
Views: 48894

Re: SoftwareSerial on ESP32

Thank you for the suggestions. Yes, found a third party library called EspSoftwareSerial and it works fine. And thanks for the alternative solution.
by wahed-bd
Sat Aug 19, 2017 11:29 pm
Forum: ESP32 Arduino
Topic: How to make a functional wifi access point with wifi connection.
Replies: 6
Views: 34983

Re: How to make a functional wifi access point with wifi connection.

here you go.. just tested and it works fine.. It first sets the wifi mode to both access point and station. then starts the access point and then connects to a network.. However, If I use a configuration like accesspoint name and secret it doesn't work when set the mode as WIFI_AP_STA 'needs some wo...
by wahed-bd
Sat Aug 19, 2017 10:42 pm
Forum: ESP32 Arduino
Topic: How to make a functional wifi access point with wifi connection.
Replies: 6
Views: 34983

Re: How to make a functional wifi access point with wifi connection.

Search with ESP32 MODE APSTA (Access Point and Station). or follow this link:
https://esp32.com/viewtopic.php?f=13&t=538
by wahed-bd
Sat Aug 19, 2017 9:56 pm
Forum: ESP32 Arduino
Topic: SoftwareSerial on ESP32
Replies: 6
Views: 48894

SoftwareSerial on ESP32

Hi, Greetings! I have been using the ESP 32 by Ai Thinker. To my opinion its a great little alternative of my Arduinos... I was trying to port some of my existing Arduino projects to this ESP 32. However, in some cases I need more than two and sometimes three Serial Coms. to interface with the GPS, ...