I got the chance to own a rooftop garden with some plastic containers as the planting beds since I moved to my current apartment at the beginning of this year. To be honest, I used to be a gardener who only cares about planting beautiful flowers (roses, hydrangea, bougainvillea, viola, jasmine and you name it). After some lockdowns that I encountered, I decided that growing some vegetables can be much more practical and sometimes "life-saving" (lol. Some people found themselves lack of food during lockdowns).
So, here are some pictures of my rooftop garden, which is surrounded by a bunch of trees planted by the landlord. I really love these lush trees as they bring natural shade for my apartment on the top floor, and they also attract lots of birds to stand on top of the trees singing and networking.
I never think these cute birds would be a trouble for my garden until I started to sow some bok choy and lettuce in mid October (great time for sowing these veggie here in south China). It turns out the birds love eating these sprouted vegetables so much that they don't want to leave any of them to me. Here are some pictures of the left-over sprouted vegetables.
Inspired by a farm scarecrow that I saw in a farm, I decided a scarecrow can give me a hand on scaring away the birds too. However, the birds in the city are so smart and courageous that a traditional scarecrow can't horrify them at all. Usually a traditional scarecrow is dressing like a human and it will only scare the birds when the wind move the sleeves of the scarecrow. As the time goes on, the birds get used to the scarecrow. So I need to think of a smarter and more natural way to trigger the scarecrow.
Since I have been told how tinyML can bring the machine learning algorithm to edge devices, it's time to build a garden guardian using TinyML. After tinkering around 10 on-and-off days, please meet the TinyML Scarecrow that I built. It's a tinyML powered scarecrow that triggers buzz/voices to scare away the birds when it detects the sound of birds using a Seeed Studio Wio Terminal and Codecraft, a Graphical Programming Platform for Embedded Machine Learning powered by Edge Impulse!
It looks so cute, right? More importantly, it really helps me out by scaring away so many foodie birds by initiating buzz/voices once it detects bird sounds in my rooftop garden. Here are the steps of how I made this tinyML enabled scarecrow.
In this section, we need to create an embedded machine learning model (voice recognition) using Codecraft platform as the brain of the tinyML Scarecrow to make it smart.
Since there are already some very informative and detailed tutorials on how to set up a Codecraft account, how to connect Wio Terminal to the Codecraft platform, how to train a voice recognition model and deploy the model, I will simplify these steps. For these steps, I'd love to suggest you to check out the following 2 amazing tutorials, which I found really helpful in guiding my learning journey:
- Voice Activated Robo Car on Microcontroller with TinyML by Vincent Kok
- Speech Recognition Using Wio Terminal & Codecraft + EI by Salman Fairs
Here I'd love to focus more on how this Codecraft platform works to help tinyML beginners to train and deploy an embedded Machine Learning Model to the edge device Wio Terminal.
1.1 Model Training: on-Board Data Collection & Codecraft TrainingSimply put, it's the process that you use the Wio Terminal to collect sound data in different labels (in my case, there are 3 labels as below) and sync the collected data on Codecraft to train the model (to let it learn what are these sounds).
- BirdAttack: a collection of bird sounds that I recorded on site and I downloaded some Youtube bird sounds of common birds in south China (I want to make sure the scarecrow can detect not only sparrows that are frequent visitors to my garden but also other bird spices just in case )
- background: a collection of normal background sounds that I recorded at my rooftop garden (usually it's quite with some noises)
- Noise: a collection of sudden noises such as doorbell, children playing noises, cooking, car horn and some other noises that can be heard from the rooftop garden. The reason that I have this third label is that I fInd out the model is much accurate with a separated label of noises. Without this label of data, the model usually detects a noise as a bird sound too.
To make sure I can have enough data to train a qualified and accurate model, I've collect the data of 315s sound in 3 labels (135s for BirdAttack, 90s for background and Noise respectively).
With these data and neural network//parameters setting, I'm pretty lucky to achieve a 91% accuracy for the model. Here are the parameters that I selected:
- neural network size: medium
- number of training cycles: 100
- learning rate:0.055
- minimum confidence rating:0.8
One of the reason that I will recommend the Codecraft platform to beginners lies in it's a graphic programming based on Scratch 3. After getting the model trained, we can click the button "Deploy the Model" to switch to the coding step. The function that I want the tinyML Scarecrow is not complicated and here are codes that I drag and drop:
What I want the tinyML Scarecrow to do is as follow:
- If the confidence of "BirdsAttack" is greater than 0.8 (80%), it will trigger the built-in buzz of Wio Terminal and a custom drew graphic of a yellow bird
- If the confidence of "Noise" is greater than 0.8 (80%), it will print a line of Noise in a square on the LCD screen of Wio Terminal
- Otherwise, if the confidence of "background" is greater than 0.8 (80%), it will also show the text of Background in a squareon the LCD screen
An important note here. My original plan is to show different images that I designed on the screen but it turns out the images that I designed didn't go well. So, if you want to show a picture on the Wio Terminal LCD screen, you'll need to save the picture in a format of bmp onto a microsd card, and then insert the card to Wio Terminal. For more details about this process, please feel free to follow Seeed Studio's Wiki.
When upload the code to Wio Terminal, here I made a demo video on how it works with bird sound detection.
If you find the graphics showed on the screen are cute, here I'd love to detail them a bit as I really enjoyed drawing all the graphics using Codecraft. Here is a screenshot of the code with which I drew a scarecrow on the Welcome screen and a bird on the Birds Attack screen.
Here I also made a small gif on how these graphics shown on the Wio Terminal screen.
Once the brain of the tinyML Scarecrow is ready, it's time to build up the "bones" of the guardian. Since I really want to reuse some materials that I have been keeping for some time, I decided to make this scarecrow as sustainable as I can.
I cut out a huge piece of cloth from an old worn beige t-shirt, filled in some plastic protection nets and sew it into a semi-sphere. By drawing two eyes, a month and sew a nose to the semi-sphere, we now have the head for the scarecrow.
To make it more vivid, I also put a hat on the head and knitted two braids using some recycled macrame cord. Now, we have a head of a scarecrow girl.
As for her body, I crossed 2 plastic parts (length of around 1 meters) in 90 degrees and then used some taps to fix them together. By putting on an upper outer garment donated by my friend, we now have the body for the scarecrow girl.
When we put the body and the head together, here comes a very cute scarecrow girl.
After putting the Wio Terminal and the powerbank into a pocket and fixing it onto the scarecrow, the TinyML Scarecrow is ready to start her journey of guarding my rooftop garden! Here I'd love to share some pictures of her standing in the garden.
It turns out that Codecraft is really beginner friendly to build your first embedded machine learning model and integrate it to your unique application. For me, I'm really happy to get this tinyML Scarecrow work as my gardening buddy to guardian my garden and to protect my veggie. However, here are some of my future plans to upgrade this project:
1) I haven't figure out how to add a shelter for the TinyML Scarecrow so she can be kept from the rain. Also a reliable power supply is needed too as she should be guarding the garden day and night.
2) I didn't manage to get a MP3 Player module this time as it's out of stock currently. For the upgraded version, I want to record some human voices and conversations, which will be triggered to play randomly when the scarecrow detects birds.
3) Get started with Edge Impulse directly and use Arduino IDE to program the project. This serves as my further learning plan.
Any other suggestions? Please let me know if you have suggestions on the project. Thanks!🤗
Last but not least, I'd love to express my special thanks to those who came in help during my tinkering:
@Wangli Yang, technical support
@Jane Deng & Alison Yang, video shooting support & debugging
@Jingjing Qiu, upper outer garment supply
@Mr. Potato, thanks for being my tower of strength💚
Comments
Please log in or sign up to comment.