Difference between revisions of "Create SD Image Version 0.8"

From HiveTool
Jump to: navigation, search
(Bug Fix)
(Feature Request)
Line 9: Line 9:
 
#<s>'''Rain Gauge''' Add digital input and counting software for rain gauge at the hive.</s>
 
#<s>'''Rain Gauge''' Add digital input and counting software for rain gauge at the hive.</s>
 
#<s>Add Hivetool icon to desktop and start menu that will launch browser. Set browser home page to localhost.</s>
 
#<s>Add Hivetool icon to desktop and start menu that will launch browser. Set browser home page to localhost.</s>
#Add help pages.
+
#Add support for metric/SI units.
 
#NASA Data Download
 
#NASA Data Download
 
#Load cell calibration wizard
 
#Load cell calibration wizard
 
#Fix graphing software.
 
#Fix graphing software.
#Add support for metric/SI units.
+
#Add more help pages including sensor connector pictures. Put the whole Hivetool wiki on the image?
 
#Add comment field to beekeeper interface to annotate the data.
 
#Add comment field to beekeeper interface to annotate the data.
 
#'''Data sampling engine'''  See [[Change: Data Acquisition]]
 
#'''Data sampling engine'''  See [[Change: Data Acquisition]]

Revision as of 13:15, 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 support for metric/SI units.
  9. NASA Data Download
  10. Load cell calibration wizard
  11. Fix graphing software.
  12. Add more help pages including sensor connector pictures. Put the whole Hivetool wiki on the image?
  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"
  • Change HIVETOOL_UPLOAD=YES to NO so that the IP doesn't get blacklisted before the hive is configured
  • Make sure ntpd is running
  • PIGPIO library based sensor drivers quit working with the latest update.