Getting Started! Beginner in Raspberry Pi #1103
Replies: 1 comment 5 replies
|
Hi, First, welcome! this is not easy to answer. As there is a lot of hardware supported, but some hardware will exclude other hardware due to used GPIO ports. Also, soldering is mandatory, but it is not difficult. And it is probably not that much. A lot of information can be found at: https://theyosh.github.io/TerrariumPI/ But a lot of detailed information about hardware, needs to be googled. There is also a lot of information on the internet, and they are almost always compatible with TerrariumPI, as I mostly follow all the external documentation that is available. But I do expect some handy-ness will hardware, cables and soldering... So I will try to specify to your setup. There is not a hard limit on how many sensors you can use. But some sensors are slow, and when you have a lot of them, then It could be a problem. But I have seen people working with 9 different terrariums with a single Raspberry PI. So it is possible. TemperatureFor temperature sensors I would go for: https://theyosh.github.io/TerrariumPI/hardware/sensor/1-wire-sensor/ . Especially DS18B20 temperature sensor. HumidityFor humidity, this is a bit more difficult. Again, I would go for 1-wire system. There are some 1-wire humidity sensor, but they are expensive. And example: https://www.embeddeddatasystems.com/OW-ENV-TH--Temperature-Humidity-Sensor_p_168.html / https://www.teracomsystems.com/sensors/1-wire-humidity-temperature-sensor-tsh202/ /https://www.ibuttonlink.com/products/ss-wall-th But when using those humidity sensors, you can connect to the same cable as the temperature sensors. Other solution is to use I2C connected sensors, but than you will run into problems when you want to use multiple sensors. As those sensors are fixed on the I2C address, you can only have 1 sensor per I2C bus. Luckily, you can add multiple I2C busses to the Raspberry PI. Either use https://theyosh.github.io/TerrariumPI/hardware/i2c-multiplexer/ or follow https://www.instructables.com/Raspberry-PI-Multiple-I2c-Devices/ (could be a bit outdated). It is possible to create more I2C busses on the Raspberry PI. RelaysFor relays you need I guess at least 8 relays. 4 times light, 4 times a mister. There are boards that support up to 16 relays at once. But for those boards, the code is not stable yet. I am working on that still. When you want to use dimmers, it gets complicated again. The raspberry PI only support 2 dimmers stable. You can connect more, but I am not sure of that will be stable. But this could be an option: https://theyosh.github.io/TerrariumPI/hardware/relay/i2c-4channels-led-ac-dimmer/ But to know more what is possible / handy, we need to know how much hardware you want to use that needs AC power. Raspberry PII suggest to use a Raspberry PI 4 with 2GB memory. Than it will run smooth. How to store it, I just put it on top of my terrarium with out any protection. But there are also people making complete boxes with all hardware inside. #210 My hardware is running now for about 10 years. I still have a Raspberry Pi 3 B with 1G memory. And that is still working.... That is what I can tell right now.... If you more questions, just ask! |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I want to quickly say this is a really cool software and I'm surprised that I only recently found it!
I have a couple of questions, I want to be thorough in understanding what parts I need.
I have 4 enclosures, 3 leopard geckos, 1 ball python with future plans of switching to bio-active.
How do you pick which parts are most suitable with each other?
I wanted temperature and humidity sensors with webcams. I would like to install a misting system to help with low humidity levels.
With that being said, how do I pick out my parts?
Is it possible to complete the whole thing solderless?
How do you store your main pi and boards in a safe manner?
These are a lot of questions, I apologize if this has been answered before I must have missed the post. I'm a complete beginner in pi, but I have successfully set up and accessed the dashboard with the pi.
It's the set up of sensors that is worrying me. I don't completely understand the resistors issues and pi's limitations so I hope to learn from this!! I understand complete walkthroughs are not possible with all the support for various sensors and parts but I want to be able to choose compatible parts and not overload my pi. Thank you.
All reactions