Difference between revisions of "Software: Install Hivetool Pi image"

From HiveTool
Jump to: navigation, search
(Download Image)
(Setup Pi Operating System)
 
(70 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Download Image==
+
[[File:Image073 xrdp desktop 1024.jpg|thumb|right|500px|0.7.3 image on Window Remote Desktop.]]
 +
==Summary==
 +
'''Hivetool 0.8.0 RC5''' includes additional temperature & humidity drivers, a better configuration interface, a scale calibration wizard and an upload test feature functional before registration.
  
Download latest image currently hivetool073.zip rev. 0.7.3 as of 2-3-2016.<br>
+
'''For checksums, file sizes and image details see: [[Create SD Image Version 0.8]]'''
Caution this zipped image file is large at 1,894,183 megabytes.<br>
 
https://drive.google.com/open?id=0B_3xqxGS2psWN1hTSmk5SldJSms
 
  
Calculate MD5 sum of zipped image:
+
This version is based on the 11-29-17 Raspian 4.9 Stretch release. The system image fits easily on an 8 gig micro SD card. Navigation to HiveControl is not supported. Download time from google ~1 hour with a decent connection.
  
md5sum hivetool073.zip
+
'''HiveConTool'''
 +
This older 9/29/16 image is a bootable compilation of Hivetool and HiveControl software for the Raspberry Pi.<br>
 +
It is based the outdated Jessie 4.4.21 v7+ release of the Linux operating system, updating Raspian WILL break the install.
 +
*It is a (~3.6 Gig) and requires some patience to manipulate, in some cases hours.
 +
*When extracting use a 16 gig or larger micro SD card with 48 mbps Class 10 or better speed.
  
f1618e26ff1b03dfc2fae722e537b6d2  hivetool073.zip
+
==Download Images - Recommended for non-programmers==
 +
Download '''Hivetool 0.8.0 RC5''' from Google Drive:
  
==Un Zip==
+
'''https://drive.google.com/open?id=1euXRxbtnyF7nag5jWVq1-HKezHE6CsJy'''
  
 +
It does not include HiveControl like the HiveConTool version below.
  
==Copy the image to the SD card==
+
'''For checksums, file sizes and image details see: [[Create SD Image Version 0.8]]'''
===Make micro SD card on Unix/Linux system===
+
 
Recommend 16 gig with 48 mbps or better
+
'''HiveControl''' Operates independently using the Hivetool hardware and can upload to the Hivetool cloud database.
 +
HiveControl includes a Dashboard and Graphical user interface with pretty trend screens.
 +
HiveControl is NOT maintained by the Hivetool group, questions & comments should be posed to the author rcrum003
 +
HiveControl installation assumes a knowledge of Linux commands CLI and the Pi Raspian OS, not recommended for novices. <br>
 +
HiveControl may be downloaded or installed from githube here; https://github.com/rcrum003/HiveControl <br>
 +
 
 +
'''HiveConTool''' Link and installation instructions document (obsolete unsupported, will need recompilation)<br>[https://docs.google.com/document/d/1SmVETV5RiaVhpCcGcc2mgPQarYQu7jtdpTaK_200Aw4/edit?usp=sharing] and download compressed SD HiveConTool image from Google Shared Folder; [https://drive.google.com/open?id=0B8ZWirzPwqHfdGgtRS03RWY3T0E]<br> The intent of this version was to allow the user to evaluate both programs without swapping SD cards or reloading programs.
 +
This version allows the user to click back and forth between HiveTool and HiveControl user interfaces and databases <br>
 +
There are some undocumented alterations to get the programs to play nice together.
 +
The included version of Hivetool should be manually upgraded to 0.7.4.(instructions needed). HiveControl may show the original version when updated.
 +
Download HiveConTool_073b.zip;
 +
(3,656,677,501 bytes) zipped; Contains Raspian Jessie 4.4.21 v7+ Pi OS with Hivetool 073 and HiveControl 1.81 ready for expanding on an 16 Gig or larger micro SD card. <br>
 +
Download here: https://drive.google.com/open?id=0B8ZWirzPwqHfYzlDamlDZ0hxSE0 <br>
 +
Uncompressed MD5 Hash Chechsum 1fa33de383ca026188887aa2e6f54a16 <br>
 +
 
 +
==Verify MD5 sum==
 +
Verify download was complete and error free. Check file integrity to ensure an exact copy of the compressed image file.<br>
 +
Calculate MD5 sum and make sure it matches: <br>
 +
 
 +
==Unzip==
 +
 
 +
===Linux===
 +
unzip hivetool080rc5.zip
 +
 
 +
===Windows===
 +
With Windows explorer locate hivetool080rc5.zip (usually in download directory).
 +
Right click on file to Extract to desired location
 +
 
 +
==Copy image to micro SD card==
 +
'''Proceed with caution, an incorrect setting could corrupt your PC or attached storage. REMOVE any other USB memory devices from your computer.'''<br>
 +
 
 +
===Linux===
 
Detailed instructions:
 
Detailed instructions:
 
http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Linux_.28including_on_a_Pi.21.29
 
http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Linux_.28including_on_a_Pi.21.29
# Determine the device for the card reader (/dev/mmcblk0 on my laptop).
+
# REMOVE any other USB memory devices from your computer.
 +
# Determine the device for the card reader  
 +
##/dev/mmcblk0 for the built in reader on my laptop.
 +
##/dev/sdb for a USB card reader
 
# Copy the image to the SD card:
 
# Copy the image to the SD card:
#: dd bs=4M if=2014-09-09-wheezy-raspbian.img of=/dev/mmcblk0
+
dd bs=4M if=hivetool080rc5.img of=/dev/sdb
  
===Make SD card on Windows system===
+
===Windows===
 
raspberrypi.org recommends using:
 
raspberrypi.org recommends using:
http://sourceforge.net/projects/win32diskimager/
+
http://sourceforge.net/projects/win32diskimager/ <br>
But be careful.  REMOVE any other USB memory devices from your computer.
 
 
Detailed instructions: http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Windows
 
Detailed instructions: http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Windows
  
 
#REMOVE any other USB memory devices from your computer.
 
#REMOVE any other USB memory devices from your computer.
#Plug in SD Card and confirm device letter using Windows Explorer.
+
#Plug micro SD Card in adapter, confirm device letter using Windows Explorer.
 
#Start Win32DiskImager
 
#Start Win32DiskImager
 
#Browse to source file (image in downloads directory)
 
#Browse to source file (image in downloads directory)
#Check MD5 hash (0c1f26195db2f1a158bd88e95448fedb)
+
#Make absolutely sure the drive letter (destination) to right of source file is the SD card
#Click on Write
+
#Check MD5 hash (TBD) this takes a few minutes
 +
#Click on Write, this takes a few more minutes
 
#Confirm successful write then exit
 
#Confirm successful write then exit
 
#The SD card image is called "boot" 25 files now visible in Windows explorer
 
#The SD card image is called "boot" 25 files now visible in Windows explorer
Line 40: Line 80:
 
You are now ready to eject micro SD card and place into the Pi
 
You are now ready to eject micro SD card and place into the Pi
  
==Setup Pi Operating system==
+
==Setup Pi Operating System==
#Install micro SD card into pi, power up with Ethernet or local terminal connected
+
 
#If using Ethernet determine IP address by viewing latest entry in access point
+
#Install micro SD card into bare Pi, power up with Ethernet cable plugged in
#Identify IP in the DHCP table named "raspberrypi"
+
#'''Expand the file system.  HiveTool 0.9.0rc5 does not auto expand.'''
#On a Windows PC setup a new remote desktop connection (RDP), enter target IP address of Pi
+
#Determine IP address by hovering over up down arrows icon in task bar (top right) on pi console
 +
#Alternately get ip by viewing latest entry in router in the DHCP table named "raspberrypi"
 +
#Reserve the Pi's IP address in router for later ease of access. This will keep it from shifting on a reboot
 +
 
 +
==Windows==
 +
#On a Windows PC if a remote "headless" remote desktop connection (RDP) is desired, enter target IP address of Pi
 +
#Leave the default module as "sesmon-Xvnc"
 
#If the Pi is found you will be prompted to enter the default user "pi" and password "raspberry"
 
#If the Pi is found you will be prompted to enter the default user "pi" and password "raspberry"
#Leave the default module as "sesmon-Xvnc"
+
#When prompted for security change default Password and the Hostname to match a hive name to be monitored, Ok to save & reboot
#Once connected you will see the Pi desktop, menu to "preferences"sub "raspberry pi configuration"
+
#Under menu "system tab" the remaining settings should be set for your locality, here a Pi camera may also be enabled
#Expand file system, then OK to reboot
+
#Open a Terminal Window, at command prompt run; "sudo apt-get update", also "sudo apt-get upgrade" to get latest patches
#Reestablish remote desktop connection
+
#Plug in WiFi dongle or if short range use on-board pi3, configure WiFi authentication on desktop, top RH task bar, double click up down arrow keys icon to set credentials
#Configure WiFi if used
+
#If WiFi connects, a signal strength indicator will replace the monitors icon, it will be necessary to enter the security key only once <br>
 +
 
 +
'''You are now ready to [[Configure_Hivetool|configure Hivetool.]] '''

Latest revision as of 04:07, 3 March 2018

Error creating thumbnail: File missing
0.7.3 image on Window Remote Desktop.

Summary

Hivetool 0.8.0 RC5 includes additional temperature & humidity drivers, a better configuration interface, a scale calibration wizard and an upload test feature functional before registration.

For checksums, file sizes and image details see: Create SD Image Version 0.8

This version is based on the 11-29-17 Raspian 4.9 Stretch release. The system image fits easily on an 8 gig micro SD card. Navigation to HiveControl is not supported. Download time from google ~1 hour with a decent connection.

HiveConTool This older 9/29/16 image is a bootable compilation of Hivetool and HiveControl software for the Raspberry Pi.
It is based the outdated Jessie 4.4.21 v7+ release of the Linux operating system, updating Raspian WILL break the install.

  • It is a (~3.6 Gig) and requires some patience to manipulate, in some cases hours.
  • When extracting use a 16 gig or larger micro SD card with 48 mbps Class 10 or better speed.

Download Images - Recommended for non-programmers

Download Hivetool 0.8.0 RC5 from Google Drive:

https://drive.google.com/open?id=1euXRxbtnyF7nag5jWVq1-HKezHE6CsJy

It does not include HiveControl like the HiveConTool version below.

For checksums, file sizes and image details see: Create SD Image Version 0.8

HiveControl Operates independently using the Hivetool hardware and can upload to the Hivetool cloud database. HiveControl includes a Dashboard and Graphical user interface with pretty trend screens. HiveControl is NOT maintained by the Hivetool group, questions & comments should be posed to the author rcrum003 HiveControl installation assumes a knowledge of Linux commands CLI and the Pi Raspian OS, not recommended for novices.
HiveControl may be downloaded or installed from githube here; https://github.com/rcrum003/HiveControl

HiveConTool Link and installation instructions document (obsolete unsupported, will need recompilation)
[1] and download compressed SD HiveConTool image from Google Shared Folder; [2]
The intent of this version was to allow the user to evaluate both programs without swapping SD cards or reloading programs. This version allows the user to click back and forth between HiveTool and HiveControl user interfaces and databases
There are some undocumented alterations to get the programs to play nice together. The included version of Hivetool should be manually upgraded to 0.7.4.(instructions needed). HiveControl may show the original version when updated. Download HiveConTool_073b.zip; (3,656,677,501 bytes) zipped; Contains Raspian Jessie 4.4.21 v7+ Pi OS with Hivetool 073 and HiveControl 1.81 ready for expanding on an 16 Gig or larger micro SD card.
Download here: https://drive.google.com/open?id=0B8ZWirzPwqHfYzlDamlDZ0hxSE0
Uncompressed MD5 Hash Chechsum 1fa33de383ca026188887aa2e6f54a16

Verify MD5 sum

Verify download was complete and error free. Check file integrity to ensure an exact copy of the compressed image file.
Calculate MD5 sum and make sure it matches:

Unzip

Linux

unzip hivetool080rc5.zip

Windows

With Windows explorer locate hivetool080rc5.zip (usually in download directory). Right click on file to Extract to desired location

Copy image to micro SD card

Proceed with caution, an incorrect setting could corrupt your PC or attached storage. REMOVE any other USB memory devices from your computer.

Linux

Detailed instructions: http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Linux_.28including_on_a_Pi.21.29

  1. REMOVE any other USB memory devices from your computer.
  2. Determine the device for the card reader
    1. /dev/mmcblk0 for the built in reader on my laptop.
    2. /dev/sdb for a USB card reader
  3. Copy the image to the SD card:

dd bs=4M if=hivetool080rc5.img of=/dev/sdb

Windows

raspberrypi.org recommends using: http://sourceforge.net/projects/win32diskimager/
Detailed instructions: http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Windows

  1. REMOVE any other USB memory devices from your computer.
  2. Plug micro SD Card in adapter, confirm device letter using Windows Explorer.
  3. Start Win32DiskImager
  4. Browse to source file (image in downloads directory)
  5. Make absolutely sure the drive letter (destination) to right of source file is the SD card
  6. Check MD5 hash (TBD) this takes a few minutes
  7. Click on Write, this takes a few more minutes
  8. Confirm successful write then exit
  9. The SD card image is called "boot" 25 files now visible in Windows explorer
  10. Windows will report 40 megabytes free space on the SD card

You are now ready to eject micro SD card and place into the Pi

Setup Pi Operating System

  1. Install micro SD card into bare Pi, power up with Ethernet cable plugged in
  2. Expand the file system. HiveTool 0.9.0rc5 does not auto expand.
  3. Determine IP address by hovering over up down arrows icon in task bar (top right) on pi console
  4. Alternately get ip by viewing latest entry in router in the DHCP table named "raspberrypi"
  5. Reserve the Pi's IP address in router for later ease of access. This will keep it from shifting on a reboot

Windows

  1. On a Windows PC if a remote "headless" remote desktop connection (RDP) is desired, enter target IP address of Pi
  2. Leave the default module as "sesmon-Xvnc"
  3. If the Pi is found you will be prompted to enter the default user "pi" and password "raspberry"
  4. When prompted for security change default Password and the Hostname to match a hive name to be monitored, Ok to save & reboot
  5. Under menu "system tab" the remaining settings should be set for your locality, here a Pi camera may also be enabled
  6. Open a Terminal Window, at command prompt run; "sudo apt-get update", also "sudo apt-get upgrade" to get latest patches
  7. Plug in WiFi dongle or if short range use on-board pi3, configure WiFi authentication on desktop, top RH task bar, double click up down arrow keys icon to set credentials
  8. If WiFi connects, a signal strength indicator will replace the monitors icon, it will be necessary to enter the security key only once

You are now ready to configure Hivetool.