ricaun / DuinoCoinI2C

This project design to mine Duino-Coin using an Esp8266 as a master and Arduino as a slave.
MIT License
168 stars 72 forks source link

Problem : ESP32 as host #60

Open Daviedz opened 2 years ago

Daviedz commented 2 years ago

Hi, tried using ESP32 as host for my i2c but cannot make it work.

15:11:32.890 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 15:11:32.890 -> configsip: 0, SPIWP:0xee 15:11:32.890 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 15:11:32.890 -> mode:DIO, clock div:1 15:11:32.890 -> load:0x3fff0030,len:1240 15:11:32.890 -> load:0x40078000,len:13012 15:11:32.890 -> load:0x40080400,len:3648 15:11:32.890 -> entry 0x400805f8 15:11:33.221 -> 15:11:33.221 -> Duino-Coin AVR I2C v2.7.3 15:11:33.268 -> Address: 1 15:11:33.268 -> Address: 2 15:11:33.268 -> Address: 3 15:11:33.268 -> Address: 4 15:11:33.268 -> Connecting to: AP_WiFi6 15:11:33.883 -> ....E (4692) wifi:Association refused temporarily, comeback time 1024 mSec 15:11:35.864 -> ..E (5723) wifi:Set status to INIT 15:11:36.857 -> . 15:11:36.857 -> Connected to WiFi! 15:11:36.857 -> Local IP address: 192.168.10.87 15:11:37.422 -> [ ]Update beyond-pool-1 50.112.145.154 6000 15:11:39.626 -> [0]Connecting to Duino-Coin server... 50.112.145.154 6000 15:11:39.908 -> [1]Connecting to Duino-Coin server... 50.112.145.154 6000 15:11:40.189 -> [2]Connecting to Duino-Coin server... 50.112.145.154 6000 15:11:40.427 -> [3]Connecting to Duino-Coin server... 50.112.145.154 6000

will always stop ang hang after trying to connect to server.

With my ESP8266 as host my i2c setup is working fine.. Please help

sp4m4r commented 2 years ago

Same problem here ... I expected the problem to be related to the server problems over the last day but now all servers are online and problem still occurs ...

22:01:31.159 -> Duino-Coin AVR I2C v2.7.3 22:01:31.159 -> Address: 1 22:01:31.206 -> Connecting to: 22:01:31.815 -> ...... 22:01:34.314 -> Connected to WiFi! 22:01:34.314 -> Local IP address: 192.168.1.114 22:01:34.543 -> [ ]Update null-pool-1 5.230.70.190 6000 22:01:36.748 -> [0]Connecting to Duino-Coin server... 5.230.70.190 6000 22:01:36.748 -> [ ]FreeRam: 180119 I2C [ 0. ] 22:03:16.809 -> [0]2.7 22:03:16.809 -> [0]MOTD Request: 22:03:16.809 -> [ ]FreeRam: 177423 I2C [ 0 ] 22:03:18.832 -> [0]Connecting to Duino-Coin server... 5.230.70.190 6000 22:03:18.878 -> [ ]FreeRam: 180387 I2C [ 0. ] 22:04:58.880 -> [0]2.7 22:04:58.880 -> [0]Job Request: *** 22:04:58.880 -> [ ]FreeRam: 177583 I2C [ 0 ] 22:05:00.927 -> [0]Connecting to Duino-Coin server... 5.230.70.190 6000 22:05:00.974 -> [ ]FreeRam: 180335 I2C [ 0. ]

... and so on ... kind regards!