Hook

Their other posts in the index, biggest breakout first.
I'm making a Tamagotchi for my plant. This is part one. I love plants, but I end up killing them all, but I'm determined to keep this guy alive and I know just what to build to do that. I have this plant sensor that measures capacitance and temperature. Capacitance is basically how wet is the soil and then temperature, you know temperature. I want to hook up this sensor to an Arduino and then also a little screen where you can see a little guy who basically tells you how he's feeling, similar to a Tamagotchi. So the first thing I did was boot up my iPad and open up Procreate. I found this awesome pixel brush pack and set up my canvas to draw some pixel art. Now I'm not going to bore you with this because this was honestly so hard. Give artists some props guys. I spent way too long on this only for it to look mid. Anyways, I got the photos done, sent them to my laptop. Now it's time to hook up the Arduino to the screen and run some test code. Sweet and it works. So in order to use our images, we need to convert them to a byte array. PNGs are way too big for the little Arduino Nano, so I use this converter and then took that and pasted it into my code and wrote some more in order to get this. And now I also grab the sleep cycle animation and then hook that up so that after a little delay, it would show the sleep. And now all that's left to do is grab the data from the plant, make the animations work with that data, and then 3D model and print the case. So catch you in the next one!