USBImager – A Lightweight Alternative to balenaEtcher

The common way to flash OS images to SD cards used to be “dd”. But you could potentially damage your system with a wrong command, it will not do verification after writing the firmware image, and it was not available in Windows, so people had to use Win32DiskImager, and last time I check it did not do verification either. So Etcher, now called balenaEtcher, became a popular cross-operating systems tool to flash images for Raspberry Pi and other SBCs. It’s easy to use and does verification after flashing. However, the binary is rather large at around 130 MB, and the company started to show sponsors to fund the development of the program, and this was not to the liking of everyone. During my review of CrowPi2 Raspberry Pi 4  laptop, I encountered an issue with balenaEtcher, which was quickly fixed once I updated the program to the latest version. But […]

Helium Hotspot LoRaWAN Gateway also Earns Cryptocurrency

We covered MatchX M2 Pro LPWAN Crypto-miner yesterday, and at first, I really thought that combining LoRaWAN gateway with cryptocurrency mining was really just a gimmick. But after talking with others, I found out that MXC Foundation HashDash used with the MatchX gateway was not the only such solution, and I was introduced to Helium Hotspot. A Helium Hotspot is a LoRaWAN gateway that also allows you to earn HNT cryptocurrency, and it could more than just prove a way to fund the deployment of public LoRaWAN networks, as as we’ll see below some people or companies are making some serious money, while others not so much. A DIY Helium Hotspot can also be made from a Raspberry Pi 3/4 and a RAK2245 Pi HAT. Helium Hotspot key features and specifications: SoC – Quad-core Arm Cortex-A53 application processor System Memory – 1GB RAM Storage – 64GB Storage Connectivity Ethernet Dual-band […]

Khadas Edge2 Arm mini PC

Folding@Home ARM64 Linux Beta Release for COVID-19 Vaccine Research

A few months ago, we reported that Rosetta@Home supported 64-bit Arm SBC’s and Servers in the Fight against COVID-19. But Folding@home did not support Arm hardware just yet, but thanks to work from Neocortix, Linaro, Arm, miniNodes, and Packet.com, we now get support for Folding@home on ARM64 meaning you can help researchers studying SARS-CoV-2 virus and help them develop a COVID-19 vaccine with Raspberry Pi 3/4 boards, or other 64-bit Arm SBC’s and servers. The solution relies on Neocortix Cloud Services Platform allowing the unused capacity of large numbers of individual mobile phones or other connected nodes to be harnessed into a single, unified computational engine. The very first application that made use of the platform was Neocortix PhonePaycheck were users get paid to let businesses perform calculations on their phones at night while charging and connected to WiFi. That way users of premium phones like Galaxy S10 or S20 […]

How to Fix Unreliable USB Hard Drives, Stalled Transfers in Linux

Last June, I reviewed a Ryzen Embedded SBC with Windows 10, and the USB hard drive I normally use for review had all sorts of problems including very slow speeds and/or stalled transfers but no error messages. Last week, I tried again by installing Ubuntu 20.04 on the same Ryzen Embedded SBC, and the USB hard drive had troubles again, so just assume there were some hardware incompatibility issues between the SBC and the drive, and there may not be a fix or workaround. Sometimes, it’s indeed a hardware issue with the drive getting too many bad blocks, and if that’s the case, and the drive is still under warranty you can return it and get a fresh new (or refurbished) drive for free. But that drive was still working with my laptop getting around 100MB/s. So I ran out of ideas until numero53 commented he had similar problems with […]

AMD Ryzen Embedded SBC Review with Ubuntu 20.04

Last June, we reviewed DFI GHF51 Ryzen Embedded R1606G SBC with Windows 10 Enterprise LTSC. We had to send back the board to Taiwan, as the company wanted to double-check some of the issues we reported, and we got the board to review it with Ubuntu 20.04. So I downloaded Ubuntu 20.04.1 ISO flashed it to a USB flash drive, and could install it on the eMMC flash drive without issue. I selected to keep Windows 10, so I have a dual-boot system on a 32GB eMMC flash. Yes, I do like a challenge! 🙂 DFI GHF51 Ubuntu 20.04 System Info We can check some of the information from the system in the terminal:

So I have a 7.9GB partition to play with Ubuntu 20.04.1, but I could do all tests without issues, although I had to remove Phoronix benchmark program and data after completing the benchmark. Features Testing […]

Odyssey Blue J4105 Windows & Linux Mini PC Comes with a 128GB SSD, an Arduino Compatible MCU

We recently reviewed ODYSSEY-X86J4105 SBC by Seeed Studio with Windows 10, and installed it to the Re_Computer case to convert it into a mini PC. Besides being a standard Intel Gemini Lake SBC, the board also comes with an Arduino MCU and header, as well as a 40-pin I/O header so it can be an all-in-one Arduino development platform, or be used for advanced robotics projects. Both the board and case had to be purchased separately, and Windows 10 was pre-installed on the internal eMMC flash. But now, Seeed Studio has started to offer Odyssey Blue J4105 mini PC with ODYSSEY-X86J4105 SBC pre-installed into Re_Computer case and fitted with a 128GB SSD for increased storage capacity and better performance. Odyssey Blue J4105 mini PC specifications: SoC – Intel Celeron J4105 quad-core processor @ 1.5/2.5 GHz (Turbo) with 12EU Intel UHD Graphics 600 @ 250-750 MHz; 10W TDP System Memory – […]

Rockchip RK3568/RK3588 and Intel x86 SBCs

RAK2287 Mini PCIe LoRaWAN Concentrator Module Supports up to 500 Nodes per km2

RAK Wireless launched its first Mini PCIe LoRaWAN concentrator module in 2018 with RAK833 mPCIe card featuring Semtech SX1301 LoRa baseband chip. It was soon followed by RAK2247 mPCIe with a very similar design but some tweaks to increase its maximum transmission power and range, and improve thermals and stability with the addition of a heatsink. The company has now introduced a new version with RAK2287 Mini PCie LoRaWAN concentrator module being mostly inspired by RAK2247 module but replacing Semtech SX1301 by Semtech SX1302 LoRa transceiver that’s suppose to reduce current consumption (and heat), lower the BoM cost, and able to handle a higher amount of traffic. The new mini PCIe card also adds u-blox ZOE-M8Q GPS system-in-package to provide GNSS functionality. RAK2287 key features and specifications: LoRa Connectivity Semtech SX1302 LoRa Transceiver with 2x SX1250 Tx/Rx front-end Tx power – up to 27dBm Rx sensitivity – down to -139dBm […]

CANTact Pro Open-source USB to CAN Device Enables Car Hacking (Crowdfunding)

The Controller Area Network (CAN) serial communication bus allows microcontrollers and devices to communicate with each other without a host computer. It’s especially used in automotive applications where various components (dashboard, ABS, air conditioner, and other sensors) may need to communicate with each other, but it has also found its way into robots, industrial control systems, and avionics. CANTact Pro is an open-source USB to CAN device that can help you debugging or hack components inside a car or other vehicle. The tool features two CAN Interfaces and can be controlled from Windows, Linux, or Mac OS computers. CANTact Pro key features and specifications: CAN Interfaces – 1x CAN/CAN-FD/SWCAN (Single Wire CAN), 1x CAN/CAN-FD; Both via DB9 connectors Host Interface – USB 2.0 device port Misc – 4x LEDs Safety – Isolation between CAN and USB Power Supply – 5V via USB port CANTact Pro works with Windows, macOS, and […]

Advertisement