CrowPi2 Raspberry Pi 4 Education Laptop Review

I started my review of CrowPi2 Raspberry Pi 4 Learning Kit a while ago and at the time I showed content from the kit and its first boot. I’ve now spent more time with this very special Raspberry Pi 4 laptop and will focus this review on the education part, namely CrowPi2 software, but will also look at thermal cooling under stress with and without a fan, and try to install another Raspberry Pi compatible board inside the laptop shell.

CrowPi2 Education Software

It’s quite important to read the user manual before getting started as there are a few non-intuitive steps you may have to take. First I assume the wireless keyboard would just connect after pressing the power button, but it did not.

The user manual explains the RF dongle is inside the mouse, and once you connect it you’ll be able to use the keyboard that has some battery charge out of the box, and can be charged via a micro USB cable. The camera and microphone also require you to connect a separate USB cable, but more on that later.

CrowPi2 Raspberry Pi Laptop Review

At first boot, you’ll be asked to go through Raspberry Pi OS setup to have the most-to-date version of the OS, and from now on the laptop will start with CrowPi2 education software by default.

The user interface has icons for Learning, Projects, Minecraft, AI, Python, Game, Microbit, Scratch, and Arduino. We’ll go through each, but not in detail because there are hundreds of tutorials and lessons. So instead I’ll try one example in each to give an idea of what the laptop has to offer.

CrowPi2 Software

If you click on the top left icon, you’ll be redirected to Raspberry Pi OS desktop environment, and clicking on the blue, red, yellow, and green ring icon on the navigation bar will take you back to CrowPi2 interface.

Raspberry Pi OS desktop

But the first thing we should go, as per the user manual is to create an account by clicking on the second icon on the top.

CrowPi2 Account

The account is offline, i.e. not synchronized to the cloud, and allow several kids to use the laptop, and get back to where they left last time.

With hindsight, I’d recommend starting with Projects (no code, just shows how to use each component), then Learning (basic Python/Scratch), and finally AI (more advanced Python) and other sections as the level of difficulty increases.

Learning

I’ve started with Learning and we’re asked to choose between Python with 32 lessons or scratch with 16 lessons.

Crowpi2 learning python scratch

I’ve gone with Python first, and after a few lessons (complete and partial), you can see the process is shown for each, and students can hover the mouse pointer over the components illustration to learn more about each component.

Learning Python CrowPi2

I’ve gone a bit random in the way I approach learning, but I’d recommend just learning in sequence: lesson 1, lesson 2 , 3, etc…

Let’s look into a particular lesson to see what exactly the platform has to offer:  4-digit segment display.

RGB LED Python Lesson

We have icons to open a file, run code, stop code, and save a file. The top left section is to write Python, the bottom left shows Python output, and the right side provides step-by-step instructions and explanation.

CrowPi2 Python I2C

The teacher will also explain what each line of code does, and introduce the students to interfaces likes I2C in detail. It’s possible to copy the code with the mouse plus Ctrl+C or middle click.

CrowdPi2 Raspberry Pi Laptop-Python Segment Display

Once the lesson is complete, we can run the code, and show the current time displayed on the 4-digit segment display. So far, I’m really impressed and feel this can be a great platform to learn electronics and Python.

Let’s switch to Scratch.

CrowPi2 learning scratch

It will open Scratch visual programming application on the left and the lesson on the right. The first lesson explains what Scratch does.

learning scratch getting started

As a side note having Scratch windowed on an 11.6-inch Full HD display makes the text really small. I had to wear my reading glasses to carry on…

I went with the “someone calls” to get started with visual programming. The lesson mixes text with videos to explain the steps that involve drawing…

learning scratch video tutorial

and connecting blocks to perform tasks, add timers, text, etc…

learning-scratch-message-receivedThen you can the program to show an animation of the envelop opening while the buzzer “rings”. I wish this section would allow use to use the laptop screen for Scratch and a secondary display via the second HDMI port on Raspberry Pi 4 for the instructions, but it’s not possible to insert an HDMI cable because the HDMI adapter board blocks it. This will become clear later.  I like the Python part better, but Scratch lessons are not too bad either.

Projects

I should have started with the Projects section as there’s no coding just some examples of using various components.

CrowPi2 Projects

I went to the NFC music section for testing. We need to start by writing to the card.

NFC Music Write

The demo uses the NFC module, RFID card, LCD1602 display, and button matrix. Click run, read the instructions on the display, press the buttons as asked, and it should end with “Success ” written on the display.

CrowdPi2 NFC Write

All good. Now we need to read the number in order to play music preinstalled in the device.

NFC Music

So I clicked on Run and placed the card on the NFC reader, but nothing happened with the display simply showing “Checking” forever. I contacted the company about this issue, and they make it install some Python script (pi-rc522.zip), but it made things worse, with CrowPi2 software becoming install (crashing often), and the writing demo would not work anymore.

Minecraft

Minecraft is a game, but the section is not only about gaming since there are 16 Python lessons to customize the game.

