Raspberry Pi

Winsage
April 22, 2025
NTDev has successfully run Windows 11 Arm64 on the iPad Air M2 using a streamlined version called Tiny11, which has a smaller file size and fewer features. This was achieved with the UTM app and just-in-time (JIT) emulation, taking advantage of the iPad Air M2's ARM CPU. Although users may experience some lag, the ability to run Windows 11 on this device without crashing demonstrates innovative software solutions. This effort is part of a trend where enthusiasts explore unconventional methods to run Windows 11 on various devices.
Winsage
April 21, 2025
Linux distributions have evolved to be more accessible for users transitioning from Windows and macOS, with Debian-based distributions being relatively easy to navigate. DietPi is an ultra-lightweight OS that requires manual configuration of essential packages, making it more suitable for experienced users. Tails prioritizes user privacy by using the Tor network and operates from a USB drive, but is not ideal for casual users. Qubes OS enhances security through virtualization but has a steep learning curve and challenges with GPU passthrough. Talos Linux is optimized for Kubernetes projects but may be difficult for newcomers due to its lack of SSH support and immutable design. Bazzite, a gaming-focused distribution based on Fedora, offers a user-friendly setup but may not support multiplayer games with kernel-level anti-cheat technology, making it less suitable for competitive gamers.
Winsage
April 21, 2025
The Raspberry Pi series has evolved into versatile systems, but running Windows has been challenging for enthusiasts. A recent project explored running Windows 11 on the Raspberry Pi 5 using Runtipi, a platform for deploying containers. This method allows Windows 11 to run in a container using KVM technology. The installation process took about 38-43 minutes, resulting in a Windows 11 desktop with limited performance, including a capped display resolution of 800x600. Geekbench 6 tests showed single-core performance similar to Raspberry Pi OS, but multi-core performance was lower. Running PC games resulted in long load times and resolution issues, making the experience unsatisfactory. The containerized approach simplifies the installation process compared to traditional methods, making it a viable option for running lightweight applications on the Raspberry Pi.
Winsage
April 2, 2025
A PhD student named Gustave Monce, along with a small team, successfully ran the Windows operating system on a Pixel Watch through the WOA project. The process involved examining a rooted boot image, modifying the stock UEFI, altering the ACPI table, and patching various files to enable the watch to run Windows PE. Despite the extensive work, the project faced challenges due to the Pixel Watch's internal architecture, which was designed for its native OS. Additionally, old iPads can be repurposed as e-readers by downloading e-book reader applications or, for a more ambitious project, by booting them with a Raspberry Pi or another Linux-based operating system.
AppWizard
February 24, 2025
The Raspberry Pi has been used to create a creeper robot by developer Efren Lopez, integrating artificial intelligence. The robot can navigate and observe its surroundings, featuring a body on motorized wheels, a movable head with a servo mechanism, and a camera module for vision. It is powered by a Raspberry Pi 5, connected to a Pimoroni NVMe Base Duo, a Hailo-8 Raspberry Pi AI kit, and a Pimoroni Yukon board, with onboard batteries for mobility. The robot includes two cameras (a Pi Cam V3 and an Arducam ToF module) and a Dayton audio transducer for audio output. Lopez has shared build videos on YouTube to showcase the robot's capabilities.
Winsage
February 6, 2025
Microsoft has released a public preview of Windows MIDI Services, supporting the MIDI 2.0 standard, as part of build 27788 in the Windows 11 Insider Preview Canary Channel. Users may encounter a known installation error (0x8007000d) and a failed .NET update (0x80073712), and are advised to retry the build while avoiding the .NET update. The development of Windows MIDI Services has been ongoing, with updates provided since 2022 and a GitHub repository opened in 2023. The feature was anticipated to debut in Windows Insider builds but was delayed until February. MIDI serves as a standard for connecting electronic instruments to computers for music creation, and this update is particularly beneficial for electronic music users. Microsoft plans to extend this technology to supported versions of Windows 10 and 11 before October.
Winsage
December 13, 2024
Microsoft will cease support for Windows 10 on October 14, 2025. Windows 10 was launched in July 2015 and replaced Windows 8. Users can upgrade to Windows 11 if their hardware meets the minimum specifications, which include a 1 GHz CPU, 4 GB of RAM, and 64 GB of storage, along with a second-generation Trusted Platform Module (TPM) and UEFI BIOS capable of secure boot. Many older PCs may not qualify for the upgrade, requiring at least an 8th Gen Intel processor or a Zen+ AMD processor. Users can also consider installing Linux distributions like Ubuntu or ChromeOS on older PCs. Remaining on Windows 10 after support ends poses security risks and limits access to updates.
AppWizard
December 9, 2024
RaspController is an application that allows users to monitor, access, and control their Raspberry Pi over a network. It provides tools for file access, resource monitoring, and insights from connected sensors and cameras. Users can send wake-on-LAN packets, access pinouts and wiring diagrams, and execute shell commands directly on the Raspberry Pi. To set up RaspController, users need the IP address of their Raspberry Pi and must enable SSH in the Raspberry Pi Configuration. The app can be downloaded from the Google Play or App Store. Users can control their Raspberry Pi from their smartphone, utilizing features like File Manager, SSH Shell, and Custom commands. Custom code can be added for unsupported sensors, but RaspController does not include VNC functionality.
AppWizard
November 17, 2024
Minecraft can be set up on a Raspberry Pi as a server. To do this, ensure the Raspberry Pi is powered on and connected to a network. Use Raspberry Pi OS or Ubuntu Server, and configure SSH access. Update the system with PLACEHOLDERe6cd1cbf6a15ffb3, then install OpenJDK with PLACEHOLDERa584be315bb50573. Create a directory for server files using PLACEHOLDER8197b44ab82607b0, and download the Minecraft server binary. Accept the EULA by running the server once, editing the 'eula.txt' file, and restarting the server. Customize the server using the server.properties file and maintain the server in the background with the screen tool. Optimize performance by disabling the GUI and adjusting memory settings with the PLACEHOLDER45ec7a903b9d90cd and -Xms flags. For larger servers, consider using alternative binaries like Spigot or PaperMC. Set up port forwarding for external access, or use a WireGuard VPN for secure connections. A Raspberry Pi is a suitable host for a Minecraft server due to its low power consumption and affordability.
Search