Close

84 Results for "soil+sensor"

  • MQTT Library

  • NodeMCU comes fully equipped with an MQTT library, assuming you followed the build instructions in Part 1 of this series. However, this example also uses the DHT and DS18B20 libraries, so go back to the NodeMCU custom firmware build website and build...
  • Full Assembly Instructions

  • Circuit: Secure two 12 inch wires to ends of green LED with electrical tapeAssemble circuit as detailed in Appendix B. Mechanical Assembly Cut a 4 inch radius half circle out of cardstock.Print out the insults, as shown in Fig. 1, and glue to the front...
  • Components

  • Dynamixel AX-12A: The biggest problem on controlling hexapod is controlling its leg, and that is what makes choosing motors the hardest job for component part.  What I'm planning to do in the future for controlling this hexapod is using dynamic...
  • HTML, CSS and JS using SPIFFS

  • In this project, we will host a server on the ESP32 dev board, which will display Temperature, Humidity, Altitude, and Pressure from the BME280 sensor module. It is the same as LIVE Display of Data on ESP32but this time the file for Web Page can be easily...
  • Build instructions:

  • This project provides full instructions, and time required is 7 days approx. Build instructions are described in logs: Step 1. Getting StartedStep 2. Communication Between Two MKR WAN 1300Step 3. LoRaWAN System Range TestingStep 4. Assembling the TransmitterStep...
  • LIVE Display of Data from ESP32

  • In this project, we will host a server on the ESP32 dev board, which will display Temperature, Humidity, Altitude, and Pressure from the BME280 sensor module (You can use any other sensor to get environment data / Or use a randomized value to view data...
  • Outdoor Hot tub monitoring

  • Here's what I did, i'll try to remember everything. -install raspbian on your sdcard, get the full release not the small oneplug your raspberry pi zero with some power and your wifi usb dongle. configure your pi so you can access it through your laptop...
  • Coding

  • A full current listing of the Octosonar class and methods is in the readme file at https://github.com/arielnh56/OctoSonar An important consideration is to make sure that you are coding your arduino as a "finite state machine". The class relies on your...
  • Animatronic AVP Predator cannon

  • Cannon code- #include "Servo.h" // include the servo library Servo armServo; // servo to raise the arm Servo cannonServo; // servo to recoil cannon // these constants won't change: const int triggerSensor = 1; // the sensor is connected to analog pin...