Search found 3 matches

by achuthan1
Wed Jan 27, 2021 12:48 pm
Forum: Hardware
Topic: Need to attach an I2C device to ESP EYE
Replies: 2
Views: 3186

Need to attach an I2C device to ESP EYE

We need two 2 pins for connecting I2C slave device to a ESP-EYE development board. Are there pins available that we can access with some SMD soldering work?
Please help. Any information positive or negative will help.

Thanks.
by achuthan1
Fri Nov 20, 2020 5:27 am
Forum: ESP-IDF
Topic: devkitM does not run ethernet/enc28j60 example
Replies: 2
Views: 3336

Re: devkitM does not run ethernet/enc28j60 example

Verified the wirings and the build config, no luck.
If you or members of this forum can recommend the module or breakout board that is commonly used to add ethernet support that would suffice too. Any purchase links to actual ethernet PHY boards is very much appreciated.
Thanks all.
by achuthan1
Sun Nov 15, 2020 10:48 am
Forum: ESP-IDF
Topic: devkitM does not run ethernet/enc28j60 example
Replies: 2
Views: 3336

devkitM does not run ethernet/enc28j60 example

Have a DevkitM esp32-s2-mini-1U with a ENC28J60 module connected using the GPIO pin configuration with short ~5cm jumper wires: CS0 15 SCLK 14 MISO 12 MOSI 13 Interrupt 4 3.3V from devkitM to the ethernet module idf.py menuconfig uses the above configuration, with SPICLK speed set to 5 MHZ. I get th...