Hi guys,
I have an issue to solve. I bought Atlas Scientific EZO circuit for PH (1 arrived and 1 will be delivered soon), ORP (arrived) and conductivity (arrived). I connected them on slots 0, 2, 3 of the Ferduino Mega.
If I uncomment STAMPS_EZO, USE_STAMP_FOR_TANK_PH, USE_STAMP_FOR_CALCIUM_REACTOR, USE_STAMP_FOR_ORP, USE_STAMP_FOR_DENSITY without having any circuit connected there is no problem. Ferduino works.
With the same code, having the circuits connected as explained here the system doesn't work. On the TFT appears sometimes something not well defined for some second. Relays don't give signals of working.
With the circuit connected as said the only configuration that works (I mean that goes to the home screen, not even tested with probes) is with:
STAMPS_EZO --> active
USE_STAMP_FOR_TANK_PH --> not active (circuit connected)
USE_STAMP_FOR_CALCIUM_REACTOR --> active (circuit not connected)
USE_STAMP_FOR_ORP (circuit connected) --> active
SE_STAMP_FOR_DENSITY --> not active (circuit connected)
I also used the test code and everything seems ok. the connection result open for every channel but i think I have not well understood how does it works.
I really don't know what to do. Can you help? this with the stamps is the last huge step for me. Then I'll stop boring you!