FattoreSaimon

Results 50 comments of FattoreSaimon

Hi, I have the same problem, before it was working nice. but probably because of some update(but i am not sure) the same problem you had comes out to me....

Hello @lukasi Finally i solved my issue! In my case was the PHP configuration wrong: the parameter **sys_temp_dir** in the file **php.ini** was pointing to a folder that didn't exist....

Hi, What you mean "missing"? The I2C bus is not a plug & play bus, also if you disconnect and reconnect the board you need to re-configure the register. Thank...

Well in that case you can make the program that when it start check if the encoders are connected or no, and maybe save in some EEPROM if the configuration...

Hello, If the interrupt get stuck low it means you didn't read the encoder status register. Here the code inside the I2C encoder: ``` case REG_ESTATUS: return_value = ESTATUS; ESTATUS...

Hello, I just did some tests. I have found that the board requires at least 400uS for RESET. Try to put a 400uS after issuing the RESET command. Sorry i...

You can try, but i'm not sure that is the way. Remember that the I2C Encoder V2 is based on a MCU and not on FPGA or CPLD. So it's...

Clock stretch is not enabled, check the other issue https://github.com/Fattoresaimon/I2CEncoderV2/issues/3

The RESET command is a full reset of the MCU. So after that the MCU will restart from the beginning: initialize the peripherals, the variables, ecc..

Thank you for finding the issue! I will work on it