All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sensors in Schools. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:16, 26 February 2024 EdmondLascaris talk contribs created page Dissolved Oxygen and Temperature using Arduino (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...")