🍓 Headless Wifi setup on the Raspberry Pi

If you are looking to have a headless Raspberry Pi setup that you can get configured 100% remotely right after you plug it in you will want to make sure it joins the proper Wifi after the first boot if you are not connecting directly to ethernet. To get started once you have an SD …
Read More …

🌡️ Bash Script to get temperature from a DS18B20 sensor

I set up two DS18B20 temperature sensors on my FishPi to monitor each side of the tank. While most scripts I found utilized Python to grab the temperature from the sensors, I of course wanted to do it in bash since while I understand Python I don’t “know” it well enough to write out a …
Read More …

🐟 Feeder.py feeding script

When it comes to feeding the fish in the aquarium using the Raspberry Pi I had to come up with a simple Python script to control the relay connected to the electronic feeder. Below is a simple script to activate the relay so that the feeder can fire off. The GPIO in use is Pin …
Read More …

🌡️ Monitoring temperature in the aquarium

I currently have two temperature sensors set up within the aquarium, one on the left side and the other on the right both hooked to the Raspberry Pi fish feeder. The one located on the left is near the filter, while the other is near the heater. Right now they are not being logged or …
Read More …