3924 views|43 replies

3386

Posts

0

Resources
The OP
 

[Hua Diao Experience] 02 Simple use of Xingkong board [Copy link]

 
 
This post was last edited by eagler8 on 2022-6-14 05:29

When I woke up in the morning, while watching Wangzai’s father’s video, I accidentally learned that the main control chip of the Xingkong board was produced by a company in Fuzhou. As a Fuzhou native, I feel a little proud. It seems that it is fate.

[Hua Diao Experience] 01 Getting started with Xingkong Board
https://en.eeworld.com/bbs/thread-1206624-1-1.html
[Hua Diao Experience] 02 Simple use of Xingkong Board
https://en.eeworld.com/bbs/thread-1206649-1-1.html
[Hua Diao Experience] 03 Building the development environment of Xingkong Board Mind+
https://en.eeworld.com/bbs/thread-1206665-1-1.html
[Hua Diao Experience] 04 Testing the common functions of Xingkong Board

https://en.eeworld.com/bbs/thread-1206842-1-1.html
[Hua Diao Experience] 05 Building a development environment for Xingkong board: SSH connection and Jupyter programming
[Hua Diao Experience] 06 Building a development environment for Xingkong board: Thonny programming
[Hua Diao Experience] 07 Building a development environment for Xingkong board: VSCode programming

Latest reply

I learned something new, haha. It was only after reading the original poster's post that I noticed that Rockchip is in Fuzhou.   Details Published on 2022-6-13 10:16
 
 

3386

Posts

0

Resources
2
 

So I searched online and found that the main controller of the Xingkong board is a quad-core CPU designed and produced by Rockchip Technology Co., Ltd. in Fuzhou. The model is RK3308 Arm 64-bit quad-core with a main frequency of 1.2GHz.

 
 
 

3386

Posts

0

Resources
3
 

Rockchip Electronics Co., Ltd. ("Rockchip", stock code: 603893) was founded in 2001 and is headquartered in Fuzhou. It has branches/subsidiaries in Shenzhen, Shanghai, Beijing, Hangzhou and Hong Kong. It focuses on integrated circuit design and research and development, and has now developed into a leading Internet of Things (IoT) and Artificial Intelligence Internet of Things (AIoT) processor chip company. Rockchip has a research and development team specializing in system-level chips, analog circuit chip design and algorithm research. It has rich experience and technical reserves in processor and mixed analog chip design, multimedia processing, image algorithms, artificial intelligence, and system software development. In addition to various types of processor chips, Rockchip's main products also include power management chips, mixed analog chips, optoelectronic products and development board products. Rockchip is market-oriented and focuses on technological innovation. It is committed to providing customers with multi-level, multi-platform, and multi-scenario professional solutions to empower multiple fields such as consumer electronics, smart hardware, machine vision, and industry applications.

Rockchip has obtained intellectual property cores from the following companies or projects for chip development:
Imagination Technologies, ARM (ARM Mali), WebM project (G-Series 1), CEVA (CEVA-MM2000 multimedia solution IP to achieve 720p video playback) and LSI (ZSP). IC design uses Synopsys' EDA tools, and manufacturing is done by Chartered Semiconductor and SMIC.

The picture shows Rockchip's corporate culture

 
 
 

3386

Posts

0

Resources
4
 

