Crowbits Master Kit Review – Part 1: A first look at the ESP32 based education kit

Crowbits Master Kit Review

Crowbits STEM education kits comprised of magnetic modules launched on Kickstarter a couple of weeks ago. There are five kits increasing in difficulty with the Hello Kit just requiring the student to connect modules to get started, i.e. no programming required, to the Crowbits Master Kit based on a battery-powered ESP32 module suitable to create your own phone, portable game console, radar tower, etc… Elecrow sent me the latter for evaluation, and in the first part of the review, I’ll unbox the kit, see how modules mechanically fit together, and have a quick look at the user manual, before trying one or two projects from the manual in the second part. This is the second STEAM product from Elecrow that I review, as I reviewed CrowPi2 Raspberry Pi 4 laptop last year. Let’s open the package. We have a total of six modules with two joysticks, an ESP32 module with […]

ANNKE CZ400 AI security camera review – Part 1: Specs, unboxing and teardown

Annke CZ400 AI security camera review

We’re starting to see more and more security cameras with built-in AI features such as Reolink RLC-810A 4K camera with people & vehicle detection or the lower cost Vacom Cam Full HD camera with person detection only, which I have not reviewed yet due to some technical issues. I would not buy a camera without AI now as such features greatly reduce false positives. Another model has now come my way with ANNKE CZ400 (aka I91BK) 2K security camera that comes with even more advanced AI-accelerated computer vision features with not only face detection, but also intrusion detection, line crossing detection, region entrance detection, region exiting detection, object removal detection, unattended baggage detection, and audio exception detection. In this first part of the review, we’ll check the specifications, the content of the package with an unboxing, as well as a partial teardown that is needed to install a microSD card. […]

Encoding and decoding AVIF pictures with open-source software & libraries

avif vs png

One of the new features of Android 12 is support for the AVIF file format that provides much smaller files at the same level of quality. Jake Archibald has done a great job comparing AVIF format to JPEG, WebP, and other still picture formats, and the results are really impressive. Besides Android 12, AVIF is already supported in Chrome browser, will be enabled by default in Firefox 86, but here’s we’ll look at some of the open-source programs and libraries that allow you to manipulate AVIF pictures. With libavif library, AOMedia has published a reference implementation in C, together with avifenc and avifdec tools, that rely on various codecs, but it appears rav1e is recommended for encoding AVIF picture, while dav1d is the best choice for AVIF decoding. libavif will not automatically build the codec, and they need to be enabled in CMakeLists.txt

as well as define the path […]

Maker Pi Pico STEM board mini review with CircuitPython

Maker Pi Pico First Boot

In my early list of third-party Raspberry Pi RP2040 boards, I shortly mentioned Cytron Maker Pi Pico baseboard for Raspberry Pi Pico that exposes all pins via female headers, includes LEDs for all GPIOs pin, six Grove connectors, three user push-buttons, one RGB LED, a piezo buzzer, an audio jack, a MicroSD card, and an ESP-01 socket to add WiFi connectivity. The beta version sold for $5, and at the time I missed that included Raspberry Pi Pico board as well, so basically you got a free baseboard. The Malaysian company has now sent me a review sample to play around with, so let’s have a closer at the hardware and code samples for the board. Maker Pi Pico Unboxing and Specifications I received the board in Cytron package together with a pinout diagram for Raspberry Pi Pico, and we can see the latter is already soldered to Maker Pi […]

Vacos Cam AI Security Camera Review – Part 1: Specifications, Unboxing and Teardown

Vacos Cam teardown

As we’ve seen in our Reolink RLC-810A review, AI security cameras greatly reduce the number of false alerts generated by motion sensors, and the Reolink 4K security camera we tested was capable of people and vehicle detection. The Reolink model does not support WiFi, so I had to run a long Ethernet cable, plus a power extension to connect a 12V power adapter since I don’t own a PoE injector. But I’ve been given the opportunity to review another AI security camera, namely Vacos Cam, that also supports human detection, but relies on WiFi connectivity and can be powered by a solar panel removing the need for potentially long cable. As a bonus, it comes with eMMC for storage, so there’s no need for a MicroSD card. In the first part of the review, I’ll list the specifications, unbox the power panel and camera, and tear down Vacos Cam to […]

Software configuration tips for Raspberry Pi clusters & parallel-ssh command

parallel-ssh

I missed that linux.conf.au 2021 took place on January 23-25 2021, and while browsing the schedule I noticed a talk entitled “Building Raspberry Pi Supercomputers” by Federico Lucifredi, Product Management Director for Ceph Storage at Red Hat. In the talk, he mostly focuses on the software part, and besides some basic steps, I learned about some new commands that be useful to people managing clusters of Raspberry Pi or other Linux boards or hosts. Configuring a cluster He used Picocluster image in his example, but for people wanting to use 64-bit OS, he recommends Ubuntu or Fedora images until Raspberry Pi OS 64-bit becomes stable. The first part of the configuration is making sure all the main user is the same on all board, disable SSH for root, and configure run levels (X not needed on clusters). Networking is configured with fixed IP addresses for Ethernet, and DHCP for WiFi. […]

Beelink SEI Review – A Core i3-10110U Mini PC Tested with Windows and Ubuntu

beelink sei review

Beelink has launched a new range of mini PCs called the SEi Series. Similar in size and appearance to an Intel ‘NUC’ they are available in various configurations. Beelink sent a Core i3-10110U SEi model for review which is the version that has now replaced their i3-1005G1 model which they had to discontinue due to the lack of processor availability. There is also an i5-8259U model in the series. Beelink SEi Hardware Overview The SEi physically consists of a 124 x 113 x 41mm (4.88 x 4.48 x 1.61 inches) rectangular plastic case. It is an actively cooled mini PC and uses Intel’s 14 nm++ Core i3-10110U Comet Lake processor which is a dual-core 4-thread 2.10 GHz processor boosting to 4.10 GHz with Intel’s UHD Graphics for 10th Gen Intel Processors. The front panel has a power button, a headphone jack, a Type-C USB 3.0 port, and two USB 3.0 […]

A closer look at Raspberry Pi RP2040 Programmable IOs (PIO)

Pico PIO State Machine

The popularity of Raspberry Pico board powered by RP2040 microcontroller has made every reader wanting to know more about the board and chip. So today we will be talking about RP2040’s Programmable IOs, a feature that makes it different from most other microcontroller boards. The two PIO blocks or let’s call it the hardware interfaces in the RP2040 have four state machines each. These two PIO blocks can simultaneously execute programs to manipulate GPIOs and transfer raw data.  Now, what do these state machines do? Well, the PIO state machines execute the programs fetched from various sources. Sometimes the programs are taken from the PIO library (UART, SPI, or I2C) or user software. Why Programmable I/O? All the boards usually come with hardware support for digital communications protocols such as I2C, SPI, and UART. However, if you plan to use more of these interfaces than what is available on the […]

Exit mobile version
Youyeetoo X1 x86 SBC