Raspberry Pi 4 is Now OpenGL ES 3.1 Conformant, Work on Vulkan Drivers Started

Raspberry Pi 4 Vulkan

Raspberry Pi 4 Model B 4 was launched last June with a new Broadcom BCM2711 SoC featuring an upgraded Videocore VI GPU supporting OpenGL ES 3.0 graphics API. Some drivers only implement a subset of OpenGL 3.0/3.1 3D graphics standard defined by the Khronos Group, and the good news is that Raspberry Pi 4 Model B is now OpenGL ES 3.1 conformant, as it passed all tests in Khronos conformance test suite. That means that any Linux programmed using OpenGL ES 3.1 API should work out of the box, although in some cases there may be issues/bugs that were not detected by the test suite. The Vulkan API is an evolution of OpenGL ES API that is meant to be more power-efficient as it better makes utilize of multi-core processors. The Raspberry Pi Foundation has also started working on Vulkan support for Raspberry Pi 4, and while the driver is […]

Reolink Argus PT Review – A Solar powered Pan-Tilt Security Camera

Reolink Argus PT Wall-Mount

Last year, I reviewed Reolink Argus Eco solar powered security camera, and I’m still using it to date. It’s working fairly well, although sometimes motion detection will not be triggered, or triggered too slowly so it’s not impossible to miss important footage. The PIR function can be tweaked so maybe it’s just a question of finding the right settings for a given location. Nevertheless, the company has now launched a new model called Reolinkg Argus PT that is very similar to the Argus Ego but with PT (Pan, Tilt) function, and I received a sample for review. Since both models are so similar, I recommend reading Argus Eco review first, as I’ll focus on the differences. Reolink Argus PT Unboxing I received two packages like las time: the camera itself, and Reolink solar panel. The camera comes with a WiFi antenna, a wall-mounting set, a USB cable, and some documentation. […]

Sania Box Raspberry Pi 4 based DIY Kit is Designed for STEM Education (Crowdfunding)

Sania Box, A Special Kind of DIY RPi4 Based Kit The 13-year-old Sania Jain is a young entrepreneur, published writer and tech aficionado who now offers an embedded computer kit called Sania Box. The Raspberry Pi 4 based embedded system kit comes with an add-on board and has been designed to develop coding skills in anyone 8 years old or more, and for learning IoT, STEM, and for all kinds of DIY fun. Background Some DIY RPi-based kits can be found in our archives, such as the Piper Computer Kit 2 made for children’s education, but there’s now another option thanks to Sania Jain who has been designing, building, and writing in the STEM arena for some time. Sania Jain’s accomplishments are amazing, and look to be just her beginning in STEM-based endeavors. A Concept With Wide Reach The Sania Box was conceived by Sania Jain and built by Moonshot […]

Google ADT-3 Developer Kit is Now Available for Purchase for $79

Google ADT-3 Android TV 10 Developer-Kit

Google released Android TV on Android 10 last month while announcing the Google ADT-3 developer kit to help developers make sure their TV apps are ready for the latest version of the operating system. The developer kit, that’s basically a TV box, was not available at the time, and we had limited information, but Google ADT-3 can now be purchased for $79 on Askey, an ASUS Computers subsidiary. We also know the full specifications for Google ADT-3: SoC – Amlogic S905Y2 quad-core Arm Cortex-A53 processor @ 1.8 GHz with an Arm Mali-G31 MP2 GPU System Memory – 2GB RAM Storage – 8GB eMMC flash Video Output – HDMI 2.1 port up to 4K Ultra HD resolution @ 60 Hz Connectivity – 802.11ac (2.4GHz / 5GHz) 2T2R WiFi 5 and Bluetooth 4.2 classic+LE USB – 1x Micro USB port Misc – Bluetooth Pairing / Recovery Button, red/green status indicator Power Supply […]

Ntablet Android & Linux Tablet Features a Replaceable RK3288 CPU Module, GPIO Board

