Ham Radio
Ham Radio, Electronics, Software and more...

Home » Electronics » Rasberry Pi » 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More (How to set up a raspberry pi for minotoring temps, humidty, and any other environmental information you might want to collect as well as control outputs.)
01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3257] Tue, 23 January 2018 00:29 Go to next message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member

Is this helpful?[ 1 vote ]
1. Yes 1 / 100%
2. NO 0 / 0%
3. Please provide more info 0 / 0%

OK... Here we go: [url]https://www.youtube.com/watch?v=BUOTY3fs_jI&t=25s[/url]

The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:31]

Report message to a moderator

Re: 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3258 is a reply to message #3257] Tue, 23 January 2018 00:40 Go to previous messageGo to next message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member
This is part 2 in the series of How To Set Up A Raspberry Pi For Monitoring and Temperature Controls. In this issue, We go over how to download the image and install the operating system on a raspberry pi so we can set up all the other parts to monitor and/or control anything.

OS Image: Raspian Jesse Image from 01 10 2017: http://downloads.raspberrypi.org/raspbian/images/raspbian-20 17-01-10/

https://www.youtube.com/watch?v=0wnmp0odpms&t=2s


The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:31]

Report message to a moderator

Re: 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3259 is a reply to message #3258] Tue, 23 January 2018 00:41 Go to previous messageGo to next message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member
In this section we configure the basics:

sudo su
raspi-config

Enable expanded files system, Enable SSH, Enable SPI, Enable 1-wire, set timezone, set default password, etc

sudo reboot now

apt-get update
apt-get upgrade

cd /sys/bus/w1
ls

OS Image: Raspian Jesse Image from 01 10 2017: http://downloads.raspberrypi.org/raspbian/images/raspbian-20 17-01-10/ (This is the image we will be using, not the stretch version mentioned in the video)

Windisk Imager 32: https://sourceforge.net/projects/win32diskimager/
Putty: https://www.putty.org/

Initial Setup From Monitor / keyboard / mouse on Pi: https://raspberrypi.stackexchange.com/questions/33431/connec t-to-raspberry-pi-over-ssh-connection-refused-from-putty (enable ssh, set time zone, expand filesystem etc)

Angry IP Scanning Tool: http://angryip.org/download/#windows

https://www.youtube.com/watch?v=-xfNXrUA71s&t=25s


The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:33]

Report message to a moderator

Re: 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3260 is a reply to message #3259] Tue, 23 January 2018 00:42 Go to previous messageGo to next message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member
In this video we go over how to setup RPI.GPIO software to support using I2C, SPI, Serial Interface, and more.

More:
sudo apt-get install python-dev python-rpi.gpio

RPI.GPIO:
https://learn.adafruit.com/playing-sounds-and-using-buttons- with-raspberry-pi/install-python-module-rpi-dot-gpio

https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-g pio-setup

https://www.youtube.com/watch?v=o0sKhTBCl38


The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:34]

Report message to a moderator

Re: 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3261 is a reply to message #3260] Tue, 23 January 2018 01:27 Go to previous messageGo to next message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member
Part 5:

In this video we go over how to set up and enable VNC for remote desktop access to the Raspberry Pi as well as set a static IP address. This is the last basic setup video before we go into setting up Apache Web Server, PHP, and MYSQL.

More:
raspi-config

VNC Viewer for remote access to Pi Desktop:
https://www.realvnc.com/en/connect/download/viewer/raspberry pi/

https://youtu.be/3sPZkj4k9xw


The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:34]

Report message to a moderator

Re: 01 20 2018 Setup Your Own Raspberry Pi For Monitoring Temperatures And More [message #3262 is a reply to message #3261] Thu, 25 January 2018 23:45 Go to previous message
kd2iin is currently offline  kd2iin
Messages: 27
Registered: December 2016
Location: Tivoli, NY
Junior Member
In this video we go over how to install a LAMP Server. LAMP stands for Linux, Apache, MySQL, PHPMyAdmin. This is a critical step that installs the webserver, database and many other integral parts towards the end goal: remote monitoring and control of a greenhouse or other climate related project. Load webpage to test(use the ip address that you used for the raspberry pi, putty, etc): http://192.168.254.30/phpmyadmin Link to tutorial: https://pimylifeup.com/raspberry-pi-mysql-phpmyadmin/ install commands: sudo apt-get install mysql-server sudo mysql_secure_installation sudo mysql -u root -p sudo apt-get install python-mysqldb sudo mysql -u root -p GRANT ALL PRIVILEGES ON mydb.* TO 'test'@'localhost' IDENTIFIED BY 'test'; sudo apt-get install phpmyadmin sudo nano /etc/apache2/apache2.conf add line at bottom of file (use right click in putty): Include /etc/phpmyadmin/apache.conf sudo /etc/init.d/apache2 restart https://youtu.be/C7ayFZqDzEo

The candle that burns twice as bright burns half as long

[Updated on: Thu, 25 January 2018 23:46]

Report message to a moderator

Previous Topic: Raspberry Pi Laptop HACK
Goto Forum:
  


Current Time: Wed Mar 29 21:11:29 EDT 2023

Total time taken to generate the page: 0.04181 seconds