Search found 8 matches

by Bhuvan
Tue Sep 25, 2018 7:42 pm
Forum: ESP32 boards
Topic: WPS method in Micropython
Replies: 2
Views: 1996

Re: WPS method in Micropython

Its push button method to connect to router.
" WPS stands for Wi-Fi Protected Setup. It is a wireless network security standard that tries to make connections between a router and wireless devices faster and easier. "
by Bhuvan
Mon Sep 24, 2018 6:51 am
Forum: ESP32 boards
Topic: WPS method in Micropython
Replies: 2
Views: 1996

WPS method in Micropython

Hi All,

How to start WPS method in Micropython ?
by Bhuvan
Mon Sep 24, 2018 6:51 am
Forum: ESP32 boards
Topic: ESPNOW / WiFiDirect on micropython
Replies: 0
Views: 1434

ESPNOW / WiFiDirect on micropython

Hi All,

Do we have ESPNOW / WiFiDirect on micropython available for P2P communication ?
by Bhuvan
Mon Sep 24, 2018 6:50 am
Forum: ESP32 boards
Topic: Qr Code Generator
Replies: 1
Views: 2101

Qr Code Generator

Hi All,

Is there any QR code generator module or python script which can be used on esp32 to generate QR code , and display the same on TFT display ?
there is one code available but its in C ?
Please suggest.

Thank You in Advance
by Bhuvan
Tue Sep 04, 2018 8:28 am
Forum: ESP32 boards
Topic: ESP32 support for ST7789V TFT
Replies: 1
Views: 2705

ESP32 support for ST7789V TFT

Hi All, Do micropython have support for ST7789V driver for TFT display ? I gone through GitHub and found a link for TFT support on "loboris/MicroPython_ESP32_psRAM_LoBo" but this repository is different than "micropython/micropython" which i am using. Is there any python script which i can directly ...
by Bhuvan
Tue Sep 04, 2018 6:41 am
Forum: ESP32 boards
Topic: changing GPIO36 pins as INPUT or OUTPUT
Replies: 5
Views: 3246

Re: changing GPIO36 pins as INPUT or OUTPUT

[quote=Roberthh post_id=29814 time=1535987091 user_id=601]
The sentence you cite applies to the ESP8266. The ESP32 GPIO can be used without limitation by MIcroPython. You have to consider however, that some GPIO Pin are Input only, like GPIO34 - GPIO39.

Edit: FIxed
[/quote]
Thank You :)
It helped.
by Bhuvan
Tue Sep 04, 2018 6:40 am
Forum: ESP32 boards
Topic: changing GPIO36 pins as INPUT or OUTPUT
Replies: 5
Views: 3246

Re: changing GPIO36 pins as INPUT or OUTPUT

[quote=loboris post_id=29815 time=1535987926 user_id=923]
GPIO [b]34-39[/b] are input only.
[/quote]
Thank you I got the point now :)
Appreciate your input :)
by Bhuvan
Mon Sep 03, 2018 2:36 pm
Forum: ESP32 boards
Topic: changing GPIO36 pins as INPUT or OUTPUT
Replies: 5
Views: 3246

changing GPIO36 pins as INPUT or OUTPUT

Hi All,

As mentioned in Micro python documentation for esp32 for GPIO "in most cases only pins 0, 2, 4, 5, 12, 13, 14, 15, and 16 can be used."
Can we increase or change this for eg:- I want to use GPIO36 as input or output pins ?

Thank you in advance.