1. Cat(dog) detection

1.1 Experimental preparation

1.2 Experimental installation

Connect the camera to the car, as shown below image-2024022200015

Note: The switch at the bottom of the car must be turned to TXD to work properly with the image transmission camera 399_560

1.3 Import and briefly explain the microbit building blocks

1.3.1 Open the programming website

https://makecode.microbit.org/#

1.3.2 Create a new project

Snipaste_2024-08-12_19-20-52

1.3.3 Add the camera building block

Website for the camera building block: https://github.com/yahboomtechnology/ESP32-wifi-Microbit Snipaste_2024-08-12_19-25-44

Snipaste_2024-08-12_19-26-14

1.3.4 Add the building blocks of the car

The URL of the building blocks of the car: https://github.com/YahboomTechnology/Tiny-bitLib.git

Snipaste_2024-08-12_19-30-24

1.3.5 Introduction to the main building blocks

After successfully introducing the above building blocks, the result will be displayed as shown in the figure below Snipaste_2024-08-12_19-31-17

  1. Open the URL https://makecode.microbit.org/# in the browser
  2. Then drag the microbit-Cat_dog_decect.hex file provided in this experiment into the browser that opens the URL, and the program diagram of the source code of this project will be automatically opened Snipaste_2024-08-13_14-54-23

1.4 Experimental results

  1. Turn on the switch of the car, wait for the pattern corresponding to the mode setting to be displayed on the microbit, and then you can connect the APP. After successful startup, the camera module will generate a hotspot. The default IP address of the hotspot AP mode is 192.168.4.1 (this tutorial recommends using a simple self-heating hotspot AP mode for connection. To connect to WIFI using STA mode, please see the extended content of STA mode connection below)
  2. Download the APP: For Android, please use the browser to scan the following QR code to download and install YahboomCam. For Apple, please use the camera to scan the QR code to enter the App Store to download and install, or search for "YahboomCam" in the App Store to find "YahboomCam".

yahboomCam

  1. Use your mobile phone to connect to the hotspot (the default hotspot name is Yahboom_ESP32_WIFI, and there is no password). Open YahboomCam, enter the camera IP and fill in the default IP address 192.168.4.1 displayed by microbit, and then click Login.

192.168.4.1

  1. The page after logging in is as follows, where you can see the camera screen.

0000

Aim the camera at the picture or cat or dog to be identified. When a cat or dog is identified, the microbit displays the result, the RGB lights of the car turn blue and the horn sounds for 1 second.

Note: You need to turn on the screen to start the identification. If the screen is turned off in the middle, the identification will also be turned off.

Cat 2024080600004 1723619928459

Dog 2024080600006 1723619928454

Due to the model, this mode can only detect cats and dogs, and cannot distinguish between cats and dogs

1.5 Extension: STA mode connection

  1. Change the source code, drag the .hex file provided in this experiment into the browser that opens the URL, and set the WiFi name and password to connect. The WiFi name and password must be filled in correctly according to the WiFi you want to connect to, otherwise there is no way to correctly connect to the WiFi and display the IP address. If the connection is successful, the IP address of sta_ip:192.168.x.x will be displayed. If the connection is unsuccessful, sta_ip:null will be displayed. You need to check whether the WiFi name and address filled in the program are correct.

Snipaste_2024-08-13_16-59-15

  1. Connect the mobile phone to the WIFI set above, and make sure that the mobile phone and the robot are connected to the same WiFi. Open YahboomCam, enter the camera IP and fill in the sta_ip address displayed by microbit (pay attention to the content displayed by microbit, and when you see 1, 9, and 2 floating continuously, the IP address is being displayed), and then click Login. (The IP in the picture is only an example, the specific IP should be based on the display of microbit)

WiFiip

  1. After logging in, you can see the following page and the camera screen.

0000