Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.
Is it possible to share a basic mqtt example for use on ESP32. I have tried all the examples and all of them give me the below in serial output:
14:01:58.877 -> [ETM] Start connectEthernet using DHCP
14:01:59.435 -> [ETG] W5100::init: no chip :-(
14:01:59.435 -> [ETM] DHCPFailed
I have tried changing cs pin etc etc. Im using the esp32 dev module and would like to use EthernetENC library. Just cant get it to work.
Btw im using the ENC28J60 ethernet module. It is working perfect when using standard EthernetENC library with pubsub client, including getting a dhcp assigned address.
Hi
Is it possible to share a basic mqtt example for use on ESP32. I have tried all the examples and all of them give me the below in serial output:
14:01:58.877 -> [ETM] Start connectEthernet using DHCP 14:01:59.435 -> [ETG] W5100::init: no chip :-( 14:01:59.435 -> [ETM] DHCPFailed
I have tried changing cs pin etc etc. Im using the esp32 dev module and would like to use EthernetENC library. Just cant get it to work.
Btw im using the ENC28J60 ethernet module. It is working perfect when using standard EthernetENC library with pubsub client, including getting a dhcp assigned address.