I’ve been writing about Meshtastic firmware and hardware since 2020, but I never had the opportunity to test it myself. This has now changed as Elecrow sent us the ThinkNode M1 and ThinkNode M2 Meshtastic nodes for review. Both rely on Semtech SX162x radios, but the M1 is based on a Nordic Semi nRF52840 Bluetooth MCU with a 1.54-inch E-Ink display and GPS, and the smaller M2 is based on an ESP32-S3 chip and a 1.3-inch OLED but lacks a built-in GPS module. Since I’ve never used Meshtastic before, this “review” will be more like a Getting Started Guide from a beginner’s perspective. After an unboxing and a teardown, I’ll test messaging, GPS sharing, and the range I can get in a suburban environment in Thailand. ThinkNode M1/M2 unboxing Both packages look similar, with a plastic case and a white cover. The ThinkNode M1’s main features include a high-gain antenna, […]
Pironman 5 Max Review – A fancy Raspberry Pi 5 Tower PC enclosure with dual M.2 PCI sockets for SSD and/or AI accelerator
SunFounder has sent me a review sample of the Pironman 5 Max Tower PC case for the Raspberry Pi 5 SBC. We had already reviewed the Pironman 5 last year, but the new Max model has various improvements, including a sleeker design made of black aluminum and semi-transparent black acrylic panels, a dual NVMe PiP expansion board for two M.2 NVMe SSDs (optionally in RAID 0/1 configuration), or one NVMe SSD and one AI accelerator module, a Tap-to-Wake feature for the OLED information display, and programmable RGB LEDs for the two fans. So the Pironman 5 Max deserves another review of its own. I’ll be doing an unboxing, going through the assembly instructions and software installation, before testing the new features, and finally, the cooling efficiency of the solution. Pironman 5 Max unboxing I received the Pironman 5 Max in its retail package along with a Raspberry Pi AI Kit […]
M5Stack Tab5 Review – Part 2: Getting started with ESP32-P4 firmware development using the ESP-IDF Framework and Arduino IDE
In the first part of the review, we checked out the hardware of the M5Stack Tab5 ESP32-P4 IoT development kit and tried the demo firmware, whose user interface allows the user to quickly experiment with the camera, microphone, speaker, WiFi, power consumption, GPIOs, RS485, and more. Since there’s no user application for the Tab5 at this stage, I decided to look into software development resources for the ESP32-P4 devkit in the second part of the review. I’ll first follow the instructions to build the demo firmware from source using the ESP-IDF framework, then analyze key aspects of the source and make some small modifications. After that, I’ll have a look at ESP32-P4 Arduino support via M5Unified and M5GFX library. ESP-IDF 5.4.1 installation and ESP32-P4 Hello World program The first step is to get the ESP-IDF 5.4.1 and configure ESP32-P4 following the instructions on the Espressif website, before testing it with […]
AWG to mm² Conversion Explained: Wire Sizing for Safety and Performance (Sponsored)
It is of fundamental importance across a broad range of electrical projects to ensure the right wire size is chosen for the given application. Accordingly, then, there are few more critically needed skills among electricians and engineers than knowing how to convert from AWG to mm2. Before we go any further, let’s quickly set out these two units of measurement: “AWG”, of course, refers to American Wire Gauge – a standardised wire gauge system that goes back to the mid-19th century. As its name indicates, AWG is predominantly used in North America. In Europe and elsewhere in the world, however, millimetres squared, or “mm2”, see widespread use for directly measuring a cable’s cross-sectional area, or CSA. In some contexts, then, you might see AWG being used, while in others, references to wire size may be in mm2. Being able to quickly convert between these two systems will help ensure both […]
Tips to use a touchscreen display with Raspberry Pi OS in 2025
I’ve just reviewed the SunFounder 10.1-inch touchscreen display with Raspberry Pi 5 running Raspberry Pi OS, and the experience was not quite as smooth as I had expected, so I’ll report some tips to save people time. The first is the software keyboard. Matchbox keyboard used to be the go-to solution, but two years ago, my preferred keyboard became the Onboard keyboard. Sadly, it’s not working so well with the latest Raspberry Pi OS using labwc Wayland window-stacking compositor, so now Raspberry Pi recommends squeekboard. It was not installed by default, but installation is fairly easy:
1 |
sudo apt install squeekboard |
It did not show up automatically when trying to type in a text field, maybe because I’m using a third-party touchscreen keyboard, but going to Raspberry Pi Configuration and setting On-screen Keyboard to Enabled always in the Display tab fixed that. I was able to type a URL/web search terms in the URL […]
exo software – A distributed LLM solution running on a cluster of computers, smartphones, or SBCs
You’d typically need hardware with a large amount of memory and bandwidth and multiple GPUs, if you want to run the latest large language models (LLMs), such as DeepSeek R1 with 671 billion parameters. But such hardware is not affordable or even available to most people, and the Exo software works around that as a distributed LLM solution working on a cluster of computers with or without NVIDIA GPUs, smartphones, and/or single board computers like Raspberry Pi boards. In some ways, exo works like distcc when compiling C programs over a build farm, but targets AI workloads such as LLMs instead. Key features of Exo software: Support for LLaMA (MLX and tinygrad), Mistral, LlaVA, Qwen, and Deepseek. Dynamic Model Partitioning – The solution splits up models based on the current network topology and device resources available in order to run larger models than you would be able to on any […]
SONOFF ZBM5 Review – A 3-gang Zigbee Smart Wall Switch tested with eWeLink and Home Assistant
We will be reviewing a smart home device from SONOFF that we recently received right after the New Year, the SONOFF SwitchMan Zigbee Smart Wall (ZBM5). This is SONOFF’s first Zigbee-enabled Smart Wall Switch. In addition to functioning as a smart wall switch, it can also act as a Zigbee Router, making it easier to expand your Zigbee network at home in one shot. One of the key features of the SONOFF ZBM5 is that it can either operate in with-neutral (N) or without-neutral (N) wiring setups. Typically, in the market, we see these as separate models: one for with-neutral and another for without-neutral. This feature adds more flexibility for users, especially those with wiring constraints in their homes. Let’s dive into the details. SONOFF ZBM5 Unboxing Inside the box, you’ll find a user manual, wall plugs, and the switch itself. The model we received has a rectangular shape (120mm) […]
DeepSeek shown to run on Rockchip RK3588 with AI acceleration at about 15 tokens/s
DeepSeek R1 model was released a few weeks ago and Brian Roemmele claimed to run it locally on a Raspberry Pi at 200 tokens per second promising to release a Raspberry Pi image “as soon as all tests are complete”. He further explains the Raspberry Pi 5 had a few HATs including a Hailo AI accelerator, but that’s about all the information we have so far, and I assume he used the distilled model with 1.5 billion parameters. Jeff Geerling did his own tests with DeepSeek-R1 (Qwen 14B), but that was only on the CPU at 1.4 token/s, and he later installed an AMD W7700 graphics card on it for better performance. Other people made TinyZero models based on DeepSeekR1 optimized for Raspberry Pi, but that’s specific to countdown and multiplication tasks and still runs on the CPU only. So I was happy to finally see Radxa release instructions to […]