Ntablet

Most tablets on the market either run Android or Windows, and while some have tried to launch Linux tablets, none of the products have really caught on, although the upcoming PINETAB might change that. Another option might be Ntablet 7″ tablet that runs either Android, Debian or WebOS Linux operating systems, but also offers some innovative features such as a replaceable Rockchip RK3288 CPU module, and an external GPIO board for makers. Ntablet hardware specifications: SoC – Rockchip RK3288 quad-core Cortex-A17 processor @ 1.8 GHz with Mali-T760 quad-core GPU System Memory – 2GB LPDDR3 Storage – 16GB eMMC flash, MicroSD card slot up to 32GB Display – 7″ touchscreen IPS display with 1920×1200 resolution Video Output – Micro HDMI port Audio – 3.5mm headphone jack Camera – 5MP front-facing camera (OV5648 sensor) Connectivity – 802.11b/g/n/ac WiFi 5 and Bluetooth 4.0 via Ampak AP6255 module USB – 1x USB 2.0 port, […]

Beelink Gemini T45 Pentium N4200 Mini PC Review

Beelink T45-Pentium N4200 Mini PC Review

No sooner had I written ‘Beelink T45 Review with Windows and Linux, and Tweaking BIOS Power Limits’ than Beelink announce they wouldn’t in fact sell that configuration but an ‘updated’ version. And it is significantly different because this new version is now actively cooled and uses an Apollo Lake N4200 processor. It also still has the same name: the Beelink Gemini T45. I’ve now reviewed this new version and you may experience déjà vu on reading the following as in keeping with Beelink’s philosophy I’ve basically reused the same text as before and just updated where appropriate. Beelink have further extended their ‘Gemini’ range of mini PCs by adding the T45. This is an actively cooled mini PC that uses the slightly older Apollo Lake Intel Pentium N4200 CPU which is a quad-core 4-thread 1.10 GHz processor boosting to 2.50 GHz with Intel’s HD Graphics 505. The T45 is a […]

Raspberry Pi 4 Benchmarked with 32-bit and 64-bit Debian OS

Raspberry Pi 4 AES memset 32-bit vs 64-bit

The first Raspberry Pi board with a 64-bit Arm processor was Raspberry Pi 3 Model B, and all new models including the latest Raspberry Pi 4 come with four Arm Cortex-A 64-bit cores. But in order to keep backward software compatibility with the original Raspberry Pi and Raspberry Pi 2, the Raspberry Pi foundation decided to keep provided 32-bit OS image, so nearly everybody is now running a 32-bit OS on 64-bit hardware, and Eben Upton famously claimed it did not matter. We already wrote that 64-bit Arm (Aarch64) boosted performance by 15 to 30% against 32-bit Arm (Aarch32) several years ago, but Matteo Croce decided to try it out himself on Raspberry Pi 4 board first running benchmarks on Raspbian 32-bit before switching to a lightweight version of Debian compiled as aarch64. Dhrystones is much faster with the 64-bit OS, namely 50% faster, but as a synthetic benchmark, its […]

Google Android Flash Tool Allows You to Flash AOSP From a Web Browser

Android Flash Tool

The Android Open Source Project (AOSP) and projects derived from it usually requires flashing the firmware from the command line. It works for developers for it may not be that convenient for end-users. Google Android Flash Tool aims to simplify everything by allowing people to flash AOSP from a web browser. Bear in mind there are currently some limitations. First, you need to have a web browser that supports WebUSB and right now it includes Chrome, Edge (driver required), and Opera. If you use Firefox, for instance, you’ll be asked to download Chrome. The tool does not work to flash Android into tablets or Chrome OS devices, and currently only works on recent Pixel phones (Pixel 2 or newer), and Hikey development boards. But if you have either of those you could enter the tool page, connect the phone or board to your computer via a USB cable, select the […]

Firefly NVIDIA Jetson products