Close

84 Results for "soil+sensor"

  • Parts Details

  • Raspberry Pi B+: The Raspberry Pi 3 Model B+ is the final revision in the Raspberry Pi 3 range. Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz1GB LPDDR2 SDRAM2.4GHz and 5GHz IEEE 802.11.b/g/n/ac wireless LAN, Bluetooth 4.2, BLEGigabit Ethernet...
  • Build the firmware

  • Open the Arduino IDE and create a new sketch with name RoHA_Firmware.ino. Create a header file with name secrets.h in the same folder and one subfolder named data. secrets.h header file stores device certificate and keys and...
  • Building the AUV - Internal

  • The internals of the AUV performed the heavy work of actually taking water quality measurements and controlling the submersible's buoyancy. Evidently, it also required a sophisticated mechanical design to fit the necessary components into the confined...
  • GPIO & timer interrupts, sleep

  • For anything battery powered you don't want the CPU be looping your code full speed while just waiting for some action. For this there are interrupts, for example timer and GPIO state change ones. GPIO state change #define GPIO_INTERRUPT D5 //Anything...
  • Overview

  • We will make a couple of projects under this one category, i.e. Web Servers - 1. 'Hello World' on WebPage (hosted from ESP32) 2. Display LIVE Data from BME280 (environment sensor) connected with ESP32 3. Make ESP32 as Access Point (HotSpot) and view...
  • Software

  • To be honest you really don't need a microcontroller for this project and you could easily use a couple of 555 Timers or 556 Timers to generate the PWM. It might actually work better because the PWM can then be at a higher frequency giving a smoother...
  • I2C Sensors and debugging

  • I wanted to use a BMP280 I had in my parts bin for altitude measurements. I have used it in the past for a simple weather station and it works great! Turns out, it is even the go to sensor for Stratux, so I went ahead and plugged it in, activated it...
  • Hummingbird

  • Step 3: Connect to VivaPlanetThis next step is a bit more complex and requires some C# and visual studio with the Gagetter software from GHI Installed. This will take some time...persist it will be worth it in the end...There are a lot of great tutorials...
  • What is PID? Learn and Implement

  • To make sure the shortest distance also move faster in long straight paths, we require a moto speed control system. Along with that we need a PID control system to find the fastest safe seed way to cover the distance in short time. The focus is to have...
  • The code

  • I will try to comment the code used for the sensor-box, this is the latest version consider that there's 6 version. The weirdest problem i've encountered is the heap fragmentation, as a self learning guy, I've wildly used Strings (especially in a past...