crowpi2 minecraft minecraft hello world

But Minecraft Pi Edition is part of Raspberry Pi OS by default, so it’s not specific to CrowPi2.

CrowPi2 AI Programs

The AI section also relies on Python programming, but it’s much more complex, so students should probably complete other lessons first before moving to either Speech Recognition of Face Recognition lessons.

CrowPi2 AI Speed Recognition & Face Recognition

There are five speech recognition lessons with Snowboy or Google Assistant, and seven face recognition tutorials using OpenCV with one of the lessons including how to train a model.

CrowPi2 AI Lessons
Speech recognition (left) and face recognition (right) lessons

I tried the Speech Recognition demo that draws on the RGB LED matrix after recognizing the phrase “turn on the light”.

AI speech recognition python tutorial

The tutorial explains the code by step, but sometimes it may be hard to know what the code really does if one if not experienced.

AI speech recognition python tutorial permission denied error

After completing the tutorial, I encountered a permission error to /dev/mem. So I went to the terminal to try to run it a root:


It failed as the script could not detect any microphone. So I asked EleCrow, and they told me to connect the USB camera and microphone cable. I misunderstood the provided instructions and photo, and end up frying the Raspberry Pi4  4GB included, so I carried on with my own Raspberry Pi 4 1GB board. More on that later…

The trick is the USB webcam cable is under the bottom cover where the Raspberry Pi 4 is installed. It’s clearly indicated in the user manual, but AFAIK not in any of the lessons and I missed it.

CrowdPi2 Connected Camera Microphone

Once I connected the USB camera, I had to go to the terminal because the program would still not run due to the aforementioned /dev/mem permission issue, and Elecrow engineer just told me to use sudo as a workaround.

It failed again because flac was not installed, so I added it to the system:


And finally, I could run the program:


There are still plenty of warnings/errors in Python output, but the program runs just fine as shown in the video below.

That means that part may need some adult supervision and preferably a person familiar with the Linux command line.

Other Sections of CrowPi2 Education Software

The other sections of the interface are more like direct links to app and games, and independently developed tutorials.  Python will launch Thonny Python IDE, Games will show a list of free games

CrowPi2 Games

Microbit will launch Chromium and go to makecode.microbit.org for owners of BBC Micro:bit board, while Scratch and Arduino will launch the corresponding programs.

RetroPie on CrowPi2

The kit also comes with another 32GB MicroSD card preloaded with RetroPie for playing after all that time spent studying programming. I just connected the two provided USB gamepads…

Raspberry Pi Laptop RetroPie

… went through some configuration, and loading optional packages in RetroPie… Retropie Configuration Laptop

and after a while, I was able to play free games like Doom and others.CrowPi2 Doom

CrowPi2 display is quite small, and there’s no external HDMI output, so it’s not the ideal platform to play games, especially if you are two. You can also remove the HDMI adapter, and connect the Raspberry Pi directly to a TV, but that’s not very convenient.

CrowPi2 Thermal Design and Stress Test

Some people may want to use CrowPi2 has a standard laptop. Raspberry Pi 4 performance is well known, so the important part is usually the thermal design that may greatly influence the performance in case of overheating.

CrowPi2 is cooled with a rather noisy fan that competes for attention against my air conditioner but can be made somewhat by placing the keyboard on top. So I’ve tested the laptop in this configuration first. However, when trying to run sbc-bench.sh benchmark to stress test the laptop, I noticed CrowPi2 would take some resources in the background preventing the script to run..

CrowPi2 App CPU UsageSo I  kill Crowpi2 program and it would not restart even after waiting a while as the CPU load would always be shown to be around 2.0 even when idle four hours. So I edited SBC Bench to skip the load checking and went ahead:


Performance is good, and there’s no CPU throttling at all.

The Idle temperature is around 45°C (with 30°C ambient temp), and never above 55°C during sbc-bench script. All good.

Let’s disconnect the fan. The 2-pin connector will not get out very easily, so I used a pair of tweezers to push it out.

CrowPi2 Disconnect Fan

I killed Crowpi2 program after boot, and waited several minutes to let the temperature stabilize, then started sbc-bench again:


Benchmark results are way lower, and the script reports that throttling and frequency capping has occurred.

We can see idle temperature was above 80°C, and the board was above 85°C during the benchmark…

Let’s have a peek inside to see how cooling is done. The Raspberry Pi is bare without any heatsink, and the fan is doing all the cooling.

Raspberry Pi 4 Cooling

If we reinsert the board and take out the fan, we can see the processor.

Fanless CrowPi2 Raspberry Pi 4 Laptop

That means it might be possible to make a fanless CrowPi2 laptop by adding a thick thermal pad and a heatsink that fits in a volume of around 28 x 28 x 10 mm.

Can we make a laptop with CrowPi2 and Rock Pi 4C SBC?

I recently received a Raspberry Pi 4 compatible board: Rockchip RK3399 powered Rock Pi 4C single board computer and I thought it might be fun to install it in CrowPi2.

