hapi icon indicating copy to clipboard operation
hapi copied to clipboard

Hydro­ponic Automa­tion Plat­form Ini­tia­tive (HAPI)

Results 11 hapi issues
Sort by recently updated
recently updated
newest added

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.2.2 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

> pi@raspberrypi:~/hapi/src/smart_module $ python smart_module.py 2019-05-24 19:45:34.778381 - smartmodule.log - [*] INFO - Communicator initialized 2019-05-24 19:45:35.286370 - smartmodule.log - [!!] ERROR - Error reading Module ID from EEPROM. [Errno...

We are currently facing some kind of memory leaking running `smart_module.py`. And I believe it should be best open an issue and let others send their suggestions. Any feedback should...

help wanted
Working on it.

- [ ] Check that the documentation regarding the RaspberryPi and DHT sensor work - [ ] Resolve any discrepancies - [ ] Perform clean up

- The image should have the software set up for the smart module - The image should be published for public users

The aim for the initial continuous integration is to have - A link to a CI server - preferably Travis.ci as it is the default Github service - Add a...

enhancement

Automatically generate a Raspbian image with every update to the smart module code. Promising approach might be https://github.com/RPi-Distro/pi-gen or https://github.com/TheSin-/rpi-img-builder. Using Yocto Linux is probably overkill. The images should then...

We will have succeeded when a non-technical person that we do not know is able to successfully use one of our arduino based things, just by following our instructions on...

The reason's I would be interested in moving to PlatformIO projects is: - Automated dependency management - Good continuous integration support Other reasons include: - Code completion/syntax checking - C++...

I'd like to point out that connecting to an Arduino board via USB, resets the board. This was my primary reason for dropping USB support. I'm certainly not opposed to...