Difference between revisions of "Create SD Image Version 0.8"

From HiveTool
Jump to: navigation, search
(Feature Request)
(Bug Fix)
Line 20: Line 20:
  
 
==Bug Fix==
 
==Bug Fix==
#Auto expand image  
+
*Auto expand image  
 
  init=/usr/lib/raspi-config/init_resize.sh
 
  init=/usr/lib/raspi-config/init_resize.sh
 
  raspberrypi.stackexchange.com/questions/47773/disable-auto-file-system-expansion-in-new-jessie-image-2016-05-10
 
  raspberrypi.stackexchange.com/questions/47773/disable-auto-file-system-expansion-in-new-jessie-image-2016-05-10
#fix formating in line 310 hive.sh when lux is NULL
+
*fix formating in line 310 hive.sh when lux is NULL
 
   printf " %s  %s  %s %.2f  %.2f  %12s\n"
 
   printf " %s  %s  %s %.2f  %.2f  %12s\n"
 +
*HIVETOOL_UPLOAD=YES to NO so that the IP don’t get excluded until the hive is configured
 +
*Make sure ntpd is running
 +
*PIGPIO library based sensor drivers quit working with the latest update.

Revision as of 13:11, 14 May 2017

The next image will be 0.8

Feature Request

  1. Display LAN IP prominently on config (currently on status screen).
  2. Add RTC support See Real Time Clock RTC.
  3. Add openOCD to talk to the BMD-301. See BMD301.
  4. Add MEMS digital microphone modules.
  5. Set system timezone and time
  6. Rain Gauge Add digital input and counting software for rain gauge at the hive.
  7. Add Hivetool icon to desktop and start menu that will launch browser. Set browser home page to localhost.
  8. Add help pages.
  9. NASA Data Download
  10. Load cell calibration wizard
  11. Fix graphing software.
  12. Add support for metric/SI units.
  13. Add comment field to beekeeper interface to annotate the data.
  14. Data sampling engine See Change: Data Acquisition
  15. Data reduction and compression. Change the weather updates from being downloaded to the hive computer and then uploaded to the public server to reduce the amount of data transferred when using 3G/4G communication to minimize the charges for data transfer. The beehive would send only hive data to the public server, and the public server would fetch the weather data from public sources. This would also simplify the administration when moving the hives to another location, so the client doesn’t need to be updated. In Norway it’s normal to change the location 2 times per year. Also see Change: Weather Data.
  16. Integrate HiveControl or drop it.

Bug Fix

  • Auto expand image
init=/usr/lib/raspi-config/init_resize.sh
raspberrypi.stackexchange.com/questions/47773/disable-auto-file-system-expansion-in-new-jessie-image-2016-05-10
  • fix formating in line 310 hive.sh when lux is NULL
  printf " %s  %s  %s %.2f  %.2f  %12s\n"
  • HIVETOOL_UPLOAD=YES to NO so that the IP don’t get excluded until the hive is configured
  • Make sure ntpd is running
  • PIGPIO library based sensor drivers quit working with the latest update.