SimonWimmer-U04H1RXA4BX

SimonWimmer-U04H1RXA4BX

0-day streak
❄️ Day 10 of #WinterHardwareWonderland ❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Wahoo! My smart garden project is finished now. The mechanics work, the electronic does what it should do, and the code also performs. This project helped me a lot at advancing my electronical skills and I’m the whole Hack Club Team indescribably thankful for giving us all this great opportunity. This event has produced so many good devices that I'm really inspired by. I'm really proud to be a part of this wonderful community. Cheers!
https://cloud-92dskslkm-hack-club-bot.vercel.app/0autonomous_plant_farm_frontal.jpghttps://cloud-dqbmooe28-hack-club-bot.vercel.app/0autonomous_plant_farm_side.jpg
wahoo-fish emoji
goose-honk-technologist emoji
hardware emoji
winter-hardware-wonderland emoji
wom emoji
hackclub emoji
❄️ Day 9 of #WinterHardwareWonderland ❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Second day and last day of programming, at least for now. I put all the functions I made yesterday into a state-machine and everything seems to work just perfectly. The code is running on the Arduino and all sensors and actuators work as they should.
https://cloud-rmizdzgqg-hack-club-bot.vercel.app/0state_machine.jpg
hardware emoji
goose-honk-technologist emoji
wom emoji
winter-hardware-wonderland emoji
❄️ Day 8 of #WinterHardwareWonderland ❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I started programming my smart garden. I have an Arduino Uno as microcontroller, so I’m programming in Arduino C. I started by including all the libraries, defining all the variables, and writing all the functions I need for my code. Tomorrow I’m going to code the main file with its state machine.
https://cloud-hhb90748l-hack-club-bot.vercel.app/0definitions.jpghttps://cloud-68rsog230-hack-club-bot.vercel.app/0functions.jpg
wom emoji
goose-honk-technologist emoji
hardware emoji
winter-hardware-wonderland emoji
c emoji
❄️ Day 7 of #WinterHardwareWonderland ❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I wired all my sensors, actuators, and the Arduino. This meant a hell of crimping, but now all components are connected properly with one another. After that I tested everything and thankfully all components are still working. Tomorrow I can start with the programming tasks.
https://cloud-43lgjlw1e-hack-club-bot.vercel.app/0crimping.jpghttps://cloud-1p5bb2bvr-hack-club-bot.vercel.app/0wiring.jpg
winter-hardware-wonderland emoji
wom emoji
hardware emoji
❄️ Day 6 of #WinterHardwareWonderland ❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I implemented the water tank into the plant pot and laid the water hoses. I also prepared the moisture sensors. Therefore, all sensors and actuators are in their rights spot, and I can start with the wiring tomorrow.
https://cloud-joezrgmq9-hack-club-bot.vercel.app/0plant_pot_all_parts.jpg
winter-hardware-wonderland emoji
wom emoji
hardware emoji
❄️ Day 5 of #WinterHardwareWonderland❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I put the dividers, which I made yesterday, into the plant pot. Additionally I prepared the main water tank. I installed the ultrasonic sensor and the water pump.
https://cloud-j3i0ide2q-hack-club-bot.vercel.app/020230210_193412.jpghttps://cloud-qy7j2zrvf-hack-club-bot.vercel.app/020230210_195255.jpghttps://cloud-71l9jvdh8-hack-club-bot.vercel.app/020230211_113145.jpg
winter-hardware-wonderland emoji
wom emoji
❄️ Day 4 of #WinterHardwareWonderland❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I started with the mechanical tasks. But before I show you the specific mechanical tasks done, I want to present you the general mechanical layout of my smart garden. The plant pot is divided in three key zones: 1. Soil zone (about 2/3 of the length of the pot and ¾ of the height of the pot); includes soil, moisture sensors and water hose with holes for water distribution. 2. Sink zone (2/3 length and ¼ height, directly under the soil zone); This zone is separated from the soil zone by a metal sheet with holes. The water of the soil zone can drain through the holes and accumulate in the sink zone. An ultrasonic sensor checks the water level and if it‘s high enough, a small water pump, pumps the accumulated water into the main water tank. 3. Hardware zone (1/3 length and full height); contains the whole hardware and the water tank. The water level is controlled by an ultrasonic distance sensor; if the level is too low, no water will be pumped by the pump (to protect the pump) and a warning arises on the screen. If the moisture sensors detects a too low moisture level, the pump pumps water from the tank into the soil. The Arduino Uno controls all these tasks. Today I prepared the aluminum sheets which will separate the three different zones from one another. Therefore, I had to cut aluminum sheets and drill holes into them. Additionally, I 3d printed the housings for the ultrasonic sensor and the arduino.
https://cloud-1nyfb2upn-hack-club-bot.vercel.app/020230207_194729.jpghttps://cloud-6kjooftrh-hack-club-bot.vercel.app/020230210_183913.jpghttps://cloud-gqfptr2as-hack-club-bot.vercel.app/020230207_194623.jpghttps://cloud-aekn3ahmb-hack-club-bot.vercel.app/020230207_194827.jpghttps://cloud-lean7kfp7-hack-club-bot.vercel.app/020230210_183917.jpghttps://cloud-eiamvoxty-hack-club-bot.vercel.app/020230207_194640.jpg
winter-hardware-wonderland emoji
wom emoji
hardware emoji
❄️ Day 3 of #WinterHardwareWonderland❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I tested all my hardware components for proper working. Components tested: • Arduino Uno • Ultrasonic distance sensors • Soil moisture sensors • Relays • Water pumps • Plant light Thankfully, all my components are working properly, therefore I can start with the mechanical tasks tomorrow.
https://cloud-5tnoaw3dy-hack-club-bot.vercel.app/020230127_185600.jpghttps://cloud-rc1dkrr1j-hack-club-bot.vercel.app/020230127_180821.jpg
wom emoji
winter-hardware-wonderland emoji
hardware emoji
❄️ Day 2 of #WinterHardwareWonderland❄️ For my #hardware-party project, I’m building an improved version of a smart garden. 🪴 Today I completed the planning phase of my project. While I constructed the mechanical parts of my assembly yesterday, today I planned the electrical wiring and the general functions of my code program. Therefore, I drew a circuit diagram as well as a flow chart. I got to know my project better and fixed any problems I noticed while constructing. Now I'm ready to implement my project mechanically and electrically.
https://cloud-40su4og4v-hack-club-bot.vercel.app/0smartselect_20230215-110722_samsung_internet.jpghttps://cloud-jb8dfiwep-hack-club-bot.vercel.app/0electric_circuit_plan.jpg
wom emoji
winter-hardware-wonderland emoji
❄️ Day 1 of #WinterHardwareWonderland ❄️ #hardware-party Before I start telling you about the progress I’ve made so far, I want to start off by presenting you my project: “Autonomous Plant Farm” Well, that’s my fancy name for an improved smart garden. Most smart gardens available on the market aren’t as smart as they present themselves. The water supply is often implemented by permanently setting the roots under water and the lights are controlled by time. I want to have a smarter smart garden and control all those functions via sensors. In summary: • Water supply is controlled by soil moisture sensors • Light is controlled by light sensors and time • Water levels are being checked by ultrasonic distance sensors • Information for the users are being displayed on an LCD panel Here’s the whole proposal on GitHub: github.com/hackclub/winter/blob/main/smwwims.md Now to the work I’ve done today: The basic prerequisite for a project to run smoothly, efficiently and effectively is planning. In order to ensure that all components are fitting properly in terms of mechanics, CAD modelling is enormously helpful.  Therefore, I constructed, drew and rendered all my parts in SolidWorks. I had to change some things and found some rooms for improvement, but generally the CAD models confirmed my initial expectations of the project. Here you can see my CAD models: Oh, and I had some spare time, so I went skiing. Guess that’s also a Winter Wonderland.
https://cloud-bukgeoid4-hack-club-bot.vercel.app/0assembly_cad_1.jpghttps://cloud-a3g1upi3u-hack-club-bot.vercel.app/0assembly_cad_2.jpghttps://cloud-ht9pf9goc-hack-club-bot.vercel.app/0img-20230214-wa0002.jpghttps://cloud-49829q6tr-hack-club-bot.vercel.app/0assembly_plan.jpg