weedabix
U ever played with raspberry pi systems i would like to build some sort of BMS system for my groowroom go automated all the way like a trend systems on commerical buildings
https://www.raspberrypi.org/
Welcome to the grow room designs and equipment section. Every grower faces different obstacles when setting up a cannabis grow room. Use this section to discuss the different types of grow rooms you use or would like information about to grow cannabis. To become part of our online cannabis growing community click here to register.
DIY Data Logger - Dabbling with Arduino
- MrNice
- Registered User
- Posts: 10709
- Joined: Fri Apr 24, 2020 7:25 pm
- Has thanked: 4883 times
- Been thanked: 6212 times
- Status: Offline
- Minty
- Registered User
- Posts: 3893
- Joined: Sat Apr 18, 2020 7:21 pm
- Has thanked: 3802 times
- Been thanked: 1494 times
- Status: Offline
Re: DIY Data Logger - Dabbling with Arduino
I'm using a Raspberry Pi Zero W to provide the Wifi functionality and to host the web server, database, etc for my solution. This stuff is so cheap now a days it's crazy.MrNice wrote: ↑Thu Apr 30, 2020 6:20 pmweedabix
U ever played with raspberry pi systems i would like to build some sort of BMS system for my groowroom go automated all the way like a trend systems on commerical buildings
https://www.raspberrypi.org/
- MrNice
- Registered User
- Posts: 10709
- Joined: Fri Apr 24, 2020 7:25 pm
- Has thanked: 4883 times
- Been thanked: 6212 times
- Status: Offline
Re: DIY Data Logger - Dabbling with Arduino
Minty can you elaborate WIFI ? host the web server, database what for yr biz
- Minty
- Registered User
- Posts: 3893
- Joined: Sat Apr 18, 2020 7:21 pm
- Has thanked: 3802 times
- Been thanked: 1494 times
- Status: Offline
Re: DIY Data Logger - Dabbling with Arduino
It's an attempt with a automated grow room. The main hardware automation is being controlled using an Ardunio which doesn't have Wifi capabilities so I use a Raspberry Pi Zero W which does have Wifi to 'host' the Ardunio. Because the Pi Zero has loads of room etc I stick my web server and database on it which allows me to remotely control the grow room using a browser.
- MrNice
- Registered User
- Posts: 10709
- Joined: Fri Apr 24, 2020 7:25 pm
- Has thanked: 4883 times
- Been thanked: 6212 times
- Status: Offline
- weedabix
- Registered User
- Posts: 475
- Joined: Mon Dec 02, 2019 9:12 am
- Has thanked: 148 times
- Been thanked: 123 times
- Contact:
- Status: Offline
Re: DIY Data Logger - Dabbling with Arduino
I have, but for this I used a much smaller and cheaper microcontroller, something like this: https://nl.aliexpress.com/item/33045353 ... lsrc=aw.ds
It's much less powerful than the raspberrry pi, so you can't really use it like a full blown computer but it works for my little project of just monitoring the grow. For controlling aspects of this you have to indeed look at the arduino or the raspberry pi - Minty did an awesome project there!