The official introduction page of RK3308 chip (https://www.rock-chips.com/a/cn/product/RK33xilie/2018/0614/908.html)

 
 
 

3386

Posts

0

Resources
5
 

The basic block diagram of RK3308 found

For more technical information, see: https://rockchip.fr/RK3308%20datasheet%20V1.1.pdf

 
 
 

3386

Posts

0

Resources
6
 
This post was last edited by eagler8 on 2022-6-12 09:16

In yesterday’s post “01 Getting Started with Xingkong Board”, one of the features of Xingkong Board was introduced, which is “2-step programming” and “menu switching, simple, fast and convenient”. Today’s topic is “Easy to Use”. In fact, both are talking about the same thing.

Over the past few years, I have accumulated a lot of development boards. In my impression, you need to build a development environment before using a development board. I remember the first time I came into contact with the ESP-01S development board, I kept failing when downloading the development board library. I persisted in downloading it, and finally installed the 2.5.2 version at that time on the seventh time. I ran the program many times, but it still resulted in "compilation error". Later, I used graphical programming (learning while playing) and simulation programming (Linkboy) to barely pass a series of experiments.

 
 
 

3386

Posts

0

Resources
7
 

Unlike other development boards, the Xingkong board does not require setting up a development environment first. It can be used as soon as it is turned on. The first thing is a smart terminal. The Xingkong board has a deeply customized system interface based on Linux. The Linux desktop is cancelled in the system and replaced with a home main menu. Long press the Home button to enter the menu, the AB buttons control the cursor to move up and down, and the Home button confirms. This is not only easy to use, but also saves memory and improves efficiency. The main menu of the Xingkong board system provides eight commonly used functions for controlling the board:
1. View the usage tutorial
2. Switch running programs
3. Application switch
4. View network information
5. View system information
6. Switch wireless hotspot mode
7. Calibrate the touch screen
8. Exit

 
 
 

3386

Posts

0

Resources
8
 

For these eight functions, I think you should calibrate the touch screen first, haha, don't make any mistakes in positioning. The interface after clicking on it is like this.

 
 
 

3386

Posts

0

Resources
9
 

Enter the touch screen calibration utility, touch the crosshairs to calibrate, and after touching five points, the system automatically restarts and comes to the initial page (presumably the calibration is completed).

 
 
 

3386

Posts

0

Resources
10
 
This post was last edited by eagler8 on 2022-6-12 10:54

Open function 5 and check system information. You can see the system version: V0.2.8, CPU usage 1%

System version: Displays the current system version
CPU usage: Displays the current CPU usage
Memory usage: Displays the current memory usage
Hard disk usage: Displays the current hard disk usage

 
 
 

3386

Posts

0

Resources
11
 

Open function 1 and view the tutorial, which contains links and QR codes.

 
 
 

3386

Posts

0

Resources
12
 
This post was last edited by eagler8 on 2022-6-12 10:50

Open function three, application switch, there are 5 options

This menu item provides the function of turning on and off built-in applications:
Jupyter: Turn on and off the Jupyter python editor service, which is off by default
SIoT: Turn on and off the SIoT IoT server, which is on by default
File sharing: Turn on and off the samba file sharing function, which is on by default
Screen sharing: Turn on and off the VNC screen sharing function, which is on by default Start
automatically at power on: After turning it on, the board will automatically run the program that was running before the last shutdown when it is powered on, which is off by default

 
 
 

3386

Posts

0

Resources
13
 
This post was last edited by eagler8 on 2022-6-12 14:17

Open function six and switch on wireless hotspot mode.
After enabling, the hotspot name is: PB772613, and the login password is: 65593640

This menu can turn on and off the wireless hotspot mode on the Xingkong board. When it is started, the hotspot name and password of the board will be displayed. Other devices can search for this hotspot and connect to the board (the device will be disconnected from the network). At this time, the fixed IP of the board is 192.168.123.1


 
 
 

3386

Posts

0

Resources
14
 
This post was last edited by eagler8 on 2022-6-12 14:13

Open function 4 and check network information.
You can see that the IP of the wireless hotspot is: 192.168.123.1

This menu provides the function of viewing the network IP:
USB network port: displays the IP address of the board when the board and the computer are connected using a USB cable, which is fixed to 10.1.2.3
Wireless connection: displays the address assigned to the board when the board is connected to other Wi-Fi hotspots, and the IP is assigned by the router
Wireless hotspot: displays the IP address of the board when the board turns on the wireless hotspot mode, which is fixed to 192.168.123.1
Other devices: displays the IP addresses that appear in other situations, such as the address assigned when other network card devices are connected to the board, and the IP is assigned by the router

 
 
 

3386

Posts

0

Resources
15
 

Here we try to connect the Xingkong board with a mobile phone.
Turn on the mobile phone WIFI, find the Xingkong board hotspot PB772613, and enter the password 65593640

 
 
 

3386

Posts

0

Resources
16
 

Already connected to the hotspot

 
 
 

3386

Posts

0

Resources
17
 

Open the mobile browser and enter 192.168.123.1 to enter the homepage of Xingkong Board

 
 
 

3386

Posts

0

Resources
18
 

Enter the WIFI settings and connect the board to the Internet

 
 
 

3386

Posts

0

Resources
19
 

Open function 4 and check the network information.
You can see that the IP of the wireless connection is: 192.168.28.147

 
 
 

3386

Posts

0

Resources
20
 

Connect to the hotspot on your computer

 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list