Dissolved Oxygen and Temperature using Arduino: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 March 2024

28 February 2024

27 February 2024

26 February 2024

  • curprev 12:1612:16, 26 February 2024EdmondLascaris talk contribs 5,568 bytes +5,568 Created page with "= Arduino Code = * Monitoring temperature and Dissolved Oxygen * Atlas sensor for Dissolved Oxygen * Onewire temperature sensor <syntaxhighlight lang="c++"> #include <SoftwareSerial.h> #include <OneWire.h> #include <DallasTemperature.h> #define rx 10 //define what pin rx is going to be #define tx 11 //define what pin tx is going to be #define ONE_WIRE_BUS 4..."