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

From HiveTool
Jump to: navigation, search
(Summary)
(Download Images - Recommended for non-programmers)
Line 12: Line 12:
  
 
==Download Images - Recommended for non-programmers==
 
==Download Images - Recommended for non-programmers==
Download Hivetool 0.7.4 here;  
+
Download '''Hivetool 0.8.0 RC5''' here;  
 
It does not include HiveControl like the HiveConTool version below.<br>
 
It does not include HiveControl like the HiveConTool version below.<br>
This revision adds improved configuration interface and discards sensor misreads inherent with 0.7.3 <br>
+
This revision adds improved configuration interface and discards sensor misreads inherent with earlier releases <br>
Checksums and Detailed instructions: http://hivetool.org/w/index.php?title=Create_SD_Image_Version_0.7.4 <br>
+
Checksums and Detailed instructions: http://hivetool.org/w/index.php?title=Create_SD_Image_Version_0.8<br>
  '''https://drive.google.com/file/d/0B_3xqxGS2psWWHhyMUNjbW4tSHc/view?usp=sharing''' <br>
+
  '''*https://drive.google.com/open?id=1euXRxbtnyF7nag5jWVq1-HKezHE6CsJy''' <br>
  
  
Link to HiveConTool installation instructions document [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.
+
Link to '''HiveConTool''' installation instructions document [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>
 
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.  
 
There are some undocumented alterations to get the programs to play nice together.  

Revision as of 17:27, 21 January 2018

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

Summary

Hivetool 0.8.0 RC5 This version 0.8.0 RC5 includes reworked temperature & humidity drivers and a better configuration interface, this release includes a scale calibration wizard and an upload test feature functional before registration (request access to private NOC page)
This version includes 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 here; It does not include HiveControl like the HiveConTool version below.
This revision adds improved configuration interface and discards sensor misreads inherent with earlier releases
Checksums and Detailed instructions: http://hivetool.org/w/index.php?title=Create_SD_Image_Version_0.8

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


Link to HiveConTool installation instructions document [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. Uncompressed MD5 Hash Chechsum 1fa33de383ca026188887aa2e6f54a16

https://drive.google.com/open?id=0B8ZWirzPwqHfYzlDamlDZ0hxSE0

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 hivetool073.zip

Windows

With Windows explorer locate hivetool073.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=hivetool073.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 or for (non windows use local terminal)
  2. If using Ethernet determine IP address by viewing latest entry in access point
  3. Identify IP in the DHCP table named "raspberrypi"

Windows

  1. On a Windows PC setup a new remote desktop connection (RDP), enter target IP address of Pi
  2. If the Pi is found you will be prompted to enter the default user "pi" and password "raspberry"
  3. Leave the default module as "sesmon-Xvnc"
  4. Once connected you will see the Pi desktop, Menu to "preferences"sub "raspberry pi configuration"
  5. Under menu "system tab" "expand file system", then OK then reboot from main menu last item
  6. Reestablish remote desktop connection using saved RDP Windows settings, login to desktop
  7. Under menu "localisation" tab set your timezone Local, Language preferences
  8. Under menu "system tab", Change default Password and the Hostname to match a hive name to be monitored, Ok to save & reboot
  9. Under menu "system tab" the remaining settings should be default unless a Pi camera is attached
  10. Open a Terminal Window, at command prompt run; "sudo apt-get update", also "sudo apt-get upgrade" to get latest patches
  11. Plug in WiFi dongle, configure WiFi authentication on desktop, top RH corner, dual monitors icon
  12. If WiFi connects, a signal strength indicator will replace the monitors icon, it will be necessary to enter the security key

You are now ready to configure Hivetool.