-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
TCS34725 configuration #203
Comments
Hi Noro999, Here are some "long-winded" instructions... First, shut down the Pi. Then access the SD card from another computer. When you plug it in, it should show up as a drive called If you attach a spare USB keyboard to the Pi, then you're done. If you don't, then create a file named When the Pi boots up with the keyboard attached, type If you are using ssh instead of the keyboard, then from another computer ssh into the Pi by watching for the address it shows you when it boots. So, if it boots and says it's listening to 192.168.1.5:7777, then you would use the ssh command like this: You should now see a login prompt from the Pi. The default user is Now type If you want to make sure everything worked: At this point you should reboot the Pi and everything should work. If it works, and you enabled ssh on the Pi, then you should either create a new password for pi with the |
@dadr Thanks for your help. The ambient powersave feature works great (Very nice !), Thanks in advance Noro |
@Noro999 - I'm glad it's working for you. The way this feature works is that it will use the colortemp.sh script to change the color balance or temperature of the picture when it is initially shown. So you will not see immediate changes when you turn off the lights; the change occurs when the next picture is shown. And, unless the temperature changes, you might not see any changes at all. The way to see the most dramatic change is if you go from daylight to incandescent light. (e.g. if you see a large swing in the temperature reading). The brightness or lumens are only used to turn on and off the screen. I'm curious what sort of screen or monitor you are using for your photoframe? There are potentially some improvements for you in an upcoming photoframe V2 release. You can read about this in issue #191 . |
@dadr Thanks again for the detailed answer. https://www.amazon.com/Sceptre-E248W-19203R-Monitor-Speakers-Metallic/ Waiting for your next update 🙏 Noro |
That looks like a great monitor. Are you planning to put it into a frame, or just use it as-is? I've done both. For the photo frame I put together for my son's birthday, (#191) I took apart the monitor and put it in a deep picture frame. You can see one of my learnings in this picture. I put the Pi inside the monitor chassis just inside an opening where some cables were connected, but later I had to cut a notch to expose the WiFi antenna on the Pi. While it might seem a good idea to protect the Pi, the chassis kills the WiFi signal unless you're careful. You can also see the light sensor at the top. I got an acrylic rod that I cut to the thickness of the frame and then flame-polished. It's a light pipe that works nearly as good as placing the sensor on the top of the frame. I have some older monitors that I use as-is, placed on a desk with a RPi dangling from a short cable or adapter behind it. I'm waiting for release 2 too! I think that the software is ready for a 2.0 release. But that is not up to me. @mrworf is the "owner" of this repository. He's a professional programmer, whereas I'm just a retiree using this to teach myself how to program in python. I think he has to find the time to look through all the changes - not just for correctness, but also to ensure that it's in good enough shape to be put into production. |
@dadr That looks like an amazing work! I have a question regarding the TCS34725 mounting - Thx Noro |
@Noro999 - your idea should work well. If you get the small sensor in the middle of the board behind a hole about the same size and through paper or matting, then I think you have no worries. That will work great. And facing forward is the preferred direction - looking into the room. If you have to mount the sensor more than about a centimeter behind a small hole, then you could think about using a light pipe. |
Hi,
I will start by saying I really love this project!!
Thanks a lot for sharing this.
I’m new to Raspberry, so I’m guessing I missing something.
I’m trying to configure TCS34725, but when booting the web page shows on startup, and I don’t know how to access the Ras setting and the file sys to update the files.
Thanks in advance.
Noro
The text was updated successfully, but these errors were encountered: