Search found 22 matches

by vinz-uts
Wed May 11, 2022 11:13 am
Forum: ESP32 boards
Topic: ESP32 + Wiznet 5500 or Ethernet module
Replies: 6
Views: 4073

Re: ESP32 + Wiznet 5500 or Ethernet module

Hi, I've already share it in another post:
viewtopic.php?f=2&t=5851&p=67272#p67272
You have to copy files (without the folder) on your micro and run `esp32_eth_wiznet5500_ntp.py` script to test the NTP server with the WIZNET5500.
Let's my know if it works!
by vinz-uts
Wed May 11, 2022 11:10 am
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66854

Re: How to include driver into micropython compilation

Hi, this is the folder which contains the drivers files and the script test. You have to copy only the content of the folder (files, not the folder) in your micro and run the `esp32_eth_wiznet5500_ntp.py` file to try it. I've just tested it now and seems all works, I've also changed the NTP server w...
by vinz-uts
Fri Feb 04, 2022 1:53 pm
Forum: ESP32 boards
Topic: Microdot - send file to download
Replies: 1
Views: 3285

Microdot - send file to download

Hi, I'm trying to use `microdot` library to build a little web app on a ESP32. I'm newer in HTML coding, I would send a text file stored in the micro to the browser used by the user for download it. If I use the `send_file` function, the browser receive the file and automatically display it. I would...
by vinz-uts
Tue Nov 16, 2021 9:24 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66854

Re: How to include driver into micropython compilation

For the `AssertionError: Expected 0x08.`, it seems is that the problem is in writing register on the chip. Are you sure your connected pin configuration is right. I had the same error when I had choose too high frequency for SPI. `htonl` and `htons` are function defined in `wiznet5k_socket`, so, if ...
by vinz-uts
Mon Nov 15, 2021 3:31 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66854

Re: How to include driver into micropython compilation

I think it will works with every board with the WIZNET5500 module connected via a machine.SPI. You can try if it works...
by vinz-uts
Mon Nov 15, 2021 1:32 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66854

Re: How to include driver into micropython compilation

Hi, this is the files that you have to upload on the board. In the .zip archive there is also an example script that use ETH connection to require the current data from a NTP server. Best Regards.
by vinz-uts
Fri Nov 12, 2021 9:53 pm
Forum: ESP32 boards
Topic: ESP 32 - is it possible to use W5500 ?
Replies: 8
Views: 11083

Re: ESP 32 - is it possible to use W5500 ?

Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver (developed for circuitpython) for this chip. Now it seems works, but maybe it need more test. I c...
by vinz-uts
Fri Nov 12, 2021 9:25 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66854

Re: How to include driver into micropython compilation

Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver (developed for circuitpython) for this chip. Now it seems works, but maybe it need more test. I c...
by vinz-uts
Fri Nov 12, 2021 9:12 pm
Forum: ESP32 boards
Topic: ESP32 + Wiznet 5500 or Ethernet module
Replies: 6
Views: 4073

Re: ESP32 + Wiznet 5500 or Ethernet module

Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver for this chip. Now it seems works.
by vinz-uts
Tue Oct 05, 2021 8:17 am
Forum: ESP8266 boards
Topic: FTP Server
Replies: 27
Views: 33294

Re: FTP Server

Hi, first of all thanks for this useful repository, I test it on ESP32 and all works like is described. Has someone try to run the ftp server on a pyboard or on a stm32-based board? I'm trying from several days (I've modified something) but without success. Thanks for your support!