Search found 34 matches

by santanapablo1975
Fri May 12, 2017 5:20 pm
Forum: Hardware
Topic: ESP32-WROVER Footprint,
Replies: 4
Views: 10770

Re: ESP32-WROVER Footprint,

Hi All,

Somebody hier would have the sch for the new 2 column WROVER module?

I would like to see the circuit dor the external SPI FLASH and the external PSARAM.

Regards

Juan
by santanapablo1975
Fri May 12, 2017 5:13 pm
Forum: Hardware
Topic: Schematics of Espressif ESP32 dev boards & modules
Replies: 18
Views: 127193

Re: Schematics of Espressif ESP32 dev boards & modules

Hi Angus,

I would like to ask for the WROVER module schematic... I would like to see the connections for the SPI FLASH and external PSRAM, would you mnd to post it? the new one with 2 columms distribution!

Regards

Thanks

Juan
by santanapablo1975
Tue May 09, 2017 5:51 pm
Forum: ESP-IDF
Topic: sensor uint8 temperature_sensor_read()
Replies: 11
Views: 24868

Re: sensor uint8 temperature_sensor_read()

Hi Rudi,

Do you know which ADC is used for the internal temperature sensor? I am asking because for example the hall sensor uses the ADC_1 ch 0 and 3.

Regards

Juan
by santanapablo1975
Fri May 05, 2017 1:11 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 307764

Re: About the CAN controller.

Hi Thomas and Rudi!

Thanks for the sources around CAN, I made a test with success, 2 ESP32 tx and rx the test frame!

Regards

Bis dann denn!

MfG

Juan
by santanapablo1975
Tue May 02, 2017 1:11 pm
Forum: Sample Code
Topic: [Info] Connecting to an access point with a fixed IP address ...
Replies: 6
Views: 18179

Re: [Info] Connecting to an access point with a fixed IP address ...

Mr Kolban,

For the Ethernet test I used this board

http://www.waveshare.com/dp83848-ethernet-board.htm

And took the example from the ESP32 IDF with small change in the PHYADR1and create the pinout for pin CRS

Please let me know how your test was doing!

Regards!!!

Juan
by santanapablo1975
Fri Apr 28, 2017 1:51 pm
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 45685

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

Hi Rudi, I made the first test with success, it was with the cross-cable, static IP in the ESP32 and PC, and a small change in the file tcpip_adapter_lwip.c in functions: tcpip_adapter_set_ip_info and tcpip_adapter_dhcps_stop Becasue the dhcp stop does not support yet the ethernet if... and it is ne...
by santanapablo1975
Thu Apr 27, 2017 3:22 pm
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 45685

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

Rudi.

Thank you very much for your tips, I am going to read more about!

Schoenes feier abend ;)

MfG

Juan
by santanapablo1975
Thu Apr 27, 2017 3:18 pm
Forum: Sample Code
Topic: [Info] Connecting to an access point with a fixed IP address ...
Replies: 6
Views: 18179

Re: [Info] Connecting to an access point with a fixed IP address ...

Hello Mr Kolban Thanks for your post, I already changed the IP for the wifi interface, now I would like to do it for the ethernet interface... Do you think woul be possible? my impression is that stop_dhcp is not working yet for ethernet... My goal is to connect my pc to the esp32 via ethernet inter...
by santanapablo1975
Thu Apr 27, 2017 2:34 pm
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 45685

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

Hi Rudi, Hi All, I already tested the ESP32 with a LAN Board from waveshare, the DP8348, and it works very good! Now I would like to connect the ESP32 direct to my PC via the Ethernet interface, but I am not sure if it is possible at the moment. I am asking becasue what I see now is all related to W...
by santanapablo1975
Thu Apr 27, 2017 2:33 pm
Forum: ESP-IDF
Topic: Enabling WiFi & Ethernet together
Replies: 23
Views: 42271

Re: Enabling WiFi & Ethernet together

Hi All, I already tested the ESP32 with a LAN Board from waveshare, the DP8348, and it works very good! Now I would like to connect the ESP32 direct to my PC via the Ethernet interface, but I am not sure if it is possible at the moment. I am asking becasue what I see now is all related to Wifi, exam...