RoadTest: LattePanda 3 Delta
Author: redcharly
Creation date:
Evaluation Type: Development Boards & Tools
Did you receive all parts the manufacturer stated would be included in the package?: True
What other parts do you consider comparable to this product?: I haven't used nothing like LattePanda 3 Delta before. Really powerful and versatile SBC.
What were the biggest problems encountered?: I have used this board in school and many of my students have worked with it. It has become almost impossible to meet the timing of a normal roadtest!
Detailed Review:
This roadtest was created by bringing together some of the works that some of my students have created using the LattePanda3 Delta SBC. We have been working with single board computers like Raspberry but LattePanda is a board with very different characteristics.
It approaches the performance of a mid-range notebook and this performance allows you to install Windows 10 operating system.
My work plan for this roadtest was to find some useful applications for school activities. I gave my students maximum freedom and everyone was able to develop the applications that he thought were most useful on the board. Below we will look at some simple applications that my students have devised and put into practice on the LattePanda3 Delta.
I have to apologize for the delay in publishing this roadtest but the activities were carried out autonomously by the students who had to work on this project in their limited spare time. I am very happy that they achieved their results using only the datasheets and their computer skills.
From the first time I saw this very powerful and at the same time aesthetically beautiful board, I was curious to touch it and use it. At startup, the LattePanda3 Delta immediately showed considerable potential.
The board, presented in a class, aroused much curiosity and the enthusiastic reaction of many students.
Here are some of the applications my students have made
The Latte Panda Delta 3 is a SBC (Single Board Computer) able to run heavy operations and also having a high expandability with 42 interfaces. In the back we can find 2 M.2 slots PCIe 3.0, an eDP with a touch interface for touchscreen displays, wireless antennas for WiFi and Bluetooth and a built-in TF-SIM reader for both mobile data or storage.
Back view of the
While in the front of the board we can find 3 USB ports 3.2 gen1 except one being gen2, a Gigabit Ethernet port, an HDMI 2.0, an headphone Jack and an USB Type C that can be used as a DisplayPort 1.4 other than just power. In the middle of the Board, under the cooling fan there is the Intel Celeron N5105 with 8GB of RAM and 64GB eMMC storage. On the sides we can find the most interesting feature of the Lattepanda, the I/O pins for general purpose, with I2C, RS232, USB 2.0, Audio and a built-in Arduino board.
Front view of the Lattepanda
I wanted to be able to detect when there is a blackout in my house and use the lattepanda to send a notification to my phone and shutdown my computer or anything else.
To do so, I took my UPS and I soldered two wires to the LED that turns on when the UPS is taking power from the power grid, and turns off when there is no incoming power.
The LED connection
To make it easy, I decided to compile in the Arduino this script so I could use Python to code the snippet for reading the value from the analog0 pin, and in case of a state change I could use the Python’s socket library to send a message to my phone.
import threading |
Python code to detect the value and send the state of change of the powergrid
I created a simple app for my phone using MIT App inventor with a TCP plugin, and was impressed with the results. Although the TCP communication wasn't as fast as I hoped, it was still functional for its intended purpose. If I could go back I would have used flutter Instead, but it was good enough for its purpose.
The Latte Panda Delta 3 has proven to be a highly versatile and hackable computer that has no limits to its potential. The only limit is your imagination, and I'm excited to see what other projects people can come up with using this little device. Check out my demonstration video to see my project in action.
We will use LattePanda 3 Delta to create an FTP server and we will test its performances.
The board is powered using its USB-C power supply and we have connected a monitor using HDMI cable and USB keyboard and mouse.
Now we log in to the system.
FTP Server installation and configuration
Now let's proceed with the installation of the software that we will use to create our FTP server.
We decided to use the "FileZilla Server" software. FileZilla server is a free and open source cross-platform FTP application and is available for Windows and Linux. It also supports FTP and FTPS (FTP over SSL/TLS).
Setting up the Filezilla FTP server is very simple and it takes just a few minutes to set up a working FTP server.
First we created the folder that will contain the files and folders associated with the server users.
Next we need to create users and groups and configure the accounts that will allow clients to use the FTP server services.
Finally we need to set the permissions to read and write the files.
Once the configuration is finished, we confirm all the changes and exit the configuration, so our FTP server will be ready for use.
For the test phase, which will be the most important part of our work, we will use Linux ISOs that will be downloaded and uploaded by several users connected at the same time to evaluate the behavior of the server and the board as the load varies. The tests are done in a computer lab of our school.
The test
The LattePanda 3 Delta SBC has fully passed the test and performed the service as an FTP server without any problems, neither in terms of configuration nor performance.
This little SBC can be used also for some entertainment thing, like host a Minecraft Server (if you are concerned about performance, at the bottom of the article there will be screenshots that could clarify your doubts)
It’s more simple than it seems, you only need:
So first of all we need to download the .jar file that we will use to start the server. It can be downloaded on Minecraft's official site. Here is the link to the direct download, or you can go to Minecraft’s official site, and click on the highlighted link.
You can download the file everywhere, in this example the file will stay on the Downloads folder
After you’ve downloaded the file, you’ll have to open a terminal in windows, in this way:
Then you’ll have to copy these line of code and paste them into the terminal:
cd Downloads/ && java -Xmx1024M -Xms1024M -jar minecraft_server..jar
Now the minecraft server is initialized, all you have to do is join the server!
To do this, you will obviously have to start Minecraft in another computer with the latest version.
At the moment that this article is written the latest version is 1.19.3.
When Minecraft will open you can go yo:
Multiplayer>Add Server>Server name:{the name you’ll choose}, Server address: {LATTEPANDA_IP:PORT}
Now that everything is done you can play Minecraft with your friends using the Lattepanda board!
All of the things described above were done in class, in fact, thanks to the school’s network, the connection to the local server was flawless and it could have connected up to 6 players at a time.
The students were even able to bring the server to the limit, with a whopping 100% of CPU usage and up to 75% of RAM usage!)
The LattePanda 3 Delta SBC also fully passed this test, the game display is fluid and many students were able to play at the same time without any problems.
These are the projects made by my students so far but we are preparing other uses that could be very interesting for this SBC.
Since I teach networks, I'd like my students to build a firewall or an IDS to practice many of the things related to network security seen in our course.
Finally, we are already working on using LattePanda 3 Delta as a multimedia server for the stream of video lessons and educational video in activities outside the laboratories.
In fact, it would be fantastic to create outdoor lessons using LattePanda 3 Delta as a server for educational content.