simogaspa84

Results 22 comments of simogaspa84

Hi jandrassy... I didn't understand if with my special pinout your code should work.. Does the library work with all possible pinout setting? Do I have to change something and...

The point is Do I have to change the following code for my hw setup and how ? void Enc28J60Network::initSPI() { if (spiInitialized) return; pinMode(csPin, OUTPUT); CSPASSIVE; SPI.begin(); spiInitialized =...

Mr jandrassy.. you deserve really a coffee for your work.. But I think we must provide a library which is fully configurable because we cannot force the hw wiring. I...

Hi Mr Jandrassy.. I used the code above SPI.begin(HSPI_SCLK, HSPI_MISO, HSPI_MOSI, HSPI_SS); with the correct hw pins for my board and changed in the SPI.cpp file in this way SPIClass...

Ok so lt's pu it in an esay way.. Can you describe the setup in order to test this example https://github.com/arduino-libraries/Ethernet/blob/master/examples/WebServer/WebServer.ino Thanks a lot

Hi @Sejny can you provide an example of the code or a repo thank?

enc28j60 ethernet shield

@Sejny can you provide the lines you changed ? Thanks a lot

Hi @tobozo .. it is http that is using wifi in the example but it is relying on the wificlientsecure class.. The point is to call the relative ethernet class...

Hi @tobozo .. Here some information.. [env:esp32dev] platform = [email protected] board = esp32dev framework = arduino I am using currently this lib https://github.com/maxgerhardt/EthernetENC.git The point is to understand where to...