I have the following hardware
- Raspberry pi 3 B+
- 8 Channel relay
- DHT11 temperature and humidity sensor
- PH-4502C DIY MORE analog PH meter
- MCP3008 ATD
- Keyestudio TDS Meter V1.0
So far I got everything working using nodejs, I am building an automated hydroponics system and the last part I received was this analog PH probe and module, I have not gotten to the coding part (of the PH, everything else is already fully working) as I have not been able to get all pins connected, note that the module is for arduino.
I have connected all the pins to the corresponding areas on the pi board and the ATD module, all works fine except that whenever I connect the temperature pin the pi won't boot so I am obviously connecting something wrong.
While searching on the internet I could not find other people that have done it as it seems that everyone has issues with that pin, I am attaching an image I created of the current setup.
My question is, has anyone been able to get this module working when using that pin? if so can you provide me with details of how it was connected?
Pins description:
- V+ : Power 5v
- G : Power ground
- G : Signal ground
- Po : pH output (analog)
- Do : Level signal output (digital)
- To : Temperature output (analog? maybe not and that could be the reason is not booting up)
Unfortunately the module information is in Chinese so it is kind of hard to figure this one out.
The module has two leds, when I connect the temperature output pin both leds are red and the pi won't boot, when I remove the temperature output pin only one led is red and the pi boots.
Edit:
@joan with your mention of the power required for the relay I tested if the issue was insufficient power, I removed everything except for the PH module but the same thing happened. I am also attaching real images of the module when all pins are connected and when the temperature pin is not connected.
(2) https://raspberrypi.stackexchange.com/questions/106728/mcp3008-outputting-just-0
– tlfong01 Jan 16 '20 at 02:37