DIY CO2 Incubator: Sensors

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • How to build a CO2 Incubator with an arduino.
    www.pellinglab...
    sandboxelectro...
    github.com/San...
    github.com/ada...
    github.com/qos...

Komentáře • 18

  • @thefamiliarfavorite2290
    @thefamiliarfavorite2290 Před 3 lety +1

    Great video, when will part 2 be out?

    • @qosmoschem
      @qosmoschem  Před 3 lety +1

      Unfortunately I'm pretty busy with work at the moment so it might take a while. I also ran into some issues with the regulator that I got for part 2, so I still need figure that out as well.

    • @ekta7371
      @ekta7371 Před 2 lety

      @@qosmoschem How to contact you man?? Unable to reach out regarding exact circuit and code

  • @marijnderijk1843
    @marijnderijk1843 Před 2 lety

    Hi man, thanks for the video. I am making a portable co2 incubator and also quickly found out that the sensor you ordered and the pellinglab sensor are the only two viable options for a co2 sensor. I was wondering if you think that the pellinglab sensor would be worth the extra money, especially considering that power consumption is a major factor.
    Thanks and I hope to see part 2 soon :))

    • @qosmoschem
      @qosmoschem  Před 2 lety

      I'm not sure about the power consumption of the Sandbox Electronics sensor, but the ExploreIR sensor specifically states it's suited for battery powered setups. Since the ExploreIR isn't that much more expensive I'd probably choose it for your application.

  • @mardulles5420
    @mardulles5420 Před 2 lety

    Good..👍

    • @ekta7371
      @ekta7371 Před 2 lety

      How to contact you man?? Unable to reach out regarding exact circuit and code

  • @rabiahussain4953
    @rabiahussain4953 Před 2 lety

    Hello Qosmos, I have ordered CO2 from Ali express and I have not found the I2C/Uart module there, now I am wondering how can I use it, I have configured the UART setup by connecting 4 wires of MH-z16 with 4-pins of Arduino (GND = GND, Vcc=Vcc, Tx=Rx, Rx=Tx), and Arduino connect with TTL. But when I tried to upload the code its not working. is there any way to connect MH-z16 with Arduino directly?? please reply to me as soon as possible?

    • @qosmoschem
      @qosmoschem  Před 2 lety

      You probably need to install the libraries for I2C or UART. github.com/SandboxElectronics/NDIR

    • @rabiahussain4953
      @rabiahussain4953 Před 2 lety

      ​@@qosmoschem for Uart I have added ( NDIR_SoftwareSerial.cpp and NDIR_SoftwareSerial.h) in the library folder and I am using the example given under NDIR_SoftwareSerial folder. program compiles fine, but when I start to upload it, it's not uploading. if I separate the MH-z16 from the Arduino program, the program flash in Arduino perfectly but as I connect it with Mh-z16 it fails to upload the sketch. do my wiring is fine. I only connect 4 UART pins to MH-z16 with 4-pins of Arduino?

    • @qosmoschem
      @qosmoschem  Před 2 lety

      Sorry I can't really troubleshoot your error remotely. If you followed the wiring shown in the video it should work. Only 4 pins are required.

    • @rabiahussain4953
      @rabiahussain4953 Před 2 lety

      @@qosmoschem actually what I am trying to say is: in your video you first connect CO2 sensor with I2C/Uart module with a 7-pin header from which you can select the uart or I2C wiring by simply moving the button. but i don't have that I2C/Uart module, I directly connect my CO2 sensor with Arduino by only 4 pins out of 7, the other 3 pins are not used. so is this the problem my program is not uploading?

    • @qosmoschem
      @qosmoschem  Před 2 lety

      Ok I understand now. Yes, you probably need the module then. It may be possible to use the sensor without the module and connect directly to the arduino, but not with the libraries I've linked. You might have to code your own library in that case.