Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

AQM3 Initial Setup
#4

Hi,

Thanks for the closeup pictures

Regarding the PMS7003, the SET pin is there, you should use the cable interface, not the pin headers.
The SET pin is the one that turns the PMS7003 fan ON and OFF. If the fan doesn't turn ON there are no readings.

Regarding the SCD30 the connections seem correct.

Being an initial setup I suggest starting just with the PMS7003, there is no need to disconnect the CO2 sensor, you may just disable it

Code:
// --------------------------------------------------------------------------------------
//   Define type of CO2 sensor
// --------------------------------------------------------------------------------------
#define CO2_SENSORTYPE  0    // 0= Not instaled, 1= Sensirion SDC30, 2= MH-Z19


on the Config_options.h file, compile the code and upload. Then when you have readings from the PMS7003, enable the CO2 sensor again,


Code:
// --------------------------------------------------------------------------------------
//   Define type of CO2 sensor
// --------------------------------------------------------------------------------------
#define CO2_SENSORTYPE  1    // 0= Not instaled, 1= Sensirion SDC30, 2= MH-Z19


compile and upload the code.

Keep me informed on the progress, and we will get there. Smile

Rgs
Werk_AG

Reply


Messages In This Thread
AQM3 Initial Setup - by Wx_man23 - 14-05-2024, 01:06
RE: AQM3 Initial Setup - by werk_ag - 15-05-2024, 23:30
RE: AQM3 Initial Setup - by Wx_man23 - 16-05-2024, 21:43
RE: AQM3 Initial Setup - by werk_ag - 17-05-2024, 18:19
RE: AQM3 Initial Setup - by Wx_man23 - 17-05-2024, 22:55
RE: AQM3 Initial Setup - by werk_ag - 29-05-2024, 01:41
RE: AQM3 Initial Setup - by hornychz - 22-05-2024, 23:18



Users browsing this thread: 1 Guest(s)