Arm is now saying that “in effect, Panfrost is now the GPU driver for the Linux community” after having extended and expanded the collaboration with Collabora for the development of the open-source Panfrost driver for Arm Mali GPUs, following their first official collaboration in the fall of 2020. Arm goes even as far as to claim that “through the Arm and Collabora partnership, device manufacturers can confidently choose SoCs containing a Mali GPU regardless of the software operating system (OS) and graphics middleware… delivering a high-quality open-source Linux implementation which can be used in their products”. Collabora confirmed the new partnership saying Arm will be instrumental in getting Vulkan support in Panfrost alongside the existing OpenGL and OpenGL ES implementations. Going forward that means SBC vendors will have no excuse for not getting 3D graphics acceleration working on Linux with Panfrost when using an Arm SoC with a recent Mali […]
smolOS brings a Linux-like command line interface to ESP8266 microcontroller
smolOS (pronounced small OS) is an open-source, lightweight MicroPython program that implements a POSIX-style (Linux-like) command line interface for the ESP8266 WiFi microcontroller. Krzysztof Jankowski (w84death) designed smolOS to be easy to use, allowing the listing and removing of files and also including the smolEDitor which, as its name implies, is a simple text editor. There are currently eight commands with the familiar ls, cat, and rm, plus ed to launch the text editor, welcome to show the welcome screen above, cls to clear the screen, mhz to set the processor speed to 80 or 160 MHz, and info to display some hardware and software information. The project looks to be a work in progress, and the developer highlights the editor is at the alpha stage of development, so more features may be implemented over time by Krzysztof himself or by the community of developers. I also assume other microcontrollers […]
AntSDR E200 – Gigabit Ethernet connected SDR with Xilinx Zynq SoC FPGA supports 70 MHz – 6 GHz range (Crowdfunding)
We’ve just written about the uSDR M.2 SDR module on Crowd Supply, but it turns out the crowdfunding platform is hosting another SDR (Software-Defined Radio) project with the AntSDR E200 board equipped with an AMD Embedded Zynq 7020 SoC FPGA and an Analog Devices AD9363 or AD9361 RF chipset, and providing Gigabit Ethernet connectivity to the host. The board can operate in the 70 MHz – 6 GHz range with the AD9361 chipset, and the 325 MHz – 3.8 GHz range with the AD9363, supports 2×2 MIMO with two SMA antenna connectors and two U.FL connectors, and also features expansion interfaces for GPIOs. AntSDR E200 specifications: SoC FPGA – AMD Embedded/Xilinx Zynq 7020 dual-core Arm Cortex-A9 processor and FPGA with 85K logic cells, 4.9Mb Block RAM, 220 DSP slices System Memory – 512MB DDR3 Storage – 256 Mbit QSPI flash for firmware; microSD card slot (bottom side) RF Chipset – […]
ANAVI launches CircuitPython-programmable Macro Pad 12 & Arrows mechanical keyboards (Crowdfunding)
ANAVI Technology has launched two more open-source hardware mechanical keyboards based on the Raspberry Pi RP2040 microcontroller, equipped with an OLED display, and programmable with CircuitPython: the ANAVI Macro Pad 12 with 12 keys and the ANAVI Arrows with four keys and a rotatory encoder. The new mechanical keyboards follow ANAVI Macro Pad 10 & Knobs input devices equipped with the same Seeed Studio XIAO RP2040 MCU module running the KMK firmware written with CircuitPython, but with different form factors and features. ANAVI Macro Pad 12 specifications: MCU module – Seeed Studio XIAO RP2040 with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133 Mhz with 264KB SRAM, 2MB SPI flash, USB Type-C port Keys – 12x Gateron red, linear, non-clicky mechanical switches and transparent keycaps with yellow LED backlighting Display – OLED display connected to I2C slot (can be replaced with another I2C module) Host interface – USB […]
PiccoloBASIC – A BASIC interpreter for the Raspberry Pi Pico board
PiccoloBASIC is an open-source BASIC interpreter for the Raspberry Pi Pico development board that’s based on “uBASIC: a really simple BASIC interpreter” by Adam Dunkels and relying on Arm’s LittleFS fail-safe filesystem for microcontrollers. If my memory serves me well, my first computing experience was at school using a Thomson TO7 computer that we programmed with BASIC. I don’t think the language is still used in practical applications, but we can still see some BASIC projects pop up from time to time such as a BASIC interpreter for the Arduino Zero boards. Gary Sims, owner of the Gary Explains YouTube channel, has now ported a BASIC interpreter to the Raspberry Pi Pico. The project is still work in progress, but currently implemented features include: Let, if, print, for, goto, gosub String variables (let z$=”hello”) Floating point numbers and variables (let z#=1.234) Builtin functions [zero, randint, not, time] Sleep, delay, […]
uSDR – A tiny M.2 SDR board controllable from your web browser (Crowdfunding)
uSDR is an embedded software-defined radio (SDR) M.2 board based on an AMD Embedded Artix-7 FPGA and designed to be controlled in the Chrome, Opera, or Edge browser without specific drivers or software thanks to WebUSB technology. The module can be inserted into any compatible host, or through M.2, USB, mini PCIe or PCIe adapters, and used from a web browser with ready-to-use applications such as a spectrum monitor or a signal analyzer, or your own JavaScript, C/C++, Rust, Go, or C# application thanks to WebAssembly and the Emscripten project. uSDR specifications: RFIC – Lime Microsystems LMS6002D programmable RF (FPRF) transceiver IC operates from 300MHz to 3.8GHz FPGA – AMD Embedded XC7A35T (Artix-7) FPGA with 33,280 logic cells Full-duplex TX & RX Frequency range – 300 – 3700 MHz (usable range typically starts from 230 MHz) RX/TX Bandwidth – 0.75 – 28 MHz plus bypass mode Clock generator – SI5332A […]
Pico-Ice board combines Raspberry Pi RP2040 MCU with Lattice ICE40 UltraPlus 5K FPGA
tinyVision.ai Pico-Ice is a development board with a Raspberry Pi RP2040 MCU and a Lattice ICE40 UltraPlus 5K FPGA connected through an 8-bit bus. The Arm Cortex-M0+ microcontroller provides the clock for the FPGA and can program the FPGA directly or the dedicated FPGA flash using a drag-drop of a UF2 file. Just a few days ago we wrote about the LILYGO T-FPGA board that combines an ESP32-S3 wireless MCU with a Gowin FPGA connected through a 6-bit bus, and the Pico-Ice board provides a similar option with different chips and without wireless connectivity. Pico-Ice specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ 133 MHz with 264KB SRAM with all pins exposed FPGA – Lattice UltraPlus iCE40UP5K FPGA with 5.3K LUTs, 1Mbit SPRAM, 120Kbit DPRAM, 8x multipliers with all pins brought out Memory & storage chips MCU – 4MB QSPI flash FPGA – 4MB QSPI Flash, 8MB low […]
MangoPi mCore-R818 module powers CyberPad 3.1-inch handheld android “tablet”
mCore-R818 is the first time that MangoPi adopts the design combination of a core-lite module and a carrier board. As its name suggests, it is an AllWinner R818 SoM whose SoC integrates an Imagination PowerVR GE8300 GPU for UI rendering, can drive MIPI DSI, LVDS, and RGB displays, as well as cameras through a MIPI CSI interface, 8MP/5MP/2MP interfaces. The Allwinner R818 system-on-module powers a feature-rich carrier board as well as an upcoming Cyberpad Android “tablet” with a 3.1-inch display. MangoPi mCore-R818 The package design of the processor itself is small, so the MCore-R818 core board is only 3x3cm in size, but still contains four components with the Allwinner R818, the eMMC flash, LPDDR4 memory, and the AXP717 PMU. MangoPi provides two hardware configurations: 2GB DDR with 16GB eMMC flash, and 4GB DDR with 32GB eMMC flash. MCore-R818 Core Lite Specifications: SoC – Allwinner R818 CPU – Quad-core Arm Cortex-A53 […]