-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Witty pi energy manager software #46
Conversation
Hmm, @icarito is it just taking a while for the GitLab process to begin? Exciting!!! :-) I wonder if this would make the Pi last a lot longer using one of these little batteries :-) https://www.amazon.com/s/?ie=UTF8&keywords=cr123a 🔋 ⚡️ 😴 |
Is it possible that importing those files to github simplifies the hole thing? |
which files? Oh wow i like this approach too! Ideally we can get not only this but also the entire timelapse system running from a prebuilt image. |
the script incorporates the execution of the installWittiPi.sh script to install the witty software + download of the schedule.wpi file and the erase of the original daemon.sh and donwload of a modified one. There is an issue with witty pi and GPIO4 solved changing just a number. #!/usr/bin/env python camera = PiCamera() frame = 1 pause() |
Sorry for the third commit. I didn't intend to merge branch witty into patch-1 but the opposite ;D |
I'm guessing PR into |
Ah ok, so @imvectech you just have to open the PR against the master branch instead of the witty branch! Or I could merge it and reopen the witty pr? |
ok closing here and opening a new one. This is being a 100%git learning process. I'll try to install the Witty pi and try our approach with the timelapse already provided ;) New PR #47 |
Awesome and thanks for giving it a try!!!
…On Sat, Nov 3, 2018, 9:00 AM IMVEC ***@***.*** wrote:
Closed #46 <#46>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ99Sa3m00UAvFI7l_lksFyHZ7bqxks5urZNIgaJpZM4YI7gp>
.
|
WHAT
Witty pi mini is a Uugear RPi shield capable of managing energy of the RPi together with keeping time using an embedded RTC.
https://github.com/uugear/Witty-Pi-2
We are working on a timelapse camera for river monitoring. The intention is to turn on the rpi 5 minutes every hour and take a picture. Simple as that. The Witty pi controls the On/OFF of the RPi sending zero voltage to the Pi to fully turn it off. After 55 minutes the Witty sends a electrical signal and the Pi boots up.
We've already done this using raspbian and want to use the PL camera kit instead ;D
In the recipe we also include a pythin script for the timelapse and some packages needed.
Download instructions
Generating the image will take a few minutes. Once the image is prepared, and if it succeeded, you'll see a green checkmark at the bottom of the pull request. To download the image:
https://gitlab.com/publiclab/image-builder-rpi/pipelines/########/builds
Jobs
tab, next toPipeline
Passed
buttonDownload
in the right-hand sidebarartifacts.zip
file, and also thehypriotos-rpi-camera_web.img.zip
within itYou'll also be able to read the output of the image generation in this window.
We hope to create a bot to report back the completed image URL in each pull request. If you can help create such a bot, please contact us at:
#16
Thanks!