RockPi 4C vs Raspberry Pi 4
RockPi 4C (left) vs Raspberry Pi 4 (right)

Both boards are pretty identical, but the Ethernet and USB ports are swapped, one of the micro HDMI ports is replaced by a mini DisplayPort connector, and the RK3399 processor is placed underneath the board while the Broadcom BCM2711 SoC stands on top of the RPi4 SBC.

RK3399 Crowpi2 Laptop

The Ethernet and USB swap is not an issue, but I could not insert the micro HDMI adapter board because the flat cable is too short, and the board would be blocked by the plastic bit holding the camera cable… It could be reworked but that’s not ideal. More important, since the processor is underneath the board, it would not be cooled by the fan very efficiently at all. The optional heatsink for Rock Pi 4, which I did not have, also requires access to the mounting holes of the board, but there are using for mounting the board in the laptop shell and may make the whole setup too thick to fit.

When Things Go Wrong…

As mentioned earlier, I fried the Raspberry Pi 4 board when I misunderstood the USB camera connection instructions. I was in a rush to test before leaving for other duties, and I connected a cable between the Micro USB port on the left to one of the USB ports on the right. The laptop immediately turned off.

I could restart the laptop, but then I discovered the USB ports were really fried (although they may be a way to recover which I may investigate later on),  and so was the RF dongle used for the wireless keyboard and mouse. So I could boot the laptop to the user interface but could not do anything from there.

So I thought I’d simply use my Raspberry Pi 4 1GB I received last year. I inserted CrowPi2 microSD card and installed the board in the laptop shell, but while the board seemed to boot, I had no display output.  So I tried to insert the microSD card into my laptop, but I could not access it, then tried again with a card reader, but no luck. I would not even show with fdisk or Disks programs in Ubuntu at all.

I went back to Raspberry Pi 4 included with the kit, so that I can check the card, but while it could properly detect the card, it completely failed to boot.

CrowPi2 Boot Failure

I naively assumed that I would be able to recover by downloading CrowPi2 image from Elecrow website, but it’s nowhere to be found. Instead, I was given a Google drive link (that I’m not allowed to share) which once uncompress has a 11.4GB “crowpi2_release.img” image. So I went ahead and started to flash the image with balenaEtcher…

Crowpi2 Etcher

After switching to another microSD card, I still got the same error:

Something went wrong. If it is a compress image, please check that the archive is not corrupted.

I sent the MD5sum of the uncompressed file to the company but never got an answer. Nevertheless, a good night sleep solve my issue, as I had installed the program (v1.5.57) a several months ago, and I thought maybe I should upgrade balenaEtcher to the latest version (v1.5.106), and that did the trick, I was finally able to flash the image.

So I have two takeaway from this experience

  1. Make sure to backup CrowPi2 SD card content with dd or other software to have a backup
  2. Upgrade balenaEtcher in case of issues while flashing.

Conclusion

CrowPi2 looks to be a great little platform to learn about electronics, programming, and the basics of artificial intelligence thanks to over one hundred lessons and tutorials. Multiple kids can make use of the laptop since there can be an offline account of each that keeps track of the progress of each student.

But the platform is not perfect. Sometimes samples won’t work without messing with the command line, as some instructions may not be complete. Some Project samples simply do not work as intended, but hopefully, this will be fixed before shipping to backers. I could not really find any (active) online resources for CrowPi2 and the earlier CrowPi, but Elecrow does have a Wiki for their other products.

Another potential issue is that the fan is really loud, especially when you take out the keyboard to play with the electronics module underneath. As we’ve seen in the review it might be possible to convert it into a fanless laptop with some minimal efforts.

The crowdfunding campaign on Kickstarter is now over and the company has raised a cool $652,640 USD, but you can now pre-order it directly from Elecrow for $260 without Raspberry Pi and a few accessories, or $399 with a Raspberry Pi 4 4GB and more accessories as tested in this review.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
4 Comments
oldest
newest
conclusion
3 years ago

Or don’t use etcher at all!

This piece of software is not only horrable bloated (around 150mb of electron madness including probably a good amount of security flaws and dozens of outdated components) it also comes with trackers and advertisement on top.

Heavy on cpu, ram, storage, phones home (and
elsewhere) plus showing ads – I really got no use for something like that.

Alternatives are present which can do same (actually better) in less than 1mb – so why bother at all?

Mel23
Mel23
3 years ago

Why not list some alternatives?

tkaiser
tkaiser
3 years ago

Starting with version 1.0.1 USB Imager is now an alternative due to doing ‘verify after write’ by default since then: https://gitlab.com/bztsrc/usbimager/-/issues/5#note_309809677

conclusion
3 years ago

USBImager is indeed what I use:

https://gitlab.com/bztsrc/usbimager#usbimager

Available for all kinds of platform it is also able to create a image/backup of your drive/card beside writing and verifying.

Khadas VIM4 SBC