> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/robotics/raspblock/introduction-of-raspblock.md).

# Get Started with Raspblock

## How to use Yahboom Raspblock AI smart car

Link for study more about raspblock AI smart car: <https://www.yahboom.net/study/Raspblock>

### If you have monitor for connect to the raspberry Pi&#x20;

&#x20;  This AI smart car is used with Raspberry Pi, so you need to set up Raspberry Pi for this smart car first before you can Remote or play with this smart car. All the steps below will show you how to set up Raspberry Pi and connect to the AI smart car.

**Download Image and write Image in the SD card (set up OS to Raspberry Pi):**

* link of Image for the Raspberry Pi: [**https://drive.google.com/drive/folders/1TKW7ckVLYYrYG3SzfGItVcjlMcdTNQpt**](https://drive.google.com/drive/folders/1TKW7ckVLYYrYG3SzfGItVcjlMcdTNQpt)
* After you Download Image file already then you need to extract file from the .rar file.
* Insert SD card to your computer and format the SD card.

![](/files/-MDNkshp7AW0_XNe2a_y)

**Burn image into SD card**

* Download Etcher program for burn the Image into SD card. After download already open it and do as below.

![](/files/-MDNmDVvKoOMtRt9ByxK)

![](/files/-MDNmFmZ9qD0-VS6oMsM)

After finished the flashing you just take out the SD card from computer and insert it into Raspberry Pi, then connect your Raspberry Pi to the monitor and then turn on Raspberry Pi and connect it with the Wi-Fi.&#x20;

Check all connection on AI smart car to make sure all the connection is correct.

![](/files/-MDNo1HxSF-1pNDBki5Q)

![](/files/-MDNoBwBo54d_ZwZNVVp)

![](/files/-MDNoKhTWL2Yc-DedN3U)

**Wait a moment. You will hear that speaker will voice broadcast “IP address is 192.168.xxx.xxx.”**&#x20;

If you heard that speaker will voice broadcast IP address, which means that Raspblock has successfully connected the Wi-Fi network.

Then, you will hear that speaker will voice broadcast “*Welcome to the Raspblock AI smart car*”. It means that the APP remote control process in the system has started normally.

![](/files/-MDNodt5iBSSgfeKCtds)

###

### If you don't have monitor you need to follow all the step below.

&#x20;   Before you connect the smart car with the application that they provide on Mobile Phone the Raspberry Pi of the smart car needs to connect with Wi-Fi first. But Raspberry Pi that uses for a smart car does not have a monitor, so you need to remote Raspberry Pi through computer. All the steps below are  how I connect Raspberry Pi to the computer:

What we need:

* LAN cable
* Raspberry Pi 3
* Program:
  * VNC viewer
  * Advanced IP scanner
  * Putty (use for remote into Raspberry Pi to enable SSH)
* Step 1:

  * Connect Raspberry Pi with a computer through LAN cable
  * Go to Network and Sharing Center and do as the figure below:

![](/files/-MCyudUyoiaVeByhupXp)

* Step 2

![](/files/-MCyutfYGX9OxMMt7XdI)

* After you open it, put User: pi, Password: Yahboom and then do as this flow:

![](/files/-MCyvdquSf9y5RLk56Vs)

![](/files/-MCyvj801FDs76Mq5tmE)

![](/files/-MCyvnc5Gdve_hmLwluU)

&#x20;

* Then you just download VNC viewer and install. After installing it already you open it and fill the VNC Server with your Raspberry Pi’s IP and connect it

![](/files/-MCywZBuC8RFM3Jiy1e1)

![](/files/-MCywflEtRoWx4cNIAra)

&#x20;     After that connect your Raspberry Pi with the Wi-Fi Install it into your smart car and open it, then wait a moment your smart car will speak: "The IP address is: 192.168.x.x." note the IP address and connect it to your smartphone through this IP address. Then you can remote your smart car.

After that,  you can remote and play with all the functions that provide from the App of AI smart car  like:

* Remote all the servo motor of the 4 wheels and camera.
* Use the camera to track the color.
* Autopilot….

Link for Video :  <https://drive.google.com/drive/folders/1kFM-5CIDVCed5N2k_3cRWOSjrrAI33DP?usp=sharing>

### **References:** [**https://www.yahboom.net/study/Raspblock**](https://www.yahboom.net/study/Raspblock)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aic-eec.com/robotics/raspblock/introduction-of-raspblock.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
