Search found 3 matches

by Tom_123
Wed Jun 24, 2020 9:49 am
Forum: ESP8266 boards
Topic: WLANWiPy for esp8266
Replies: 1
Views: 1305

WLANWiPy for esp8266

Hello, 1. i notice that for the wipy there is a specific module: WLANWiPy : https://micropython.org/resources/docs/en/latest/library/network.WLANWiPy.html#network.WLANWiPy this module enable special methods on the wifi processor, does the esp8266 firmware have also similar module ? 2. i looked at th...
by Tom_123
Mon May 20, 2019 5:56 pm
Forum: ESP32 boards
Topic: esp32 with built-in camera and sd card
Replies: 5
Views: 9893

esp32 with built-in camera and sd card

Hello, there is new ESP32 board with built-in camera and sd card : https://www.banggood.com/Geekcreit-ESP32-CAM-WiFi-bluetooth-Camera-Module-Development-Board-ESP32-With-Camera-Module-OV2640-p-1394679.html?rmmds=search&cur_warehouse=CN https://www.youtube.com/watch?v=q7Z_XnBYFhY does micropython hav...
by Tom_123
Tue Oct 30, 2018 3:57 pm
Forum: ESP8266 boards
Topic: How to send file by the serial com line ?
Replies: 1
Views: 2137

How to send file by the serial com line ?

hello, i am trying use ZOC for sending file to esp8266, the link to ZOC: https://www.emtec.com/zoc/ i was able to connect and to monitor the esp8266 by ZOC, but when i try to send file i get error in the terminal, does micropython have Zmodem option ? do i have to add some configuration in micropyth...