Search found 26 matches

by AmirJ
Mon May 09, 2022 10:28 am
Forum: ESP32 boards
Topic: How to work OTG in ES32-S2 with MicroPython?
Replies: 5
Views: 1748

Re: How to work OTG in ES32-S2 with MicroPython?

HI


Thank you for your attention and patience

yes, I want to install a USB on ESP32 using OTG and read and write the file from it.
by AmirJ
Sat May 07, 2022 1:57 pm
Forum: ESP32 boards
Topic: How to work OTG in ES32-S2 with MicroPython?
Replies: 5
Views: 1748

Re: How to work OTG in ES32-S2 with MicroPython?

HI
I mean usb mass storage device.
by AmirJ
Fri May 06, 2022 11:49 am
Forum: ESP32 boards
Topic: How to work OTG in ES32-S2 with MicroPython?
Replies: 5
Views: 1748

How to work OTG in ES32-S2 with MicroPython?

Hi

I want read and write file in usb flash memory by esp32-S2 with micropython.
I want to install a USB on ESP32 using OTG and read and write the file from it.
Has anyone done this?
Please help me in this case.
by AmirJ
Sun May 24, 2020 3:55 pm
Forum: ESP32 boards
Topic: ch376 in SPI mode
Replies: 0
Views: 2101

ch376 in SPI mode

Hi
CH376 is a file management control chip for reading and writing files in a USB flash drive or SD card. CH376 supports USB device mode and USB host mode, ...
Have you worked with ch376?
how to use ch376 in spi mode?
by AmirJ
Fri Jan 10, 2020 5:23 am
Forum: Programs, Libraries and Tools
Topic: ST7789 IPS 240x240 SPI display
Replies: 9
Views: 16519

Re: ST7789 IPS 240x240 SPI display

I am new to esp32 programming too. if you found "the wiring diagram to esp32 and the code the to test the display"
Please give me.
by AmirJ
Mon Dec 30, 2019 5:05 pm
Forum: ESP32 boards
Topic: How to Download a shared file from Dropbox?
Replies: 3
Views: 2365

Re: How to Download a shared file from Dropbox in esp32 and micropython?

Thanks

Please give an example in esp32 and micropython if possible.
by AmirJ
Mon Dec 30, 2019 9:15 am
Forum: ESP32 boards
Topic: How to Download a shared file from Dropbox?
Replies: 3
Views: 2365

How to Download a shared file from Dropbox?

How to Download a shared file from Dropbox or Google Drive?
I try whit Dropbox api, But i can not :(
by AmirJ
Mon Dec 30, 2019 9:04 am
Forum: ESP32 boards
Topic: How to Save SSID and PASS into ESP32 Flash safely?
Replies: 3
Views: 2204

How to Save SSID and PASS into ESP32 Flash safely?

hello dears
How to Save Default SSID and PASS into ESP32 for auto connect after reboot?
I do not want save in to file, because it is not safe.
by AmirJ
Fri Sep 20, 2019 5:29 am
Forum: ESP32 boards
Topic: How to made fast FTP server with SD-Card?
Replies: 3
Views: 3511

Re: How to made fast FTP server with SD-Card?

Thank you

it is don use SD-Card.

Please send me This Forum Link
by AmirJ
Fri Sep 20, 2019 5:23 am
Forum: ESP32 boards
Topic: how to get file from internet and save to SPIFFS file system?
Replies: 6
Views: 4033

Re: how to get file from internet and save to SPIFFS file system?

thank you
I was wrong.
I mean is the micropython file system.

how to use urequests?
please a example.